/* Remise à zero de toutes les marges et de tous les padding de tous les éléments avec le sélecteur universel */

*{
	margin:0;
	padding:0;
}
/***************************** suppression des bordures sur les images *******************/ 
img
{
	border:0;
}

/************************************ Déclarations générales *****************************/

body 
{
	color:#ffffff;
	font:85% 'Trebuchet MS', arial, hevetica, sans-serif;
	background:#432000 url(img/jpg/fond.jpg) center top no-repeat fixed;
	
}

h1
{
	padding:0 0 5px 0;
	font: 1.6em Georgia, 'Lucida Calligraphy', Verdana, sans-serif;
	text-align:center;
	color:#DFED04/*9C6B02 720001*/;
	margin:0 0 5px 0;
	/*background:#FCFCE3 ;*//*B3916D 720001*/
	
}

h2
{
	font-size:1.3em;
	font-family: Georgia, 'Lucida Calligraphy', Verdana, sans-serif;
	padding:2px 0 2px 2px;
	margin:20px 0 10px 0;
	color:#DFED04;
	/*background:url(img/jpg/fond-h2-sidebar.jpg) bottom left repeat-x;*/
	border-bottom:2px solid #b26807;
	border-left:2px solid #b26807;
}
/*
h2:first-letter 
{
font-size:2.5em;
background:url(img/jpg/first-letter.jpg);
border:1px solid #D7E406;
padding:5px 7px 5px 2px;
color:#D7E406;
}
*/
h3
{
	font-size:1.1em;
	padding:5px 0 5px 25px;
	margin:0;
	line-height:1.2em;
	color:#DFED04 /*fcfce3*/;
	background: url(img/jpg/fond-h3.jpg) center left no-repeat;
	
}

p
{
	padding: 0.8em 0;
	margin:0;
}

code
{
	display:block;
	background:#fffaf0  /*FDEBC7 e6e4e4*/;
	padding:5px;
	margin:3px 0 10px 0;
	border-left:4px solid #5B5B01 /*ffa421*/;
	/*font-size:1.2em;*/
}

code strong
{
	color:#9c6b02;
}

pre
{

padding:15px;
	margin:3px 5px 10px 0;
	color:#ffffff;
	background:#000000 /*747373 FDEBC7 e6e4e4*/;
	border-left:6px solid #cd8300  /*dfed04 FDF7C0 ffa421*/;
	/*font-size:1.2em;*/
	font-size:1.1em;
	overflow:auto;
	}


pre strong
{
	color:#dfed04;
}

ul
{
	list-style-type:none;
	margin:10px 0;
}

/************************************ Bloc de centrage de la page *******************************/

#page
{
	position:relative;
	width:56em;
	margin:0 auto;
	font-size:1em;
	
	/*url(img/png/fond_sidebar2.png) top left repeat-y*/
	/*border-left:1px solid #720001;*/
	
}

#page2
{
}

/************************************* Contenu central de la page *******************************/

#top
{
	min-height:130px;
	padding:0;
	margin:0;
	
}

#logo
{
	width:344px;
	height:123px;
	position:absolute;
	top:15px;
	left:-13px;
	display:block;
	background:url(img/png/logo2.png) top left no-repeat;
}

#prelude
{
	position:relative;
	width:250px;
	top:0;
	left:340px;
	margin:0;
	padding-top:10px;
	
	/*background:url(img/jpg/fond-access.jpg) top left no-repeat;*/
}

#prelude li
{
padding: 0 5px 5px 5px;
border-left:3px solid #DFED04;
margin:0;
}

#prelude li a
{
	color:#FDF6BC;
	padding:0;
	margin:0 ;
	text-decoration:none;
	border-bottom:1px solid #FDF6BC;
}



#main
{
	position:relative;
	margin-left:205px;
	line-height:1.8em;
	border-left:1px solid #fcfce3;
	border-right:1px solid #fcfce3;
	padding-bottom:15px;
	
	/*background: #C5A45D url(img/jpg/fond-body2.jpg);*/
	/*border:3px solid #5B5B01;*/
	/*background:FFFAF0;*/
}

#cartouche
{
color:#fcfce3;
margin:0;
padding:0;
}

#toc
{
	margin-bottom:30px;
}

#content
{
	margin: 0;
	padding: 0 1em 1em 2em;
	/*background: url(img/jpg/haut-content2.jpg) right top no-repeat;*/

}

#content p
{

}


#content ul
{
list-style-type:square;
margin: 20px 0 20px 40px;
}

#content li
{
list-style-type:none;
/*list-style-image: url(img/png/puce-liste.png);*/
background:url(img/jpg/puce-liste.jpg) left center no-repeat;
padding-left:20px;
margin:5px 0;
}

#content dl
{
margin: 20px 0 20px 40px;
}

#content dt
{
/*list-style-image: url(img/png/puce-liste.png);*/
float:left;
position:relative;
background:url(img/jpg/puce-liste.jpg) left center no-repeat;
padding-left:15px;
padding-right:10px;
font-weight:bold;
margin:0;
}

#content a
{
text-decoration:none;
border-bottom:1px solid #FDF6BC;
}
/*
#content a:visited,
{
color:#ffffff;
text-decoration:none;
border:none;
}
*/

#content a:link
{
color:#FDF6BC;
/*background:#fffaf0;*/
border-bottom:1px solid #FDF6BC;
}

#content a:visited
{
color:#fdf6bc;
/*background:#fffaf0;*/
}

#content a:hover
{
color:#ffffff;
/*background:#fffaf0;*/
text-decoration:none;
border-bottom:1px dashed #FDF6BC;
}

#content a:active
{
color:#ffffff;
/*background:#fffaf0;*/
text-decoration:none;
}

#retour_haut_page
{
position:relative;
height:30px;
}

#retour_haut_page p
{
position:absolute;
width:200px;
top:0;
right:0;
margin:0;
padding:0;
background: url(img/png/sceau2.png) right bottom no-repeat;
}

#retour_haut_page a
{
color:#FDF6BC;
}


/************************************** Bloc gauche ********************************************/

#sidebar
{
	float:left;
	width:190px;
	height:800px;
	padding-bottom: 4em;
	padding-top:1em;
	/*margin-top:60px;*/
	/*background: yellow;*/
}

#sidebar h2
{
	padding:0;
	margin:5px 0 5px 0;
	color:#DFED04;
background:url(img/jpg/fond-h2-sidebar.jpg) bottom left no-repeat;
border:none;
}

#interieur-sidebar
{
padding-bottom:170px;
background: url(img/jpg/lys-sidebar.jpg) bottom left no-repeat;
}

.entourage
{
	margin: 0 10px 15px 12px;
	padding:0 0 0 0;
	
}

.entourage p
{
	background: url(img/png/haut_menu4.png) top left no-repeat;
	margin:0;
	padding:0;
}
 

#premier
{
	
	padding:0 0 0 0;
	font-size:1em;
	margin:0;
}

#second
{
	
	padding:0;
	font-size:0.9em;
	background: url(img/png/haut_menu4.png) top left no-repeat;
	margin:0;
}

#premier li
{
margin: 10px 0 0 0 ;
}

#second li
{
margin: 10px 0 15px 0 ;
padding: 0 0 0 0;
}

#premier li a
{
	color:#FDF6BC;
	padding:0 0 0 15px;
	margin:0 ;
	background:url(img/jpg/puce-sidebar.jpg) left center no-repeat;
	text-decoration:none;
	
	/*border-right: 1px solid #000000;*/
}

#second li a
{
color:#FDF6BC;
	padding:0 0 0 15px;
	margin:0 ;
	background:url(img/jpg/puce-article.jpg) no-repeat;
	text-decoration:none;
	}


#sidebar li a:hover
{
	text-decoration:underline;
}

/********************************************** Pied de page ***********************************/

#footer
{
	position:relative;
	height:50px;
	margin:0 0 0 205px;
	font-size:0.8em;
	padding:0;
	background:#743800;
	border-left:1px solid #fcfce3;
	border-right:1px solid #fcfce3;
	background:url(img/jpg/footer.jpg) top left repeat-x;
	clear:both;
	
}

#footer p
{
font-size:1em;
color:#fdf7c0;
padding:20px 5px 5px 5px ;

}

#footer p a
{
font-size:1em;
color:#F8FB9B;
}

#coin-footer
{
	position:absolute;
	top:0;
	right:-110px;
	margin:0;
	padding:0;
}

