/* CSS Document */

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

a:hover {
text-decoration:underline;
}

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	text-align: center;
	background-image:url(img/body.jpg);
	background-repeat:repeat-x;
}

#wrap {
	width:930px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#banner{
	width:980px;
	height:246px;
	background-image:url(img/banner.jpg);
	background-repeat:no-repeat;
	text-align:right;
	margin:0 0 20px 0;
}

#link{
	width:700px;
	margin:0 50px 0 0;
	float:right;
	text-align:right;
}

#link ul, #link ul ul {
	margin:0;
	list-style: none;
	line-height: 30px;
	font-size:13px;
	padding:0 15px;
	z-index:999;
	color:#fff;
	font-weight:bold;
}

#link ul a {
	display: block;
	padding: 0 8px;
	margin:0;
	color: #fff;
	text-decoration: none;
}

#link ul a.currentLink{
	background-color:orange;
}

#link ul a:hover{
	color: #fff;
	background-color:orange;
}

#link ul li {
	float: left;
	padding: 0 1px 0 0;
}

#link ul li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	font-size:1em;
	padding:0.2em;
	width:200px;
	background-color:#5a5a5a;
}

#link ul li li {
	padding-right: 1em;
}

#link ul li ul a {
	text-align:left;
	display:block;
	width:185px;
}

#link ul li ul a:hover {
	
}

#link ul li ul ul {
	margin: -1.2em 0 0 12em;
}

#link ul li:hover ul ul, #link ul li:hover ul ul ul, #link ul li.sfhover ul ul, #link ul li.sfhover ul ul ul {
	left: -999em;
}

#link ul li:hover ul, #link ul li li:hover ul, #link ul li li li:hover ul, #link ul li.sfhover ul, #link ul li li.sfhover ul, #link ul li li li.sfhover ul {
	left: auto;
}

#title{
width:980px;
height:30px;
}

#title_left{
float:left;
width:204px;
background-image:url(img/titregauche.gif);
background-repeat:no-repeat;
height:20px;
padding:5px;
}

#title_left h1{
font-size:16px;
color:#fff;
font-weight:bold;
margin:0;

}

#title_right{
margin:0 0 0 215px;
width:700px;
background-image:url(img/titredroite.gif);
background-repeat:no-repeat;
height:20px;
padding:5px;
}

#title_right h1{
font-size:16px;
color:#fff;
font-weight:bold;
margin:0;

}

#sidebar{
	float:left;
	width:214px;
	min-height:300px;
	margin: 0 0 20px 0;
}

#sidebar ul, #sidebar ul ul {
	margin:0;
	list-style: none;
	line-height: 30px;
	font-size:12px;
	padding:0;
	color:#5a5a5a;
}

#sidebar ul a {
	display: block;
	margin:0;
	color: #5a5a5a;
	text-decoration: none;
	background:url(img/bulletgris.gif) left no-repeat;
	padding:5px 0px 5px 20px;
	border-bottom:#5a5a5a 1px dotted;


}

#sidebar ul a.currentLink{
	background:url(img/bulletorange.gif) left no-repeat;
}

#sidebar ul a:hover{
	background:url(img/bulletorange.gif) left no-repeat;
}

#sidebar ul li {
	
}




#content{
	width:670px;
	margin:0 0 20px 215px;
	min-height:400px;
	padding:20px;
}

#footer{
	width:930px;
	height:45px;
	background-image:url(img/pied.gif);
	background-repeat:no-repeat;
	margin:20px 0;
	padding:0;
	text-align:center;
	color:#fff;
	clear:both;
}

#footer .widget{

}

#footer ul, #footer ul ul {
	position:relative;
	margin:0;
	list-style: none;
	line-height: 37px;
	font-size:13px;
	padding:0 20px;
	z-index:999;
	color:#fff;
	font-weight:bold;
}



#footer ul a {
	
	color: #fff;
	text-decoration: none;
}

#footer ul a:hover{
	color: #fff;
	text-decoration:underline;
}

#footer ul li {
display:inline;
	padding: 0 15px 0 0;
}

#footer ul li ul {
	display:none;
}


form{
	width:100%;
	margin-left:0px;
  }
  
  dl{
	margin:0;
	padding:0;
  }
  
  dt{
  margin:0;
	padding:0;
  }
  
  dd{
  margin:0;
	padding:0;
  }
  
  label{
	display:block;
	margin:5px 0;
  }
  
   form textarea{
	width:95%;
	height:100px;
	border:1px solid #ccc;
	background-color:#efefef;
	
 }
 
 input[type="text"]{
	border:1px solid #ccc;
	background-color:#efefef;
 }
 
 input[type="submit"]{
	border:1px solid #ccc;
	background-color:#efefef;
 }
 
 input[type="reset"]{
	border:1px solid #ccc;
	background-color:#efefef;
	
 }
 
 ul.errors{
	color:red;
	list-style-type:none;
	margin:3px 0;
	padding:0;
 }


 img{
 border:none;
 }
 
 table{
  border-collapse:collapse;
  border:1px solid #ccc;
 }