@charset "utf-8";
/********** Mise en page générale **********/
* {
	margin:0;
	padding:0;
}
img {
	border:0;
	float:left;
}
body  {
	font-family:Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	width:100%;
}
body#public  {
	color:white;
   	background:#9BB5B3;
	padding:10px 0;
}
#container {
	width:800px;
	margin:auto;
	background:#D3DEDD;
	overflow:hidden;
}
.clearfloat {
	height:0;
	line-height:0;
	width:0;
	clear:both;
	overflow:hidden;
}
h1 {
	font-size:16px;
	font-weight:bold;
	padding:12px 0;
	color:#297E85;
}
h2 {
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
	color:#C11750;
}
h3 {
	font-size:12px;
	font-weight:bold;
	padding:6px 0;
	color:#000;
}
/********** box **********/
.box {
	margin-bottom:10px;
}
.box h2 {
	padding:0 10px 5px 10px;
}
.box p {
	padding:0 10px;
}
.blue {
	background:#297E85;
}
.orange {
	background:#DF8B00;
}
#page_top {
	width:800px;
	height:10px;
	background:url(../im_gen/box_page.gif) left top no-repeat;
	overflow:hidden;
}
#page_bottom {
	width:800px;
	height:10px;
	background:url(../im_gen/box_page.gif) left -10px no-repeat;
	overflow:hidden;
}
.orange .top {
	width:200px;
	height:10px;
	background:url(../im_gen/box_orange.gif) left top no-repeat;
	overflow:hidden;
}
.orange .bottom {
	width:200px;
	height:10px;
	background:url(../im_gen/box_orange.gif) left -10px no-repeat;
	overflow:hidden;
}
.blue .top {
	width:200px;
	height:10px;
	background:url(../im_gen/box_blue.gif) left top no-repeat;
	overflow:hidden;
}
.blue .bottom {
	width:200px;
	height:10px;
	background:url(../im_gen/box_blue.gif) left -10px no-repeat;
	overflow:hidden;
}
#main .top, #main .bottom {
	width:550px;
	height:10px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#main .top{
	background-position:left top;
}
#main .bottom {
	background-position:left -10px;
}
.main_red .top, .main_red .bottom {
	background-image:url(../im_gen/box_red.gif);
}
.main_white .top, .main_white .bottom {
	background-image:url(../im_gen/box_white.gif);
}
/********** header **********/
#header {
	height:114px;
	padding:10px 0 20px 0;
}
#header img {
	float:left;
}
#header div {
	float:left;
	padding-left:11px;
}
/********** sidebar_left **********/
#home {
	font-weight:bold;
	line-height:20px;
}
#home, #home a, #home a:link, #home a:active, #home a:visited {
	color:#C11750;
	text-decoration:none;
}
.blue, .blue a, .blue a:link, .blue a:active, .blue a:visited {
	color:#222;
	text-decoration:none;
}
#sidebar_left {
	width:200px;
	float:left;
	padding:0 10px 0 20px;
	font-size:13px;
}
#sidebar_left .box li {
	padding:2px 10px 2px 26px;
	list-style:none;
	background:url(../im_gen/puce_red.gif) 14px 8px no-repeat;
}
#sidebar_left .box li:hover {
	background-color:#C11750;
	background-image:url(../im_gen/puce_blue.gif);
	color:white;
	cursor:pointer;
}
#sidebar_left .box li:hover a {
	color:white;
}
#sidebar_left li.sous-menu {
	padding:2px 0 2px 40px;
	background:url(../im_gen/puce_red.gif) 28px 8px no-repeat;
	font-size:13px;
}
#sidebar_left h2 {
	font-size:16px;
	color:white;
}
/********** main **********/
#main {
	width:550px;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
}
#main ul, #main ol {
	padding-left:20px;
}
#main p, #main li {
	padding-bottom:8px;
}
#main {
	font-size:12px;
}
#main img {
	padding-right:8px;
}
.main_red {
	background:#C11750;
	color:white;
}
.main_white {
	background:#E4EBEB;
	color:black;
}
#texte {
	/*display:none;*/
	padding:0 10px;
}
#main  a, #main  a:link, #main  a:active, #main  a:visited {
	color:#666666;
	text-decoration:none;
}
#main  a:hover {
	color:black;
	text-decoration:underline;
}
/********** contact **********/
#contact_left, #contact_right {
	width:245px;
	padding:10px 10px 0 10px;
	float:left;
}
#contact_left input[type="text"] {
	border:none;
	width:245px;
	font-size:16px;
}
#contact_right textarea {
	border:none;
	width:245px;
	height:100px;
	font-size:16px;
}
#contact input[type="submit"] {
	border:none;
	padding:3px 10px;
	background-color:#297E85;
	color:white;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 0 420px;
}
.contact_titre {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
/********** footer **********/
#footer {
	width:100%;
	height:20px;
	margin:0 0 0 20px;
	background:url(../im_gen/footer.gif) no-repeat;
}
#footer p {
	text-align:center;
	font-size:11px;
	line-height:20px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:white;
	text-decoration:none;
}
#footer a:hover {
	color:white;
}

