body
{
   background-image: url("design/bodyFond.jpg");
   background-color: #13110F;
   background-repeat: repeat-y;
   background-attachment:fixed;
   background-position: center;
   background-color: #12110F;
   width: 100%;
   margin: 0;
   font-family: "Arial", Tahoma, Arial Black, serif;
   font-size: 13px;
   text-indent: 0px; 
   text-align: justify;
   color: #CECAC6;
}

#main
{
	width: 100%;
	margin : auto;
	position:relative;
}

#banniereFond
{
	background-image: url("design/banniereFond.jpg");
	background-repeat: repeat-x;
	height: 137px;
	width: 100%;
	position:absolute;

}

#banniere
{
	
	width: 100%;
	background-position: center;
	position:absolute;

}

#banniereContenu
{

height: 137px;
width: 1000px;
left: 50%;
margin-left: -500px;
position: absolute;
}

#banniereLogo
{
margin-top: 3px;
margin-left : 50px;
}

#banniereMamy
{
position : absolute;
margin-left : -13px;
margin-top: 3px; /* METTRE 3PX POUR IE6 et IE7 */
}

#liensParties
{
position : absolute;
display : inline;
float : right;
margin-left: 50px;
}

/* ========================= */
/* MENU */
/* ========================= */


#menu
{
	background-image: url("design/menuFond.jpg");
	height: 55px;
	width: 900px;
	left: 50%;
	margin-left: -410px;
	margin-top: 110px; /* METTRE 109PX POUR IE6 et IE7 */
	text-align: center;
	position: absolute;

   } 
   

   
#menu ul
{
	padding: 0;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	float: left;
}

#menu ul li 
{
   display : inline;

}

#menuAccueil
{
margin-left: 6px;
}

#menuActualite
{
margin-left: 16px;
}

#menuCommunaute
{
margin-left: 15px;
}

#menuSite
{
margin-left: 16px;
}

#menuFacebook
{
margin-left: 147px;

}

#menuMail
{
margin-left: 10px;
}

#menuRss
{
margin-left: 10px;
}


/* ========================= */
/* BLOC FAQ */
/* Dédié à guider les nouveaux venus sur le site ! */
/* ========================= */

#blockFaq
{
width: 100%;
font-size: 12px;
background-color: #201C19;
margin-bottom: 20px;
margin-right : 10px;
background-image: url(design/contenu/icones/noteFaq.jpg);
		background-position: 10px 18px;
		background-repeat: no-repeat;
}

#blockFaq p
{
margin-right: 20px;
margin-left: 60px;
padding-top: 16px;
padding-bottom: 19px;
line-height: 20px;
color: #E4A40D;
}

/* ========================= */
/* CORPS  */
/* ========================= */

#corps
{   
   width: 980px;
   background-image: url(design/corpsFond.jpg);
   background-repeat: y;
   margin-left: -490px;
   position: relative;
   margin-top : 30px;
   left: 50%;
}

#corpsFond
{
	width : 1040px;
	margin-left: -520px;
	left: 50%;
	position: absolute;
	margin-top: 200px;

	background-color : #110F0D;
	padding-bottom : 10px;
	-moz-border-radius-topleft : 10px;
	border-top-left-radius : 10px;
	-webkit-border-top-left-radius : 10px;
	-moz-border-radius-topright : 10px;
	border-top-right-radius : 10px;
	-webkit-border-top-right-radius : 10px;
}



#corpsContent
{
	margin-left : 10px;
	margin-right: 12px;
}

#corpsHaut
{   
   margin-left: -9px;
   height: 10px;
   width : 979px;
   border-top : 1px solid #5F5852;
}

#corpsBas
{   
   height: 20px;
   margin-top: 20px;
   border-bottom : 1px solid #5F5852;
}

#corpsNews
{
 width: 680px;
 float : left;

 }

#corpsArticle
{

 width: 100%;
}


/* ========================= */
/* SIDE BAR  */
/* ========================= */


#sidebar
{
width: 250px;
height: 500px;
display: inline;
float: right;
}

#sidebarTitre
{
width: 250px;
height: 46px;
background-color: black;
background-image: url(design/contenu/fondTitreSidebar.jpg);
}

.sidebarTitreTexte
{
	float: left;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 20px;
	text-decoration : none;
	color: #E4A40D;
}

.sidebarContentHaut
{
margin-top: 10px;
width: 250px;
height: 13px;
background-image: url(design/contenu/sidebar/fondSidebarHaut.jpg);
font-size: 0px;
}

.sidebarContentBas
{
margin-top: 10px;
width: 250px;
height: 13px;
background-image: url(design/contenu/sidebar/fondSidebarBas.jpg);
font-size: 0px;

}


.sidebarContent
{
padding-top: 1px;
margin-top: -10px;
width: 250px;
background-image: url(design/contenu/sidebar/fondSidebarMilieu.jpg);
margin-bottom: 30px;
}

.listeSidebar
{
margin-right: 5px;
margin-left: 13px;
padding-left: 13px;
text-align: left;
}

.listeSidebar a
{
text-decoration: none;
}

.listeSidebar li
{
color: #CECAC6;
margin-top: 10px;
}


/* ========================= */
/* BAS PAGE  */
/* ========================= */

#basPage
{
width: 1040px;
position: absolute;
margin-left : -520px;
margin-top : 5px;
left : 50%;
background-color : #110F0D;
}

	#basPagePortrait
	{
	float : right;
	background-image: url("design/basPagePortrait.jpg");
	width : 168px;
	height : 168px;
	margin-top : 15px;
	margin-left : 30px;
	}
	
	.basPageBlock
	{
		float : left;
		width : 350px;
		font-size : 12px;
		color : #8E8C7A;
	}

#basPage2
{
height: 100px;
width: 1040px;
margin-top : 20px;
position : relative;
margin-left : -520px;
left : 50%;
background-color : #0A0908;
}


	#basPageLogo
	{
	background-image: url("design/basPageLogo.jpg");
	width : 350px;
	height : 53px;
	margin-top : 20px;
	margin-left : 30px;
	position : absolute;
	}

	#basPageTexte
	{
		float : right;
		margin-top : 35px;
		margin-right : 30px;

	}

	#basPageTexte a
	{
		font-size : 18px;
		color : #8E8C7A;
		text-decoration : none;
	}

	#basPageTexte a:hover
	{
		color : #C0BBA7;
	}

.wpp-post-title
{
text-decoration : none;
display : block;
padding-left : 10px;

}
#basPage ul
{
margin-left  : 0px;
padding-left : 0px;
}
#basPage li
{
text-align : left;
list-style : none;
height : 55px;
}
.post-stats
{
display : block;
}

#basPage .lien
{
	height : 50px;
}

#basPage .lien img
{
float : left;
border: 5px solid #0A0907;
margin-right : 10px;
opacity:0.6;
filter:alpha(opacity=60);
}
#basPage .lien img:hover
{
opacity:1.0;
filter:alpha(opacity=100);
}

#basPage .lien h3
{
	margin-bottom : 0px;
}

#basPage .lien h3:hover
{
	color : #fff;
}
	

#more
{
width : 200px;
float: left;
margin-left: 200px;
}





/* ========================= */
/* a, p, ... */
/* ========================= */

a
{
	color: #E4A40D;
	text-decoration : underline;
	font-size: 13px;

}

a:hover
{
	color: #FCC43D;
	text-decoration : underline;

}

a img
{
border: none;
}

h2
{
	font-size: 22px;
	text-decoration : none;
	font-family: "Arial", Tahoma, Arial Black, serif;
	font-weight: normal;
	color: #E4A40D;
}

h3
{
	
	font-family: "Arial", Tahoma, Arial Black, serif;
	font-weight: bold;
	font-size: 16px;
	color: #CECAC6;
}

h4
{
	
	font-family: "Arial", Tahoma, Arial Black, serif;
	font-size: 16px;
	color: #CECAC6;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 40px;
}

ul li
{
list-style-type:square;
}




.listeSousCategorie ul li
{
color: #E4A40D;
list-style-type:square;
}

.listeSousCategorie a
{
font-size: 14px;
}

.listeSousCategorie .liSousTitre
{
color: #E4A40D;
font-size: 18px;
}


hr
{
color:  #C9C49F;
}



.wp-caption {
border: 1px solid #292420;
text-align: center;
background-color: #494039;
padding: 6px;
padding-top: 8px;
margin-bottom : 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 1px solid #000;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 5px 4px 5px;
margin: 0;
}

.alignleft
{
	float : left;
	margin-right : 10px;
}

.alignright
{
	float : right;
	margin-left : 10px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* ========================= */
/* IMAGES  */
/* ========================= */

div.aligncenter
{
text-align: center;
}

/* Topic semaine  */
.topicSemaine
{
	margin-top : 10px;
}

.topicSemaine img
{
	display : block;
	margin-left : auto;
	margin-right : auto;
	opacity: 0.7;
	filter:alpha(opacity=70);
}




	
/* ========================= */
/* BLOCK NOTES*/
/* Comprend :
- les citations
- le changelog de l'article et les notes (contenu) */
/* ========================= */

blockquote {
	border-left: 5px solid #8A8682;
	background-color: #201C19;
	padding-left: 2px;
	padding-top: 9px;
	padding-bottom: 15px;
	margin-left: 0px;
		background-image: url(design/contenu/icones/citationArticle.jpg);
		background-position: 20px 20px;
		background-repeat: no-repeat;
	width: 98%;
margin-top: 10px;
margin-bottom: 20px;
	}
	
	
blockquote p:first-child {
/* J'indentais avant pour pouvoir mettre la guillement dans la première ligne. Ce n'estp plus le cas maintenant */
}
blockquote p {
	color: #8A8682;
	margin: 0 30px 0 60px;  /*--Left Margin--*/
	display: block;
	padding: 12px 0;
	text-indent: 0px;

	}

blockquote ul {
	color: #8A8682;
	margin: 5px 20px 0 40px;  /*--Left Margin--*/
	padding: 0 20px 0 40px;  /*--Left Margin--*/
	display: block;
	padding-top: 10px;
	text-indent: 0px;
	

	}
	
blockquote li:first-child{
margin-top: -5px;
}

blockquote li{
margin-bottom: 10px;
}
	
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
	
	}

/* Changelog */
.notes
{
color: #E48633;
background-color: #201C19;
border-left: 5px solid #E48633;
padding-left: 2px;
line-height: 20px; 
width: 99.5%;
margin-top: 10px;
margin-bottom: 20px;
margin-left : 0px;
}

.notes li
{

color: #E48633;
list-style-type:square;

}

.notes_texte
{
	margin: 0 30px 0 0px;  /*--Left Margin--*/
	padding: 8px 0 10px 0;
	display: block;

}

/* Notes */
.notes2
{
color: #E4A40D;
background-color: #201C19;
border-left: 5px solid #E4A40D;
line-height: 20px; 
width: 100%;
height: 100%;
margin-top: 10px;
padding-bottom: 10px;
	background-image: url(design/contenu/icones/noteArticle.jpg);
	background-position: 20px 20px;
	background-repeat: no-repeat;
}

.notes2_texte
{
	margin: 0 30px 0 60px;  /*--Left Margin--*/
	padding: 18px 0;
	display: block;

}

.notes2_liste
{
	margin: -5px 30px 0 35px;  /*--Left Margin--*/
	display: block;
	padding-top: 8px;
	padding-bottom : 18px;
}


/* ========================= */



/* ========================= */
/* ITEMS*/
/* ========================= */


.item_blanc
{
color: #fff;
text-decoration: none;
}

.item_blanc:hover
{
color: #EAE8E6;
text-decoration: none;
}


.item_vert
{
color: #05E805;
text-decoration: none;
}

.item_vert:hover
{
color: #1DF826;
text-decoration: none;
}

.item_violet
{
color: #A335EE;
text-decoration: none;
}

.item_violet:hover
{
color: #7C27B6;
text-decoration: none;
}

.item_bleu
{
color: #0070DD;
text-decoration: none;
}

.item_bleu:hover
{
color: #0581F9;
text-decoration: none;

}

.item_jaune
{
color: #FFD100;
text-decoration: none;
}

.item_jaune:hover
{
color: #D5AF01;
text-decoration: none;
}

.item_bta
{
color: #E5CC80;
text-decoration: none;
}

.item_bta:hover
{
color: #EBD79B;
text-decoration: none;
}




/* ========================= */
/* ARTICLE */
/* ========================= */

.titreArticleFond
{
   width: 100%;
   height: 46px;
   background-image: url("design/contenu/fondTitreArticle.jpg");
}

.titreArticle
{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 22px;
	text-decoration : none;
	color: #E4A40D;
}
.titreLien
{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 18px;
	text-decoration : none;
	
}

.titreLien:hover
{
	font-size: 18px;
	text-decoration : none;

}

.titreDate
{
	float: right;
	font-size: 13px;
	margin-top: 7px;
	margin-right: 15px;

}

.titreAuteur
{
	clear : right;
	float: right;
	margin-right: 15px;
}

.entry
{
width: 98%;
margin-left: 1%;
margin-top: 20px;
}

.blockObjets
{
background-color: #201c19; 
padding: 5px; 
padding-right: 30px; 
border: 1px solid black;
-moz-border-radius : 5px;
border-radius : 5px;
-webkit-border-radius : 5px;
}

.blockObjetsTexte
{
	padding-left : 30px;
	padding-top : 13px;
	padding-bottom : 13px;
}

.blockCode
{
background-color: #201c19; 
padding: 15px; 
padding-right: 30px; 
border: 1px solid black;

}

.spanCode
{
font-family: "Courier New", Tahoma, Arial Black, serif;
font-size: 13px;
}





/* ========================= */
/* Categorie */
/* ========================= */

.titreCategorieFond
{
   width: 100%;
   height: 70px;
   background-image: url("design/contenu/fondTitreCategorie.jpg");
}

.titreCategorieFondGauche
{
   width: 5px;
   float : left;
   height : 70px;
   background-image: url("design/contenu/fondTitreCategorieGauche.jpg");
}

.titreCategorieFondDroite
{
   width: 5px;
   float : right;
   height : 70px;
   background-image: url("design/contenu/fondTitreCategorieDroite.jpg");
}


.iconeTitreCategorie
{
float: left;
margin-left: 13px;
margin-top:10px;
}

.titre
{
float : left;
margin-left : 20px;
}


.titreCategorie
{
	font-size: 22px;
	text-decoration : none;
	color: #E4A40D;
}

.titreDesriptionCategorie
{

	font-size: 14px;
	color: #ABA7A4;
}

/* ========================= */
/*  Sous Categorie */
/* ========================= */

.titreSousCategorieFond
{
   width: 100%;
   height: 46px;
   background-image: url("design/contenu/fondTitreSousCategorie.jpg");
}

.iconeTitreSouSCategorie
{
float: left;
margin-left: 13px;
margin-top: 5px;
}

.titreSouSCategorie
{
	float: left;
	margin-left: 20px;
	margin-top: 9px;
	font-size: 20px;
	text-decoration : none;
	color: #E4A40D;
}


/* ========================= */
/*  Liste liens */
/* ========================= */

.categorieListe
{
width : 506px;
background-image: url("design/contenu/categorieListe/categorieListeMilieu.jpg");
margin-top: -15px;
padding-top: 1px;

}

.categorieListeClasses
{
width : 506px;
background-image: url("design/contenu/categorieListe/categorieListeMilieu.jpg");
margin-top: -15px;
padding-top: 1px;

}


.categorieListeHaut
{
background-image: url("design/contenu/categorieListe/categorieListeHaut.jpg");
width : 506px;
height: 13px;
margin-bottom: 10px;

}

.categorieListeBas
{
background-image: url("design/contenu/categorieListe/categorieListeBas.jpg");
width : 506px;
height: 13px;
margin-bottom: -3px;
}

.categorieListe a
{
font-size: 14px;
}

.categorieListeClasses li
{
color: #CECAC6;
margin-top: 15px;
list-style: none;
}

.categorieListe li
{
color: #CECAC6;
margin-top: 5px;
}

.categorieListeIcone
{
margin-top: -3px;
margin-right: 10px;
float: left;

}






/* ========================= */
/* News */
/* ========================= */

.titreNews
{
   width: 100%;
   height: 46px;
   background-image: url("design/contenu/fondTitreNews.jpg"); 
   background-repeat : repeat-x;
   margin-bottom: 15px;
}

.titreNewsGauche
{
   width: 5px;
   height: 46px;
   background-image: url("design/contenu/fondTitreNewsGauche.jpg"); 
   float : left;
}

.titreNewsDroite
{
   width: 5px;
   height: 46px;
   background-image: url("design/contenu/fondTitreNewsDroite.jpg"); 
   float : right;
   margin-top : -61px;
}

.iconeTitre
{
float: left;
margin-left: 13px;
margin-top: 5px;
}


.contenuNews
{
width: 98%;
margin-left : 1%;
margin-top: 0px;
}

.commentaires
{
background-image: url("design/contenu/fondCommentaireNews.jpg");
height: 31px;
width: 150px;
float: left;
margin-top: -5px;
}

.more-link
{
font-size: 15px;
}




/* ========================= */
/* COMMENTAIRES */
/* ========================= */

#articleCommentaires
{
width : 98%;
margin-left: 1%;
background-color: #201C19;
border: 1px solid #000000;
margin-top: 20px;
padding-bottom: 14px;
}

textarea
{
color: #E3DFDB;
background-color: #776A61;
border-width: 1px;
border-color: #000000;
border-style: solid;
padding: 5px;
width : 750px;
}

.commentaireChamps input
{
color: #E3DFDB;
background-color: #776A61;
border-width: 1px;
border-color: #000000;
border-style: solid;
padding-left: 3px;
padding-top : 3px;
padding-right : 3px;
padding-bottom : 3px;
}

.commentaireChamps input:focus
{
color: #FDC902;
cursor : pointer;
}

input.poster
{
margin-top : -5px;
cursor : pointer;
color: #000000;
border: none;
width: 109px;
height: 28px; 
background-image: url("design/contenu/commentaires/boutonEnvoyer.jpg");
}

input.poster:hover
{
color: #000000;
border: none;
width: 109px;
height: 28px; 
background-image: url("design/contenu/commentaires/boutonEnvoyer2.jpg");
}

label
{
margin-left: 5px;
}
.avatar
 { 
	float: left;
	border: 1px solid #000;
	margin-right: 7px;
}

.comment-body
{
margin-top: 10px;
margin-left: 17px;
margin-right: 17px;
-moz-border-radius : 5px;
border-radius : 5px;
-webkit-border-radius : 5px;
background-color: #352F2A;
height: 100%;
border : 1px solid #352F2A;
}

.commentaireCorps
{
	padding-top : 12px;
}

.commentaireHaut
{
width: 810px;

height: 11px;
/* background-image: url("design/contenu/commentaires/fondCommentaireHautArticle.jpg"); */
font-size: 0px;
border-bottom: 2px solid #352F2A;
}

.commentaireBas
{
width: 810px;

height: 11px;
/* background-image: url("design/contenu/commentaires/fondCommentaireBasArticle.jpg"); */
font-size: 0px;
margin-top: -11px;
}

.comment-body_admin
{
margin-top: 10px;
margin-left: 17px;
margin-right: 17px;
-moz-border-radius : 5px;
border-radius : 5px;
-webkit-border-radius : 5px;
background-color: #50453A;
height: 100%;
border : 2px solid #50453A;

}

.commentaireHaut_admin
{
width: 810px;

height: 11px;
background-image: url("design/contenu/commentaires/fondCommentaireHautAdmin.jpg");
font-size: 0px;
border-bottom: 2px solid #50453A;
}

.commentaireBas_admin
{
width: 810px;

height: 11px;
background-image: url("design/contenu/commentaires/fondCommentaireBasAdmin.jpg");
font-size: 0px;
margin-top: -11px;
}



.commentaireHeader
{
margin-left: 10px;
}

.commentaireTexte
{
margin-left: 10px;
margin-right : 10px;
}

.commentaireAvis
{
	width : 101px;
	height : 31px;
	background-image: url("design/contenu/commentaires/commentaireAvisFond.jpg");
	margin-top : -38px;
	margin-left : -2px;
	margin-bottom : 10px;
}

.commentaireAvis_admin
{
	width : 101px;
	height : 31px;
	background-image: url("design/contenu/commentaires/commentaireAvisFondAdmin.jpg");
	margin-top : -38px;
	margin-left : -2px;
	margin-bottom : 10px;
}


.commentaireChamps
{
background-color: #2A221B;
width: 810px;
margin-left: 17px;
background-color: #352F2A;
height: 100%;
padding-bottom: 3px;
padding-top: 0px;
margin-top: 5px;
-moz-border-radius : 5px;
}

#captchaInputDiv
{
margin-top: -10px;
}


.children
{
padding: 0;
margin-left: 40px;
}

.comment_quote_link
{
margin-top: -100px;
}

textarea .comment
{
width: 90%;
background-color : #
}

.comment-reply-link
{
	font-size : 10px;
}



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

.navigation
{
	font-size : 0px;
	height : 0px;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi span {
	color: #ACA8A5;
	text-decoration: none;
	background-color: #201C19;
	border: 1px solid #000;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a {
	text-decoration: none;
	border: 1px solid #000;
	background-color: #201C19;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	color: #FCC43D;
	border: 1px solid #FCC43D;
	font-weight: bold;
}

.extend
{
	color : red;
	font-size : 15px;
}

/* ========================= */
/* Nuages de Tag*/
/* ========================= */


#newtagcloud
{
margin-right: 5px;
margin-left: 5px;
padding-left: 10px;
margin-top: 15px;
text-align: left;

}

#newtagcloud li
{
list-style-type: none;
}

#newtagcloud a
{
text-decoration: none;
}


/* ========================= */
/* SEARCH BAR*/
/* ========================= */


fieldset.search {
	border: none;
	width: 198px;
	margin-left : 9px;
	margin-top: 0px;
	padding-top: 5px;
	display:block; 
	vertical-align:bottom;
	margin-bottom: -10px;
}
.search input, .search button {
	border: none;
	float: left;
	
}
.search input.box {
	color: #CECAC6;
	font-size: 1.2em;
	width: 157px;
	height: 30px;
	padding: 5px 8px 0;
	background: url(design/contenu/searchBar/searchBarInput2.jpg) no-repeat;
	margin-right: 5px;
	
}

.search .btn {
	margin-left: -25px;
	width: 33px;
	height: 30px;
	background: url(design/contenu/searchBar/searchBarBouton.jpg) no-repeat 0px 2px;
}
.search .btn:hover {
	margin-left: -25px;
	width: 33px;
	height: 30px;
	background: url(design/contenu/searchBar/searchBarBouton2.jpg) no-repeat 0px 2px;
}

.search-terms
{
font-style:italic;
}


/* ========================= */
/* Pourboire * /
/* ========================= */

input.boutonPourboire
{
color: none;
background-color: #3C352F;
border-width: 0px;
border-color: #000000;
border-style: solid;
padding: 2px;
}

input.boutonPourboireIndex
{
color: none;
background-color: #201C19;
border-width: 0px;
border-color: #000000;
border-style: solid;
padding: 2px;
}


/* ========================= */
/* Easy Slider */
/* ========================= */
	
	#slider
	{
		border : 5px solid #201C19;
		margin-left : 50px;
		margin-top: 20px;
	}
	
	
	.slideDescription
	{
		width: 233px; 
		height: 245px; 
		background: transparent url(design/slider/images/descriptionBG.png) 0 0;
		display : block;
		margin-top: -245px; 
		float : right;
		color: #CECAC6;	
		overflow : hidden;
	}
	
	.slideDescriptionTexte
	{
		margin-top : 10px;
		margin-left : 20px;
		margin-right : 10px;
		display : inline;
		float : left;
		font-size : 13px;
	}
	
	.slideDescriptionTitre
	{
		margin-top : 10px;
		margin-left : 20px;
		margin-right : 10px;
		display : inline;
		float : left;
		font-weight: bold;
		font-size: 16px;
		color: #E4A40D;
	}
	
	.sliderDescriptionSuite
	{
		font-weight: bold;
		font-size: 16px;
		color: #E4A40D;
		margin-left : 60px;
		margin-right : 10px;
	}
	
	

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:930px;
		height:240px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(design/slider/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(design/slider/images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		margin-left : 50px;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #000;
		background:#282320;
		color:#A1781B;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background : #201C19;
		border : 1px solid #FCC43D;
		color:#FCC43D;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

	
/* // Easy Slider */
