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

@import "/evoluty/tiny.css";


body{
	margin:0;
	padding:0;
	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: #e6dddd;
	background-color:#e6dddd;
	height: 1px;
	border: 0;
	margin:0;
}

/*---HEADER---*/
#header{
	position:relative;
	width:832px;
	height:195px;
	margin:35px auto 0 auto;
	background:url(../i/header-bg.jpg) no-repeat 0 15px;
}

#header .logo{
	position:absolute;
	top:95px;
	left:45px;
}

#header ul{
	padding:0 20px 0 0;
	list-style:none;
	text-align:right;
	
}

#header ul li{
	display:inline;
}

#header ul li a{
	color:#403e34;
	font-size:0.8em;
	font-weight:normal;
}


/*---MENU---*/
#menu{
	width:832px;
	margin:0 auto 0 auto;
	background:url(../i/menu-bg.gif) no-repeat right 0;
	list-style:none;
	text-align:right;
}

#menu li{
	display:inline;
}

#menu li a{
	padding:0 25px 0 0;
	font-size:15px;
	line-height:35px;
	color:#20736a;
}
#menu li a.sel{
	color:#fff;
}


/*---MAIN---*/
#content{
	position:relative;
	width:839px;
	min-height:400px;
	margin:20px auto 50px auto;
	padding:0 0 25px 0;
	background:url(../i/footer-bg.gif) no-repeat center bottom;
}

#box{
	float:right;
	width:200px;
	margin:0;
	color:#3e3e40;
}

#main{
	float:left;
	width:540px;
	padding:0 0 0 85px;
	color:#3e3e40;
}

#main a{
	color:#3e3e40;
	font-weight:bold;
	text-decoration:underline;
}
#main a:hover{
	color:#000;
}

#main h1{
	margin:0;
	font-weight:bold;
	padding:20px 0 10px 0;
	font-size:14px;
	color:#3e3e40;
}

#main p{
	text-align:justify;
	line-height:1.5em;
}

#main ul {
	margin:0 0 0 25px;
}

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


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

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

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

#main form .row input, #content #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---*/
#content #footer{
	position:absolute;
	bottom:4px;
	right:20px;
	color:#403e34;
	font-size:10px;
}

#footer a{
	color:#403e34;
	font-weight:normal;
}