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

@import "/evoluty/tiny.css";

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




/*---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;
	margin:0 auto;
	padding:0;
	background:#fff;
	border-right:12px solid #c9c6b3;
	border-bottom:14px solid #c9c6b3;
	border-left:33px solid #c9c6b3;
}

.menu{/*---MENU---*/
	display:block;
	height:25px;
	padding:10px 0;
}
.menu li{
	position:relative;
	float:left;
	margin:0 5px 0 20px;
	padding:0 0 0 10px;
	list-style:none;
	background:url(../i/menu-bg.gif) no-repeat;
}
.menu li a:hover{
	cursor:pointer;
}

#header{/*---HEADER---*/
	position:relative;
	height:258px;
	margin:0 20px 10px 20px;
}
#header .bg{
	height:100%;
	background: url(../i/header-bg-2.png) no-repeat;
}
#header p{
	width:380px;
	margin:0 0 9px 20px;
	color:#333;
	font-size:13px;
	line-height:22px;
}
#header p a{
	color:#333;
	text-decoration:underline;
}
#header .tag{
	width:400px;
	height:180px;
	padding:10px 0 10px 30px;
	list-style:none;
	overflow:hidden;
}
#header .tag li{
	display:inline;
}
#header .tag li a{
	line-height:30px;
	margin:0 25px 0 0;
}
#header .tag li a:hover{
	cursor:pointer;
}

#content{
	background:url(../i/content-bg.gif) repeat-y;
}

#colonneDroite{
	float:right;
	width:240px;
	margin:0 10px 0 0;
	padding:0;
	color:#666;
	font-size:10px;
}
#colonneDroite p{
	margin:0 0 10px 0;
}
#colonneDroite p .news{
	display:block;
	color:#333;
}

#main{/*---MAIN---*/
	float:left;
	width:600px;
	margin:0 0 0 20px;
	min-height:200px;
	color:#666;
}

#main hr{
	clear:both;
	color: #767676;
	background-color:#767676;
	height: 1px;
	border: 0;
	margin:10px 50px 10px 50px;
}

 h1{
	clear:both;
	color:#85ad5f;
	font-size:16px;
	font-weight:bold;
}

 h2{
	margin:0;
	padding:15px 0 0 0;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #bfbfbf;
}
#main h3{
	margin:0;
	padding:15px 0 0 0;
	font-size:12px;
	font-weight:bold;
}

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

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

#main ul.m2{
	float:left;
	width:100%;
	background:#f6f6ee;
}
#main ul.m2 li{
	float:left;
	background:none;
	margin:0;
	padding:0;
}
#main ul.m2 li a{
	padding:0 10px;
	border-right:2px solid #fff;
	line-height:20px;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}
#main ul.m2 li a:hover{
	color:#85ad5f;
}

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

#main form{/*FORM*/
	width:480px;
	margin:0;
	padding:0 10px 25px 30px;
}

#main form .row{
	margin:4px 0;
}

#main form .row label{
	float:left;
	width:120px;
	padding:2px 0 0 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:150px;
	padding:2px 5px;
}

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

#footer{/*---FOOTER---*/
	clear:both;
	width:100%;
	font-size:10px;
	color:#666;
}
#footer strong{
	font-size:13px;
}
#footer a{
	color:#666;
}

@media print {

}