/* -------------Reset CSS-----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -------------The CSS-----------------*/
body {
	background-color: #660033;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size:70%;
	color:#3f2400;
	font-family:Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#basdepage {
	height:166px;
	background-image:url(../images/bg_bas.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
a{	text-decoration:none;
	color:#3f2400;
	}
a:hover{
	color:#b8005c;
	}

.illustrationgauche {
	margin:0 10px 10px 0; 
	}
a img.illustrationgauche {
	background-color:#3f2400;
	border:1px solid #7d4a7a;
	padding:10px; 
	float:left;
	}

a:hover img.illustrationgauche {
	background-color:#660033;  
	}

a img.illustration{
	background-color:#3f2400;
	border:1px solid #7d4a7a;
	padding:10px; 
	}

a:hover img.illustration {
	background-color:#660033;  
	}
	
.illustrationdroite {
	margin:0 0 10px 10px; 
	}
a img.illustrationdroite {
	background-color:#3f2400;
	border:1px solid #7d4a7a;
	padding:10px; 
	float:right;
	}

a:hover img.illustrationdroite {
	background-color:#660033;  
	}
	
.post_footer {
	clear:both
	}
	
#main{
	background-image:url(../images/banniere.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	width:932px;
	margin: 0 auto;
	}
	
#menu{
	float: right;
	margin-top:25px;
	}

#menu a:hover, #menu a.actif {
 background-image:url('../images/menu_bg.gif');
 background-repeat:no-repeat;
 color:#FFF;
}

#menu a {
 font-size:20px;
 color:#3e2300;
 font-family: "Times New Roman", Times, serif;
 text-decoration:none;
 float:left;
 display:block;
 height:35px;
 line-height:35px;
 padding:0 0 0 10px;
 margin:0 10px 0 0;
}

#menu a span {
 float:left;
 display:block;
 height:35px;
 padding:0 10px 0 0;
}

#menu a:hover span, #menu a.actif span {
 background:url('../images/menu_bg_droite.gif') no-repeat right center;
}
#menu li{
	display:inline;
	}

#date{
	text-align:right;
	color:#7d4a7a;
	font-weight:bold;
	font-size:10px;
	/*margin-top:25px;*/
	padding-top:25px;
	margin-right:4px;
	}
	
	
#sousmenu{
	float: right;
	clear:both;
	background-image:url(../images/ssmenu_bord.gif);
	background-color:#3f2400;
	background-repeat: no-repeat;
	padding-left:20px;
	padding-right:10px;
	margin-right:4px;
	font-size:12px;
	display:inline;
	}

#sousmenu a{
	color:#FFFFFF;
	text-decoration:none;
	padding:6px 0px 2px 10px;
	line-height:20px;
	}
	
	
#sousmenu a:hover{
	color:#b87fb5;

	}
	
#sousmenu li{
	display:inline;
	}
	
#flash{
	clear:both;
	background-image: url(../images/accueil_banniere.gif);
	background-repeat: no-repeat;
	height:271px;
		}
#haut_contenu_pl{
	clear:both;
	background-image: url(../images/haut_contenu_pl.gif);
	background-repeat: no-repeat;
	height:87px;
		}
		
#txt_size {
	color:#FFFFFF;
	margin-left:3px;
		}
#txt_size2 {
	color:#FFFFFF;
	float:right;
	padding: 10px 10px 0 0;
		}
#txt_size a{
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	color:#FFFFFF;
	font-size:1.2em;
			}
#txt_size a:hover{
	color:#b87fb5;
}

#txt_size2 a{
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	color:#FFFFFF;
	font-size:1.2em;
			}
#txt_size2 a:hover{
	color:#b87fb5;
}

#search{
	float:right;
	margin-right:4px;
				}
				
.bloc_accueil {
	float:left;
	margin-right:14px;
	width:301px;
	background-image: url(../images/bg_contenu_accueil.gif);
	background-repeat: repeat-y;
	line-height: 17px;	
	display:inline;
	}
	
.bloc_accueil.bloc_accueil_droite {
 	float:right;
 	margin-right:0px;
}
	
.titre_accueil{
	background-image: url(../images/accueil_titre.jpg);
	background-repeat: no-repeat;
	height: 45px;
	/*width: 301px;*/
	font-size:20px;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	padding:14px 0 0 36px;
	text-transform: capitalize;
	letter-spacing: 5px;
	}

.contenu_accueil{
	background-image: url(../images/accueil_contenu_bas.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	color:#bda7bc;
	padding:0 23px 20px 23px;
	border-left:1px solid #660033; /* stupid IE fix */
	}

.contenu_accueil a{
	color:#bda7bc;
	text-decoration: underline;	
	}
	
.contenu_accueil a:hover{
	color:#FFFFFF;
	}
.contenu_accueil img{
	background-color:#3f2400;
	border:1px solid #7d4a7a;
	margin:0 10px 5px 0;
	padding:10px; 
	}		

#hdp {
	clear:both;
	}	
#hdp a{
	clear:both;
	float: right;
	color:#FFFFFF;
	background-image:url(../images/hdp.gif);
	background-repeat: no-repeat;
	background-position: right;
	width:102px;
	text-align:right;
	padding:0 5px 5px 0;
	}

#hdp a:hover{
	color:#b87fb5;
	}
/*----------------------Bas de page-------------------------------------*/

.bloc_bas {
	float:left;
	margin-right:3px;
	width:200px;
	line-height: 17px;
	color:#b887b5;
	}
.bloc_bas a{
	color:#7d4a7a;
	text-decoration: none;
	}
.bloc_bas a:hover{
	color:#FFFFFF;
	}
	
.titre_bas{
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	}

.separation_bas{
	float:left;
	background-color: #7d4a7a;
	width: 1px;
	height: 120px;
	margin: 0 18px 0 18px;
	}
	
.ligne{
	/*background-color: #7d4a7a;*/
	padding-top : 25px;
	margin: 0px 0 15px 0;
	border-bottom:1px solid #7d4a7a;
	}
	
/*---------------------------Pages libre------------------------------*/

.titre_pl{
	font-family: "Times New Roman", Times, serif;
	color:#e7e7e7;
	font-size:36px;
	letter-spacing: 5px;
	margin:-10px 0 0 80px;
	}

#chemin{
	padding:10px 0 0 15px ;
	color:#cabdab;
	}
#chemin a{
	color:#cabdab;
	}
#chemin a:hover{
	color:#7d4a7a;
	}
.contenu_pl{
	width:932px;
	background-image: url(../images/bg_contenupl.gif);
	background-repeat: repeat-y;
	}

.zonecontenu {
	padding:0 5px;
	}

.bas_contenupl{
	width:932px;
	height:5px;
	background-image: url(../images/bas_contenupl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
.zonedroite{
	float:right;
	width:281px;
	color:#FFFFFF;
	}
.zonedroite a{
	color:#FFFFFF;
	font-weight:bold;
	
	}
.zonedroite a:hover{
	color:#660033;
	}

#titrebloc{
	height:40px;
	background-color:#916762;
	font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:20px;
	letter-spacing: 5px;
	margin: 0 0 0 20px;
	}

.zonegauche{
	float:left;
	width:575px;
	margin: 10px 20px 25px 20px;
	line-height: 16px;	
	}
	
.zonegauche h1{
	color:#3f2400;
	height:40px;
	margin: -10px 0 0 -20px;
	padding: 0 0 0 35px;
	background-image: url(../images/puce_titre.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
	font-size:18px;
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:40px;
	letter-spacing:-1px;
	}
	
.zonedroite h2{
	height:40px;
	line-height:40px;
	background-color:#916762;
	padding: 0 0 0 25px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/puce_block.gif);
	background-repeat: no-repeat;
	background-position: left;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing: 1px;
	font-weight:bold;
	text-transform: uppercase;
	}
.block .content{
	padding:10px 0 10px 10px;
	line-height:17px;
	}
.contenupage{
	margin: 0 0 15px 0;
	}

menu_niv_01 li{
	line-height:30px;
	}
.zonedroite ul.menu_niv_01 {
border-left : 10px solid #7d4a7a;
line-height:30px;
}

.zonedroite ul.menu_niv_01 li {
border-bottom : 1px solid #FFFFFF;

}

.zonedroite ul.menu_niv_01 li.page a{
background-color:bl;
line-height:30px;
height:30px;
display:block;
padding-left : 10px;
}
.zonedroite ul.menu_niv_01 li a:hover, .zonedroite ul.menu_niv_01 li a.actif {
color:#FFFFFF;
background-color:#756754;
}

.zonedroite ul.menu_niv_02 li {
border-bottom : 1px solid #cabdab;
}

.zonedroite ul.menu_niv_02 li.page a{
color:#3f2400;
background-color: #CABDAB;
padding-left : 20px;
}
.zonedroite ul.menu_niv_02 li a:hover, .zonedroite ul.menu_niv_02 li a.actif{
color:#756754;
background-color:#e9dac6;
}


/* ========== Les billets du Blog ========== */

.post_blog {
	margin: 0 0 60px 0;
}

#main .post_blog h2 {
	height:40px;
	line-height:40px;
	font-family: "Times New Roman", Times, serif;
	font-size:1.7em;
	letter-spacing: 1px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.post_blog .post_header {
	margin: 0 0 10px 0;
	padding: 0 0 0 65px;
	color: #7F7F7F;
}

.post_blog .post_header .auteur {
	font-weight: bold;
}

.post_blog .post_date {
	float: left;
	width: 45px;
	height: 55px;
	padding: 5px;
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../images/background_date.gif) no-repeat;
}

.post_blog .post_date .jour {
	display: block;
	font-size: 2.5em;
	line-height: 20px;
}

.post_blog .post_date .mois {
	display: block;
	font-size: 1.35em;
	line-height: 0px;
}

.post_blog .post_date .annee {
	display: block;
	font-size: 1.1em;
		line-height: 0px;
}

.post_blog .post_chapo {
	margin: 0 0 10px 0;
	padding: 0 0 0 65px;
	text-align: justify;
}

.post_blog .post_content {
	padding: 0 0 10px 65px;

}

.post_blog .post_detail {
	padding: 5px 0 5px 65px;
	text-align: right;
	clear: both;
}

.post_blog .bookmarqueurs {
	padding: 15px 0;
	font-size: 0.9em;
	clear: both;
}

.post_blog .bookmarqueurs span {
	line-height: 20px;
}

.post_blog .bookmarqueurs span a {
	padding: 2px 0 2px 20px;
}

.post_blog .bookmarqueurs ul {
	margin: 10px 0 0 0;
	padding: 0;
}

.post_blog .bookmarqueurs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

.post_blog .post_footer {
	clear: both;
	height: auto;
	line-height: normal;
}

.blog_commentaires h2 {
	margin: 0 0 20px 0;
}

/* -- poster un commentaire -- */

.new_commentaire {
	margin: 0;
}

.new_commentaire h2 {
	margin: 20px 0 20px 0;
}

.new_commentaire form table {
	width: 400px;
}

.new_commentaire form td {
	padding: 0 0 10px 0;

}

.new_commentaire .textfield {
	width: 200px;
}

.new_commentaire .textarea {
	width: 400px;
}

.new_commentaire .factultatif {
	font-style: italic;
}

.new_commentaire .bt_post {
}

/* ========== Les commentaires ========== */

.post_commentaires {
	margin: 0;
}

.post_commentaires .post_header {
	margin: 0 0 10px 0;
	font-size: 0.9em;
}

.post_commentaires .post_header .auteur {
	font-weight: bold;
}

.post_commentaires .post_content {
	padding: 5px;
	border: 1px solid #660033;
	background-color: #F2F2F2;
	zoom: 1; /* Pour faire fonctionner tout ça sur cette s... de IE6 ! */
}

.post_commentaires .post_admin {
	border: 1px solid #660033;
	background-color: #C4E19A;
	color: #333333;
}

.post_commentaires .post_admin a {
	color: #333333;
}

.post_commentaires .avatar {
	padding: 2px;
	float: right;
	border: 1px solid #660033;
}

.post_commentaires .post_admin .avatar {
	border: 1px solid #660033;
}

.post_commentaires .post_content p {
	padding: 0 60px 0 0;
	zoom: 1;
}

.post_commentaires .post_footer_commentaire {
	height: 0;
	clear: both;
}

.textarea {
	padding: 3px 2px 1px 2px;
	color: #333333;
	border: 1px solid #660033;
	width:300px;
}
/*---------------Galerie------------------*/

.galerie {
 height:180px;
 float:left;
 text-align:center;
 margin-bottom:20px;
}

.galerie a {
 margin: auto auto;
}

.galerie span {
display: table-cell; 
vertical-align: middle; 
height: 172px;
 width:190px;
}

/* ========== Navigation ========== */

#main .nav {
	margin: 0 0 20px 0;
	text-align: center;
}

#main .nav .selected {
	font-weight: bold;
	text-decoration: underline;
}
