@charset "utf-8";
/* CSS Document */
/* PAGE INDEX */
body {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #E1E1E1;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 30px;
	font-style: bold;
	color: #FCD6A4;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-transform: none;
}
.SimpleText {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
}
/* MENU 5 SERVICES */
.services {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #FFF;
}

#logo {
	background-image: url(MEDIAS/HEADER/top-page-rouge.jpg);
	background-repeat: repeat-x;
}
#conteneur {
	width: 100%;
	min-width: 750px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F3F3F3;
}
/* NAVIGATION HAUT */
#mainnav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#mainnav a {
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	background-color: #4d4d4d;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.zones-couvert {
	background-color: #E32121;
	text-decoration: none;
}
/* TOUS LES LIENS */
#liens a {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
}
#liens a:link {
	color: #FFF;
}
#liens a:visited {
	color: #000;
}
#liens a:hover, a:active, a:focus {
	color: #FFF;
	text-decoration: underline;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FCE096;
}
a:hover, a:active, a:focus {
	color: #8DB310;
	text-decoration: underline;
}
/* CONTENU + IMAGES */
/* 5 POLES */
#poles {
	background-color: #666;
}
#poles img {
	max-width: 100%;
}
/* FOOTER */
#foot-antennes {
	width: 100%;
	height: 170px;
	min-width: 750px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #666;
}
#foot-siege {
	width: 100%;
	height: 180px;
	min-width: 750px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #666;
}
#mention {
	width: 100%;
	height: 50px;
	min-width: 750px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
}
/* PAGE - TERRITOIRE COUVERT */
#territoire {
	background-color: #F2F2F2;
}
#territoire img {
	max-width: 100%;
}
