* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #F5A52A;
	margin: 0;
	padding: 0;
	background-image: url(../img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
	height: 100%;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0;
	width: 950px;
	margin-top: 0px;
	margin-left: -475px;
	text-align: left;
	padding: 0px;
}

td {
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: normal 10px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.navigation-particuliers,a.navigation-particuliers:visited {
	display: block;
	width: 100%;
	height: 24px;
	font: normal 13px arial,verdana,helvetica,sans;
	background-color: #E87727;
	color: #FFFFFF;
	text-decoration: none;
}
a.navigation-particuliers:hover {
	display: block;
	width: 100%;
	height: 24px;
	font: normal 13px arial,verdana,helvetica,sans;
	background-color: #FFFFFF;
	color: #E87727;
	text-decoration: none;
}

a.navigation-collectivites,a.navigation-collectivites:visited {
	display: block;
	width: 100%;
	height: 24px;
	font: normal 13px arial,verdana,helvetica,sans;
	background-color: #01A7DB;
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
}
a.navigation-collectivites:hover {
	display: block;
	width: 100%;
	height: 24px;
	font: normal 13px arial,verdana,helvetica,sans;
	background-color: #FFFFFF;
	color: #01A7DB;
	white-space: nowrap;
	text-decoration: none;
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #0BB121;
	border: 1px solid #006600;
	cursor: hand;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 12px;
	background-color: #F6AF00;
	color: #222324;
}

h1 {
	position: absolute; 
	width: 530px; 
	height: 70px; 
	left: 255px; 
	top: 51px;
	font: bold 19px "trebuchet ms",arial, helvetica, sans;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
h2 {
	position: absolute; 
	width: 593px; 
	height: 36px; 
	left: 46px; 
	top: 201px;
	font: bold 13px "trebuchet ms",arial, helvetica, sans;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	z-index: 1000;
}

.t9 {font-size: 9px;}
.t10 {font-size: 10px;}
.t11 {font-size: 11px;}
.t12 {font-size: 12px;}
.t13 {font-size: 13px;}
.t14 {font-size: 14px;}
.t15 {font-size: 15px;}
.t16 {font-size: 16px;}
.t17 {font-size: 17px;}
.t18 {font-size: 18px;}
.t19 {font-size: 19px;}

.rouge {color: #FF0000;}
.blanc {color: #FFFFFF;}
.orange-fonce {color: #DB6025;}
.orange {color: #D96124;}

.bold {font-weight: bold;}

a.projet,a.projet:visited {
	width: 208px; 
	height: 17px; 
	display: block;
	font: normal 14px arial,helvetica,sans-serif,sans;
	color: #6E6E6E;
	background-image: url(../img/blank.gif);
	text-decoration: none;
}
a.projet:hover {
	width: 208px; 
	height: 17px; 
	display: block;
	font: normal 14px arial,helvetica,sans-serif,sans;
	color: #333333;
	background-image: url(../img/blank.gif);
	text-decoration: none;
}
a.projet-liste,a.projet-liste:visited {
	width: 218px; 
	height: 17px; 
	display: block;
	font: normal 14px arial,helvetica,sans-serif,sans;
	color: #F5A52A;
	background-image: url(../img/blank.gif);
	background-color: #FFFFFF;
	text-decoration: none;
	clip: rect(0 219 17 0); overflow: hidden;
}
a.projet-liste:hover,a.projet-liste-selected,a.projet-liste-selected:visited,a.projet-liste-selected:hover {
	width: 218px; 
	height: 17px; 
	display: block;
	font: normal 14px arial,helvetica,sans-serif,sans;
	color: #FFFFFF;
	background-color: #F5A52A;
	background-image: url(../img/blank.gif);
	text-decoration: none;
	clip: rect(0 219 17 0); overflow: hidden;
}

span.Titre-Page {
	font: bold 18px "trebuchet ms",arial,helvetica,sans-serif,sans;
	color: #58585a;
}

hr {
	color: #DB6027;
	width: 100%;
	height: 1px;
}

/*
#contenu table td {
	padding: 10px;
}
*/

div.contact_coordonnees,div.contact_coordonnees span,div.contact_coordonnees p,div.contact_coordonnees a.Lien-Texte,div.contact_coordonnees a.Lien-Texte:visited,div.contact_coordonnees a.Lien-Texte:hover {
	color: #FFFFFF;
}
div.contact_coordonnees span.Texte-orange {
	color: #f8ae00;
}

div.color_blanc,div.color_blanc span,div.color_blanc p,div.color_blanc a.Lien-Texte,div.color_blanc a.Lien-Texte:visited,div.color_blanc a.Lien-Texte:hover {
	color: #FFFFFF;
}
div.color_noir,div.color_noir span,div.color_noir p,div.color_noir a.Lien-Texte,div.color_noir a.Lien-Texte:visited,div.color_noir a.Lien-Texte:hover {
	color: #555555;
}

div.option {
	color: #424344;
	background-color: #FFFFFF;
	padding-left: 8px;
}
