/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	color:#A8A5A6;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

ul {
	padding-left:45px;
}
input {
	border: 1px solid #23ABE4;
	height: 18px;
	width: 200px;
}
.bouton {
	border: 1px solid #FFFFFF;
	color: #000000;
	height: 20px;
}


/***********************************************/
/* Liens générique + couleurs */
/***********************************************/
.CouleurBlanc {
	color: #FFFFFF;
}
.CouleurNoir {
	color: #000000;
}
.CouleurRouge {
	color: #FF0000;
}
.CouleurGris {
	color: #A8A5A6;
}
.CouleurGris2 {
	color: #716761;
}
a.CouleurGris2 {
	color: #716761;
	text-decoration:none;
}
a.CouleurGris2:hover {
	color: #716761;
	text-decoration:underline;
}



.FondNoir {
	background-color: #000000;
	text-align: center;
}
.FondTabGris {
	text-indent: 5px;
	color: #FFFFFF;
	background-color: #444444;
}
.FondGrisClair {
	background-color: #EDEBEB;
}
.FondTabGrisClair {
	background-color: #BEBCBC;
	color: #FFFFFF;
	text-indent: 5px;
}


.Taille11 {
	font-size: 11px;
}
.champ_bouton {
	background-color:#BBC2B2;
	height: 15px;
	font-weight: bold;
	text-decoration:underline;
	border: 0px solid #000000;
}
.champ_bouton2 {
	background-color:#FFFFFF;
	height: 15px;
	border: 1px solid #000000;
	width: 150px;
}
.champ_boutonContact {
	background-color:#939393;
	height: 18px;
	border: 1px solid #000000;
	color: #FFFFFF;
}
.champInput {
	border: 1px solid #000000;
	color: #000000;
	height: 16px;
	background-image: url(../img/accueil/fond_champ.jpg);
	background-repeat: repeat-x;
}
.champCase {
	height: 18px;
}
a.lien1 {
	color:#FFFFFF;
	text-decoration:none;
}
a.lien1:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/***********************************************/
/* Masque */
/***********************************************/
#masque_message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	filter:alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	z-index: 9;
	display: none;
}
#masque_message_cadre {
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -220px;
	z-index: 10;
	width: 400px;
	padding: 10px;
	background-color: #46372F;
	color:#FFFFFF;
	border: 1px solid #FFFFFF;
}
.masque_tab_entete_donnees {
	text-indent: 5px;
	color: #29292A;
	background-color: #FFFFFF;
}
#masque_message_cadre a {
	color: #E7E5E5;
	font-size:11px;
}
/***********************************************/
/* ACCUEIL */
/***********************************************/

#accueil_conteneur {
	position:absolute;
	left: 50%;
	margin-top: 17px;
	margin-left: -501px;
	width: 1002px;
	text-align: left;	
}
#projet a {
	color: #B1A199;
	text-decoration:none;
}
#projet a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
/***********************************************/
/* PHILOSOPHIE */
/***********************************************/

.TitreTexte {
	font-weight: bold;
	font-size: 15px;
}
#ContenuTexte p {
	color: #DFD0C0;
	line-height: 19px;
}

/***********************************************/
/* LIENS */
/***********************************************/
a.CouleurLien {
	color: #46372F;
	text-decoration:none;
	font-weight:bold;
}
a.CouleurLien:hover {
	text-decoration:underline;
}
.CouleurLienTexte {
	color: #46372F;
	font-weight:bold;
	font-size:11px;
}
/***********************************************/
/* CONTACT */
/***********************************************/
.TitreTexteContact {
	font-weight: bold;
	font-size: 15px;
	color:#FFFFFF;
	text-transform: uppercase;
}
#ContenuTexteContact p {
	color: #FFFFFF;
	font-size: 14px;
}
#ContenuTexteContact td {
	color: #FFFFFF;
	font-size: 14px;
}
.CouleurBleuContact {
	color:#23ABE4;
}
.CouleurGrisContact {
	color:#9B938E;
}
#ContenuTexteContact a {
	color:#23ABE4;
	text-decoration:none;
	font-size: 14px;
}
#ContenuTexteContact a:hover {
	color:#23ABE4;
	text-decoration:underline;
}
/***********************************************/
/* ACTU */
/***********************************************/
.CouleurTitreActu {
	color: #0F97BF;
	font-size:14px;
	font-weight:bold;
}
.CouleurTexteActu p {
	color: #9B938E;
}
#ActuColonne1 a {
	color: #46372F;
	font-weight:bold;
	font-size:11px;
}
#ActuColonne1 a:hover {
	text-decoration:underline;
}
#ActuColonne2 a {
	color: #46372F;
	font-weight:bold;
	font-size:11px;
}
#ActuColonne2 a:hover {
	text-decoration:underline;
}
/***********************************************/
/* PRESSE */
/***********************************************/
.CouleurTitrePresse {
	color: #157FAB;
	font-size:14px;
	font-weight:bold;
	letter-spacing: 8px;
}
/***********************************************/
/* PROJET LISTE */
/***********************************************/
.TexteProjetListe {
	color: #B1A199;
	font-weight:bold;
}
/***********************************************/
/* PROJET FICHE */
/***********************************************/

#lienNumImage a {
	color:#DFD0C0;
}
#lienNumImage a:hover {
	color:#AEA56C;
	font-weight:bold;
}
/***********************************************/
/* Portfolio */
/***********************************************/
.CouleurDimensionImage {
	color:#9B938E;
}
/***********************************************/
/* Newsletter */
/***********************************************/
#FondNewsletter {
	background-image: url(../img/newsletter/fond.jpg);
	background-repeat: no-repeat;
	height: 326px;
	width: 1002px;
}
.TexteFormNews {
	color: #23ABE4;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#liste_news a {
	color:#46372F;
}
#liste_news a:hover {
	color:#009EE0;
}
a.SelectionNews {
	color:#009EE0;
	font-weight:bold;
}


