/* 8 Couleurs utilisées dans eho : */
/* Noir #000000 , Gris fonce #333333 , Gris moyen fonce #666666 , Gris moyen clair #999999 , Gris clair #CCCCCC , Blanc #FFFFFF */
/* Rouge #E0091D , Bordeaux #A6131C */

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #1A1817 url(../img/fond-site_body.jpg) repeat-x;
}

body, th, td {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #CDC8BD;
}

/* FOND SITE */

	#fond-site_haut {
	width:980px;
	height:25px;
	background: transparent url(../img/fond-site_haut.png) no-repeat; 
	margin:auto;
	margin-top:30px;
	}
	
	div#container {
	margin: auto;
	width: 980px;
	height: auto;
	background: transparent url(../img/fond-site_milieu.png) repeat-y;
	padding-top: 11px;
}
	
	#fond-site_pied {
	width: 980px;
	height: 25px;
	clear: both;
	background: #1A1817 url(../img/fond-site_pied.png);
}


/* COLONNES */

/* 3 colonnes */

	#colonne1sur3 {
	width: 310px;
	height: auto;
	background: transparent;
	float: left;
	margin-bottom: 11px;
}
	
   #colonne2sur3 {
	width: 310px;
	height: auto;
	background: transparent;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 11px;
}
	
	#colonne3sur3 {
	width: 310px;
	height: auto;
	background: transparent;
	float: left;
	margin-bottom: 11px;
}

/* 1 colonne */

	.module_1-colonne{
	width: 940px;
	height: auto;
	background: transparent;
	margin-left: 20px;
	margin-bottom: 11px;
}
/* NAVBAR*/

.textintro{
	float: left;
	width: 549px;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 11px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #999999;
	line-height: 16px;
}

.surcontact {
	font-size: 24px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color : White;
	letter-spacing : 1px;
	line-height : 30px;
}

/* CENTRALE*/

table {
	margin: auto;
}

/* FOOTER */

	.textfooter{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #565453;
	}

	input, textarea {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 3px;
	margin-top: 3px;
	}

/* LIENS ET TITRES */
	
	a {
	text-decoration: none;
	color: #A6131C;
}

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

	.alerte {
	color:red;
	font-weight: bold;	
	}

	h1 {
	font-size: 30px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #A6131C;
	letter-spacing: 2px;
	line-height: 40px;
}

	h2 {
	font-size: 24px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #A6131C;
	letter-spacing: 1px;
	line-height: 30px;
}

	h3 {
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #A6131C;
	letter-spacing: 1px;
	line-height: 20px;
}

/* COMMUN */
	.centrer{
	text-align: center;
	}
	
/* ACCUEIL */

#basiques-description {
	float: left;
	width: 360px;
	padding: 60px 10px 0px 0px;
}

#basiques-description h3 {
	padding-left: 40px;
}

#basiques-image {
	float: left;
	width: 550px;
	padding: 60px 0px 0px 10px;
}

#mission-eho {
	clear: both;
	padding-left: 40px;
	padding-bottom: 35px;
}

/* SERVICES */
.icon-services {
	background: Silver;
	width: 140px;
	height: 140px;
	float: left;
	margin: 5px 10px 5px 10px;
}

.desc-services {
	float: left;
	width: 350px;
}

/* CONTACT */
.textcontact{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	}