/* CSS by complex AI, Théo Reichel (admin@complex.ch), mai 2008*/
/* WEBSITE INFOS*/
/***************************
# COLORS ###################

*/

/***************************
# Yahoo resetter 
****************************/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;} */
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/***************************
# HTML redf
****************************/
body {
	background-color: #eee;
	font-family: "verdana", "helvetica";
	font-size: 14px;
	line-height: 1.2em;
}

p {
	margin: 1em 0;
}

a,a:link,a:active,a:visited {
	color: #c03;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
h2,h3 {
	color: #c03;
}
h2 {
	font-size: 20px;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	padding-top: 5px;
}
strong {
	font-weight: bold;
}

/***************************
# Main IDs
****************************/

div#container {
	width:960px;
	margin:0 auto;
	background-color: #a4c2c2;
}

div#header {
	background-color: #fff;
}
#header a img {
	padding: 10px 0 0 35px;
	float: left;
}
#header h1 a {
	display: block;
	margin-left: 250px;
	font-size: 25px;
	line-height: 30px;
	color: #000;
}
#header h1 a:hover {
	text-decoration: none;
}

div#wrap {
	width:100%;
}

div#content {
	margin: 25px 25px 0 250px;
	padding: 5px;
	min-height: 500px;
	background-color: #fff;
}

div#navigation {
	float:left;
	width: 190px;
	background-color: #c0dcdc;
	min-height: 300px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
}
#navigation ul li {
	line-height: 1.5em;
}
#navigation ul li.on {
	font-weight: bold;
}

div#main_navig {
	clear: both;
	height: 20px;
	padding-left: 250px ;
}
div#main_navig ul li {
	display: inline;
	padding: 3px 10px;
}
div#main_navig ul li:hover {
	background-color: #a4c2c2 ;
}
div#main_navig ul li.on {
	background-color: #a4c2c2 ;
}
div#footer {
	width:100%;
	background-color: #a4c2c2;
	height: 25px;
}

/***************************
# Classes
****************************/
.link_right {
	text-align: right;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
.formulaire label {
  width: 180px;
  padding: 0 10px;
  float:left;
  text-align: right;
}
.formulaire input[type=text] {
}

/***************************
# Typo
****************************/


/***************************
# Others
****************************/