/* Propriétés principales du site */
body{
	margin: 0 auto;

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	
	background: url(theme/bg.jpg) top;
}
p{
	color: #FFF;	
	margin: 0;
	padding: 5px 0;
}
.clear{
	clear: both;
}
select, option{
	font-size: 10px;
	width: 235px;
}
ul{
	margin: 0;
	padding: 0;
}
a{
	color: #FFF;	
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	height: 12px;
	
	margin:0;
	
	margin-left: 10px;
	
	font-size: 12px;
	
	padding: 10px 20px;
	
	vertical-align: middle;
	
	background: url(theme/puce.png) no-repeat center left;
}
#conteneur{
	width: 900px;
	
	margin: 0 auto;
}
#header{
	width: 900px;
	height: 182px;
	
	background: url(theme/header.jpg) no-repeat;
}
#gauche{
	width: 670px;
	
	float: left;
}
#haut{
	width: 665px;
	height: 152px;
	
	padding-left: 5px;
	
	background: url(theme/haut.png) no-repeat;
}
#navigation li{
	list-style: none;
	
	float: left;
	
	margin: 10px 10px;
}
#bas{
	width: 670px;
	
	margin-left: 1px;
}
#bas_top{
	width: 665px;
	height: 8px;
	
	background: url(theme/bas_top.png) no-repeat;
}
#bas_middle{
	width: 670px;
	
	background: url(theme/bas_middle.png) repeat-y;
}
#bas_bottom{
	width: 670px;
	height: 18px;
	
	background: url(theme/bas_bottom.png) no-repeat;
}

#droite{
	width: 220px;
	height: 553px;
	
	background: url(theme/droite.png) no-repeat;
	
	float: left;
}

#accueil #bas_gauche{
	width: 661px;
	
	background-color: #660000;
	
	color: #FFF;
	
	margin: 0 3px;
}
#accueil #bas_gauche p, #accueil #bas_gauche div{
	padding: 8px;
}

#accueil #bas_gauche h1{
	background-color: #4f0000;
}
#accueil #bas_droite{
	width: 661px;
	
	background-color: #ccc;
	
	margin: 0 3px;
}
#accueil #bas_droite h1{
	background-color: #adadad;
}
.actu{
	width: 176px;
	margin: 0 0 5px 7px;
	background-color: #900;	
}
.actu h3{
	padding-left: 13px;
	text-decoration:underline;
	color:#FFF;	
}
.actu p{
	color:#FFF; 
	padding: 0 5px;	
}
.actu a{
	margin-left: 145px;
	
	font-weight: bold;
}
#presentation #bas_gauche{
	float: left;

	width: 659px;
	
	background-color: #660000;
	
	margin: 0 3px;
}
#presentation #bas_gauche h1{
	background-color: #4f0000;
	color: #FFF;
}
#presentation #bas_gauche p{
	padding: 10px;
}
.perso{
	width: 190px;
	text-align:center;	
	
	color: #FFF;
}
.perso img{
	height: 70px;
	width: 105px;
}
#droite h1{
	color: #FFF;	
}
#droite #pagination{
	text-align:center;
	padding-right: 25px;
}
#accueil form{
	margin-top: 10px;
	margin-left: 5px;	
}
