/* 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 
{
	width:100%;
	height:100%;
	color:#ffffff;
	font:85% 'Trebuchet MS', 'Times New Roman', arial, hevetica, sans-serif;
	background:#262200 url(img/jpg/fond-body.jpg) top left;
	margin:0;
	padding:0;
}

h1
{
	padding:5px 0 40px 0;
	font: 1.6em Georgia, Verdana, sans-serif;
	text-align:center;
	color:#DFED04 /*9C6B02 720001*/;
	margin:0 0 15px 0;
	background:url(img/jpg/fond-h1.jpg) center bottom no-repeat;
	/*border: 1px solid #FCE735;*/
}

h2
{
	font-size:1.3em;
	font-family: Georgia, Verdana, sans-serif;
	padding:2px 0 2px 20px;
	margin:20px 0 10px 0;
	/*line-height:1.2em;*/
	color:#DFED04 ;/*dfed04*/
	background: url(img/jpg/fond-h2.jpg) center left no-repeat;
}

/*
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;
	font-family: Georgia, Verdana, sans-serif;
	padding:5px 0 5px 25px;
	margin:0;
	line-height:1.2em;
	color:#DFED04 /*FDF7C0 fcfce3*/;
	background: url(img/jpg/fond-h3.jpg) center left no-repeat;
}

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

code
{
	display:block;
	padding:15px;
	margin:3px 20px 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:hidden;
}

code strong
{
	color:#dfed04;
}
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
{
	
	
	padding:0;
	margin:0 auto;
	background: url(img/jpg/fond-banniere2-1.jpg) center top no-repeat;/*url(img/png/fond_sidebar2.png) top left repeat-y*/
	/*border-left:1px solid #720001;*/
	/*border-right:1px solid #720001;*/
}

#page2
{

	width:759px;
	margin:0 auto;
	padding:0;
	font-size:1em;
	
	/*url(img/png/fond_sidebar2.png) top left repeat-y*/
	/*border-left:1px solid #720001;*/
	/*border-right:1px solid #720001;*/
}

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

#top
{
	position:relative;
	min-height:234px;
	padding:0;
	margin:0 auto;
	width:733px;
}

#logo
{
	position:absolute;
	top:10px;
	left:8px;
	display:block;
}

#prelude
{
margin: 0 0 0 0;
padding:205px 0 0 7px;
}

#prelude li
{
display:inline;
padding:0 5px 0 5px;
}

#prelude li a
{
	font-family: Georgia, Verdana, sans-serif;
	color:#dfed04;
	font-size:1em;
	/*background:#fef4df;*/
}



#main
{
	position:relative;
	margin-right:210px;
	line-height:1.8em;
	background: #ffffff url(img/jpg/fond-page2.jpg) top left repeat-y;
	/*background: #C5A45D url(img/jpg/fond-body2.jpg);*/
	
	/*border:3px solid #5B5B01;*/
	/*background:FFFAF0;*/
}

#cartouche
{
width:175px;
float:right;
font-family: Georgia, Verdana, sans-serif;
color:#dfed04;
margin:0;
padding:3px;
font-size:0.9em;
border: 1px solid #dfed04;
background:#000000;
}

#toc
{
	margin-bottom:30px;
}

#content
{
	margin: 0;
	padding: 2em 2em 1em 2em;
	background: url(img/jpg/haut-page.jpg) no-repeat;
	/*border-left:12px solid #fcfce3;*/
}

#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:80px;
}

#retour_haut_page p
{
position:absolute;
width:200px;
height:80px;
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:right;
	width:199px;
	/*height:1500px;*/
	padding:15px 0 0 0;
	/*padding-top:4em;*/
	/*margin-top:60px;*/
	background: url(img/jpg/fond-sidebar3.jpg) no-repeat; 
}

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

#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:100px;
	margin:0;
	font-size:0.8em;
	background: url(img/png/footer.png) top left no-repeat;
	clear:both;
}

#footer p
{
padding:15px 0 0 100px;
font-size:1em;
color:#fdf7c0;
}

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

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

