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

*{
	padding:0; margin:0;
}
* img{
	border:0;
}
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000;
	background:url("images/bg.jpg") repeat-x top;
}
#site{
	width:1000px;
	margin:0 auto;
}
#footer{
	width:1000px;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	font-size:11px;
	padding-bottom:30px;
}
#titre_banniere{
	width:435px; 
	float:left; 
	margin:179px 0px 0px 45px;
}
#nav{
	width:445px;
	height:320px;
	color:#fff;
	float:left;
	margin-left:35px;
	background:url("images/bg_nav.jpg") repeat-x top;
}
	#nav a{
		color:#71675f;
		text-decoration:none;
	}
	#nav a:hover{
		text-decoration:underline;
	}
#accueil{
	width:1000px;
	text-align:center;
}
#banniere{
	width:1000px;
}
#content{
	margin-bottom:60px;
	padding-left:48px;
	padding-right:65px;
}
	#content li{
		margin-left:20px;
		list-style:square;

	}
#texte_accueil{
	width:500px;
	margin:auto;
	text-align:justify;
	margin-bottom:110px;
}
#menu{
	width:1000px;
	margin:0px 0px 60px 0px;
}
	#menu_gauche{
		width:435px;
		float:left;
		margin:40px 0px 0px 45px;
	}
	#menu_droite{
		width:380px;
		float:left;
		margin-left:60px;
		margin-top:139px;
	}
a{
	color:#000;
	text-decoration:none;
}	
a:hover{
	text-decoration:underline;
}
p {
	margin-bottom: 1.625em;
	font-size:13px;
}
#titre_menu h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}
h1{
	margin:10px 0px 20px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:30px;
	color:#000;
}
h2{
	margin:20px 0px 10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:20px;
	color:#ad1f23;
}
h3{
	margin:5px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:16px;
	color:#ad1f23;
	display:inline-block;
}
h6{ /* texte source */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
}
h5{ /* lien rouge */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#ad1f23;
	font-weight:bold;
}
	h5 a{
		text-decoration:none;
		font-weight:normal;
		color:#ad1f23;
	}
	
.td_gauche{
	width:488px;
}
.wp-caption {
   /*max-width: 475px; */
	float:left;
    padding: 5px 3px 10px;
    text-align: center;
	max-width:210px;
}

.wp-caption.alignnone {
    margin: 0px 20px 0px 0;
}

.wp-caption.alignleft {
    margin: 0px 0px 20px 0;
}

.wp-caption.alignright {
    margin: 0px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:9px;
	font-family:Georgia, "Times New Roman", Times, serif;
    line-height:13px;
    margin:0;
    padding:0 4px 5px;
	color:#999;
	text-align:right;
}
table td{
	vertical-align:top;
	
}
#t_matieres ul{
	margin-left:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#t_matieres ul ul{
	margin-left:15px;
}
.hoverclass:hover{
	cursor:pointer;}