*{
padding:0px;
margin:0px
}

html{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
body{
	width:780px;
	margin:auto;
	background: #CCC url(../images/fond.gif) repeat-x;
}
#header{
	height:139px;
	background: #000;
}
#accroche{
	height:42px;
}
#barre{
	height: 62px;
}
#menu{
	background: url(../images/menu.gif) no-repeat;
	height: 31px;
}
#nav{
	padding-right: 10px;
	text-align: right;
	color: #FFF;
	font-size: 1.1em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#nav a{
	padding-left: 8px;
	padding-right: 8px;
	color: #FFF;
	text-decoration: none;
	
}
#nav a:hover{
	background: #C6191D;
	padding-left: 8px;
	padding-right: 8px;
	color: #FFF;
	text-decoration: none;
	
}
#nav a.active{
	background: #C6191D;
	padding-left: 8px;
	padding-right: 8px;
	color: #FFF;
	text-decoration: none;
	
}
#content{
	background-image:url(../images/bg_main.gif);
	background-position:top left;
	background-repeat:repeat-y;
	
	width: 780px;
	display:table;
}
#gauche{
	float: left;
	width: 230px;

}
#coor{font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 200px;
	margin-left: 30px;
	margin-top: 30px;font-size: 0.8em;
}
#coor p{
	color: #C6191D;	
}
#coor a{
	text-decoration: none;
	color: #C6191D;
}
#coor a:hover{
	color: #000;
}
#droit{
	float: left;
	width: 500px;
	margin-left: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-size: 0.9em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#droit h1{
	background: #CCC;
	color: #C6191D;
	font-size: 1.3em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	line-height:1em;
	margin-bottom: 15px;
}
#footer{
	background-image:url(../images/footer_img.gif);
	height:45px;	
}
#copy{
	color: #FFF;
	text-align: right;
	padding-right: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 5px;
}



