html, body, form {
	margin:0;
	padding:0;
}
body {
	font-family:verdana,serif; font-size:11px; color:#404040;
	background:#FFF url(images/main_fnd_3.jpg);
}
a {
	text-decoration:none;
}
img {
	border:none;
}
input, textarea {
	font-family:verdana; font-size:12px; color:#404040;
	background:#FFF;
	border:1px #A0A0FF solid;
}
select {	
	margin:1px;
	padding:2px;
}

#div_header {
	margin:0;
	height:159px;
	background:url(images/header_text_1.gif) top left repeat-x;
}
#bloc_sommaire {
	float:left; display:inline;
	width:507px; height:100%;
	background:url(images/header_title_1.jpg) top left no-repeat;
}
#bloc_sommaire ul {
	margin:104px 0 0 0;
	padding:0;
}
#bloc_sommaire ul li {
	float:left; display:inline;
	margin:0 4px;
	width:112px;
	padding-top:12px;
	list-style-type:none; font-weight:bold; text-align:center;
	border-top:2px red solid;
}
#bloc_sommaire ul li a {
	color:#FFF;
}
#bloc_end {
	height:100%;
	background:url(images/header_fnd_1.jpg) top right no-repeat;
}

#div_left {
	float:left; display:inline;
	width:218px;
}
#bloc_titre {
	padding:8px 0;
	text-align:center; color:#FFF; font-size:13px; font-weight:bold;
	background:#295376;
}
#bloc_s_menu {
	padding-bottom:32px;
	background:url(images/s_menu_foot_1.gif) bottom center no-repeat;
}
#bloc_s_menu ul {
	margin:0;
	padding:0;
}
#bloc_s_menu li {
	padding:6px 4px;
	background:#CEDEEB;
	border-bottom:1px #61A6DF dotted;
}
#bloc_s_menu li a {
	color:#000; font-weight:bold; font-size:13px;
}
#bloc_s_menu li a:hover {
	padding:3px 8px 3px 16px;
	background:#92C5EF url(images/ico_12_12_fleche_1.gif) 2px center no-repeat;
}

#div_principal {
	margin:0 46px 0 218px;
	padding:4px;
	background:#F0F0FF;
}

#div_principal .bloc_contenu {
	padding:2px;
	font-size:13px;
	background:#F8F8FF url(images/contenu_fnd_1.gif) right bottom no-repeat;
}
#div_principal .bloc_contenu h3 {
margin:8px;
padding:8px;
color:#e65841;
background:#e2d5a1;
}

#div_footer {
	clear:both;
}
