@charset "utf-8";
/* CSS Document */

@import "/evoluty/tiny.css";

body{
	margin:0;
	padding:0;
	background:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}




/*---GENERAL---*/

/*img, div{ behavior: url("/lib/iepng/iepngfix.htc") }*/

img{
	border:0;
}

a{
	text-decoration:none;
}

dl, dt, dd, ul, li{
	margin:0;
	padding:0;
}

hr{
	clear:both;
	color: #29576e;
	background-color:#472125;
	height: 1px;
	border: 0;
	margin:0;
}

#alertbox{
	padding:3px 5px;
	background:#FF0000;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

#site{/*---SITE---*/
	position:relative;
	width:900px;
	min-height:400px;
	margin:30px auto;
}


#header{/*---HEADER---*/
	position:relative;
	height:168px;
	background:url(../i/header-bg.jpg) no-repeat;
}

#header ul{/*---HEADER---*/
	margin:0;
	padding:10px 5px;
	list-style:none;
}
#header ul li{
	float:left;
}
#header ul li a{
	padding:5px 0 5px 15px;
	color:#9f071c;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
}

ul#menu{/*---MENU---*/
	height:38px;
	margin:12px 0 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
ul#menu li{
	float:left;
	width:125px;
	margin:0 0 0 5px;
}
ul#menu li.c1{ width:128px; margin:0 0 0 0;}
ul#menu li.c7{ float:right;width:115px;}
ul#menu li a{
	display:block;
	background:#9f071c;
	text-align:center;
	color:#fff;
	line-height:26px;
	border-bottom:12px solid #ccc;
}
ul#menu li a.sel{
	border-bottom:12px solid #9f071c;
}
ul#menu li a.sel:hover{background:#9f071c;}
ul#menu li a:hover{
	background:#333;
}

#main{/*---MAIN---*/
	float:left;
	width:876px;
	background:#fff;
	color:#2e2e2e;
	border:12px solid #9f071c;
	border-bottom:2px solid #9f071c;
}

#main hr{
	clear:both;
	color: #9f071c;
	background-color:#9f071c;
	height: 2px;
	border: 0;
	margin:10px 0 10px 0;
}

#main h1{
	clear:both;
	margin:0;
	padding:23px 0 10px 25px;
	font-size:14px;
	font-weight:bold;
	color:#9f071c;
}

#main p{
	margin:5px 0 8px 0;
	line-height:15px;
	text-align:justify;
}

#main ul{
	margin:5px 0 5px 0;
	list-style:none;
}
#main ul li{
	background:url(../i/puce2.gif) no-repeat 2px 6px;
	margin:2px 0 5px 0;
	padding:0 0 0 12px;
	line-height:15px;
	text-align:justify;
}

#main a{
	color:#8f0000;
	text-decoration: underline;
}
#main a:hover{
	
}

#main .p2{
	clear:both;
	width:838px;
	margin:0 auto;
	background:url(../i/p2-bg.gif) repeat-y;
}

#main form{/*FORM*/
	width:840px;
	margin:0 0 0 19px;
	padding:0;
	background:url(../i/p2-bg.gif) repeat-y;
}

#main form .row{
	float:left;
	width:347px;
	margin:4px 20px 5px 0;
}

#main form .row label{
	float:left;
	width:347px;
	padding:2px 0 2px 0;
	color:#8a8a8a;
}

#main form .row input, #main form .row textarea{
	background:#e6dddd;
	border:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#00307e;
}

#main form .row .texte{
	width:347px;
	padding:2px 5px;
}

#main form .row .textarea{
	width:347px;
	height:190px;
	padding:2px 5px;
}

* html #main form .row .texte{
	padding:2px 3px;
}

#bottom{/*---BOTTOM---*/
	clear:both;
	overflow:hidden;
	border:12px solid #9f071c;
	border-bottom:0;
	border-top:0;
}

#actualite{/*---ACTUALITE---*/
	background:#fff;
	border:12px solid #9f071c;
	border-top:2px solid #9f071c;
}

#footer{/*---FOOTER---*/
	clear:both;
	padding:50px 0 10px 0;
	background:url(../i/footer-bg.gif) no-repeat;
	font-size:10px;
	color:#000;
	text-align:right;
	color:#CCC;
}
#footer a{
	color:#CCC;
}
