/* généralité pour le site de l'agence */
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#403300;
	margin: 0px;
	background:#CCC;
	text-align:center;
	font-size:80%;
}
body * {
	margin:0;
	padding:0;
}

ul, ol {
	margin-left:24px;	
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#ef6505;
}
a:hover {
	text-decoration:underline;
}
#corps {
	margin:0px auto;
	width:1000px;
	background:#fff;
	border:solid 1px #999;
	border-top:none;
	text-align:left;
}
/* entete */
#entete {
background:url(images/bandeau.jpg) right;
border-bottom:4px solid #0093de;
height:120px;
}
#site {
	position:absolute;
	top:72px;
	width:220px;
	text-align:center;
}
#site h1 {
color:#ef6500;
font-size:12px;
margin:8px 12px 2px;
}
#logo {
text-align:center;
padding:16px 0;
width:220px;
background:#fff;
height:88px;
}

/* page principale */
#page{
	margin-left:220px;
	padding:8px;
	padding-right:16px;
}
#contenu{
	text-align: justify;
}
#contenu p{
	margin-top:4px;
}
/*ariane*/
#ariane {
	font-size:0.8em;
	margin-bottom:8px;
}
#ariane span {
	font-weight:bold;
}
/* titre */
#titre {
	background:url(images/titre.gif) no-repeat top left;
	padding:0px 100px 0px 16px;
	margin-bottom:12px;
}
#titre h2{
	display:table-cell;
	background:#fff;
	font-size:1.7em;
	font-weight:bold;
	padding-right:20px;
	color:#3B2201;
}


/*contenu */
#contenu h3 {
	font-size:1.5em;
	color:#0093de;
	border-bottom:#0093de solid 1px;
	margin-top:20px;
	margin-bottom:6px;
}
#contenu h4 {
	font-size:1.3em;
	color:#0093de;
	border-bottom:#0093de dotted 1px;
	margin-top:16px;
	margin-bottom:6px;
}
#contenu h5 {
	font-size:1.15em;
	color:#0093de;
	margin-top:8px;
	margin-bottom:4px;
}
#contenu ul {
	margin-left:40px;
	margin-bottom:4px;
	list-style:url(images/puce.gif);
}
#contenu ol {
	margin-left:40px;
	margin-bottom:4px;
}

/* encadré en colonne de droite */
#complement, #contenu .encart {
	float:right;
	width:220px;
	padding-left:16px;
	padding-bottom:4px;
	background-color:#fff;
}

#corps .encart {
	font-size:0.95em;
}

#corps .encart h3{
	background:#0093de url(images/coinblanc.gif) no-repeat top right;
	color:#fff; 
	padding: 4px 8px 2px;
	margin-bottom:2px;
	font-weight:bold;
	font-size:1.25em;
	border-bottom:none;
}

#corps .encart div{
	border:solid 1px #0093de;
	margin-bottom:20px;
	padding:8px;
}
#corps .encart h4{
	color:#3b2200;
	font-size:1.1em;
	background:url(images/barre.gif) no-repeat top left;
	padding-left:18px;
	border-bottom:none;
	margin-bottom:0;
	margin-top:0;
}

#sommaire ul{
	list-style-image:url(images/puce2.gif);
	margin-left:16px;
}
#sommaire a, #menu a{
	font-weight:normal;
	color:#673a00;
}

#menu .encart{
	margin-top:20px;
}
#menu .encart h3{
	background-color:#ef6506
}
#menu .encart div{
	border-color:#ef6506
}

/* menu de gauche */
/* menu */
#menu{
	float:left;
	width:186px;
	padding:12px;
	margin:14px 0px;
}
#menu ul{
	margin-left:0px;
	margin-top:4px;
	list-style:none;
}
#menu li{
	padding-left:4px;
}
#menu .menu1 {
	font-size:1.25em;
	margin-top:12px;
	padding-top:2px;
	padding-right:8px;
	color:#666;
	background:url(images/coinorange.gif) no-repeat top right;
	border-top:#ef6506 1px solid;
}
#menu #programme {
	background-image:url(images/coinbleu.gif);
	border-top-color:#0093de;
}
#menu .menu1 li{
	font-size:0.8em;
	margin-bottom:4px;
	background:url(images/puce3.gif) no-repeat left top;
	padding-left:8px;
	margin-left:8px;
}

/* pied de page */
#pied {
	clear:both;
border-top:5px solid #0073be;
margin-top:16px;
padding:8px 20px;
text-align:center;
}

#pied p{
	font-size:0.8em;
	margin:8px 20px;
}

#pied #lien {
	font-size:1em;
}

/* mise en forme */
.important {
	font-size:1.1em;
	border:1px solid #ef6505;
	padding:8px;
}

.intro{
	font-size:1.1em;
	font-weight:bold;
	margin:20px 0;
	line-height:1.3em;
}
.nettoyeur{
	clear:right;
}

#ligne_logo{
	text-align:center;
}

a img{
	border:none;
}

hr {
	color:#0073be; background-color:#0073be;
	height:1px;
	border:none;
}

img.gauche{
	float:left;
	padding-right:16px;
	background:#ffffff;
}

img.droite{
	float:right;
	padding-left:16px;
	background:#ffffff;
}

#contenu table.table{
	border-color:#0073be;
	border-style:solid;
}
#contenu table.table td{
	border-color:#0073be;
	border-style:none solid solid none;
	padding:4px;
	font-size:0.85em;
}

#contenu table.table th{
	border-color:#ffffff;
	border-style: solid none none solid;
	padding:4px;
	font-size:0.85em;
	text-align:center;
	background-color:#0073be;
	color:#ffffff;
}
.centre{
	text-align:center;
}

#contenu p.date_maj {
	text-align:right;
	font-size:0.85em;
	margin-top:20px;
	font-style:italic;
}