body{
	background: #F7F3EF url(bg.gif) repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
html{
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size:0.8em;
}

h1, h2, h3, h4, h5, h6, p, form, div, form, ul, li, a{ margin: 0 0 0 0; padding: 0 0 0 0; }

a, a:link, a:visited{
	color: #FF251D;
	text-decoration: underline;
}
a:visited{
	color: #86796B;
}
a:hover, a:visited:hover{
	color: Black;
	text-decoration: underline;
}

#navNextBack{
	display: none;
}

/* main */
#main{
	width: 700px;
	margin: 0 auto 0 auto;
	background: url(bg_main.gif) repeat-y center center;
}

/* haut du site avec nom de l'agent */
#header{
	background: url(header.gif) no-repeat top center;
	height: 99px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#header h1{
	color: #000;
	font-size: 250%;
	padding: 18px 0 0 70px;
}
#header h3{
	color: #000;
	font-weight: normal;
	font-size: 130%;
	padding: 0 0 0 70px;
	margin: -5px 0 0 0;
}

/* menu  horizontale */
ul#menu{
	display: none;
}


/* container principale */
#container{
	clear: both;
	width: 600px;
	margin: 0 50px 0 50px;
	_height: 400px;
}
#container h2.slogan{
	background: #DBD0C3 url(container_h2_bg.jpg) no-repeat top left;
	padding: 30px 350px 0 15px;
	font-size: 140%;
	font-style: italic;
	font-weight: normal;
	height: 83px;
	color: #fff;
	border-bottom: 1px solid #A7201A;
	position: relative;
	text-align: center;
}
#container #marge{
	float: left;
	width: 184px;
	margin: 10px 5px 0 0;
	font-size: 11px;
	color: #000;
	line-height: 180%;
}
#container #include{
	margin: 10px 10px 0 0;
	width: 375px;
	float: right;
	min-height: 300px;
	_height: 300px;
}
#container #include p{
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

a.langue{
	color: #000;
	display: block;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	font-weight: bold;
	background: url(bg_a_langue.gif) no-repeat left center;
	text-transform: uppercase;
}
a.langue:hover{
	color: #000;
	text-decoration: underline;
}

ul.liste{
	margin: 2px 0 10px 10px;
	list-style: none;
	font-size: 11px;
}
ul.liste li{
	padding: 1px 0 1px 15px;
	background: url(li_bullet.gif) no-repeat left center;
	color: #000;
}
ul.liste li b{
	display: block;
	width: 100px;
	float: left;
	color: #000;
}

#container #marge img.portrait{
	border: 1px solid #DCCDC0;
	padding: 3px;
	background: #F9F6F3;
	margin: 0 0 0 24px;
}
#container #marge h4.contact{
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 24px;
	font-size: 12px;
	background: #A7201A url(bg_h4_contact.gif) no-repeat left center;
}
#container #marge p{
	margin: 0 0 0 24px;
	font-size: 10px;
	color: #000;
}


/* bas de page etc.. */
#footer{
	background: #fff url(footer.jpg) no-repeat bottom center;	
	clear: both;
	height: 50px;
	margin: 20px 0 0 0;
	padding: 0 0 0 78px;
}

form{
	display: none;
}

.menuInsc{display: none;}