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

@import "/evoluty/tiny.css";

body{
	margin:0;
	padding:0;
	background:#666633;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #663300;
}

a{
	color: #663300;	
}
a:hover{
	font-weight:normal;
	color:#fff;
	background:#663300;
}




/*---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{
	position:absolute;
	top:120px;
	left:280px;
	width:390px;
	height:55px;
	line-height:55px;
	background:#FF0000;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

#site{/*---SITE---*/
	position:relative;
	width:960px;
	height:700px;
	background:#cccc99;
	margin:30px auto 50px auto;
	border-bottom: #660000 1px solid;
	border-top: #660000 1px solid;
}


/*---MENU---*/
#logo{
	position:absolute;
	top: 15px;
	left: 70px;
}
#logo, #bot{
	background:none;
}
#bot{
	position:absolute;
	bottom: 122px;
	left: 70px;
}

#nav{
	position: absolute;
	top: 75px;
	left: 280px;
	list-style:none;
}

#nav li{
	display:inline;
}

#nav li a{
	margin:0 45px 0 0;
	padding:5px 0 0 0;
	color: #663300;
	font-size: 16px;
	text-transform:none;
}
#nav li a:hover{
	font-weight:normal;
	border-top:3px solid #663300;
	background:none;
}
#nav li a.sel{
	font-weight:bold;
}

ul.menu{
	position:absolute;
	top:200px;
	left:30px;
	width:190px;
	height:300px;
	overflow:hidden;
}

ul.menu li{
	list-style: none;	
}
ul.menu li a{
	display:block;
	padding:0 0 0 30px;
	font-size:13px;
	line-height:18px;
}
ul.menu li a.c3{
	background:url(../i/new.gif) no-repeat 0 5px;
}
ul.menu li a.c3:hover{
	color:#333;
	font-weight:bold;
}


ul.menu ul{
	margin: 0px;	
	padding: 0px 0px 10px 20px;
}
ul.menu ul li a{
	font-size:11px;
}

#content{
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	height: 445px;
	background:#fff url(../i/right-home.png) no-repeat right 0;
	border-top:3px solid #663300;
	border-bottom:3px solid #663300;
}

#main{/*---MAIN---*/
	position:absolute;
	top:55px;
	left:280px;
	width:450px;
	height:345px;
	padding:0 10px 0 0;
	overflow:auto;
	color:#272727;
}

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

#main h1{
	clear:both;
	margin:0;
	padding:0 0 10px 0px;
	color: #663300;
	font-size:20px;
	font-weight:bold;
	font-weight: normal;
}


#main h2{
	clear:both;
	margin:0 0 3px 0;
	padding:15px 0 0 0;
	font-size:12px;
	font-weight:bold;
	color:#663300;
	border-bottom:1px solid #663300;
}
#main h3{
	margin:0;
	padding:15px 0 0 0;
	font-size:12px;
	font-weight:bold;
}

#main p{
	margin:0 0 10px 0;
	line-height:20px;
	text-align:justify;
	font-size: 11px;
}

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

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

#main .pdf a{
	text-decoration: none;
}

#main a:hover{
	color:#fff;
}

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

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

#main form .row label{
	float:left;
	width:120px;
	padding:2px 0 0 0;
}

#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:267px;
	padding:2px 5px;
}

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

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

#footer{/*---FOOTER---*/
	background: url(../footer.png);
	position: absolute;
	bottom: -10px;
	left: 30px;
	font-size:30px;
	font-family: dearjoe4;
}
#footer strong{
	font-size:13px;
}
#footer a{
	color:#fff;
}

@media print {

#header{/*---HEADER---*/
	height:1px;
}

}
