/* CSS Document */



/* 
------------------------
STYLES COMMUNS AUX PACK 
------------------------
*/ 

/* Import du layout */
@import "layout.css";
@import "slimbox.css";

html, body{
	text-align: left;	
}



/* Style du body */ 
body{
	background: url(../images/fond_body.gif) left repeat-y #100600;
	margin:0px;
	padding: 0;	
	color: #fff;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 0px solid #DDD;
}

/* Styles pour editeur tinymce */
.mceContentBody { text-align:left; background:#100600; padding:5px} 

/* Redefinition des balises titres
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color:#89801e;
	font-weight:bold;
	font-style:normal;
	margin:0 0 1px 0;
	font-size:18px;

}
h1.grandtitre {
	text-transform:uppercase;
	letter-spacing:0px;
	text-align:center;
	background:url(../images/separation.gif) top repeat-x;
	padding-top:10px;
	margin-bottom:15px;
}

h1.grandtitre span {display:block; background:url(../images/separation.gif) bottom repeat-x; padding-bottom:10px;}

h1.titre_home {text-align:center; font-size:24px; text-transform:uppercase; font-style:normal; color:#89801e; letter-spacing:-1px; margin:5px 0 10px 0; background:none;}
h1.titre_home span { font-size:18px; background:none;}
h1.titre_home span.big { font-size:38px; color:#df9ab7; }

h1 a:link, h1 a:visited {
	text-decoration:none;
	color:#6e6e6e;	
}


h2 {
	color:#fff;
	padding:0;
	margin:0;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
}

h2 a, h2 a:visited {
	text-decoration:none;
	color:#fff;	
}


h3 {
	color:#df9ab7;
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:bold;
	padding-top:2px;
}

h3 a, h3 a:visited
{
	color:#df9ab7;
	text-decoration:none;
}


h4, h4 a, h4 a:visited {
	color:#fff;
	padding:0;
	margin:0;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;

}

h5, h5 a, #contenu h5 a:visited {
	color:#6a6116;
	padding:0;
	margin:10px 0 3px 0;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

h6, h6 a, h6 a:visited {
	color:#df9ab7;
	padding:0;
	margin:0;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}



img {border:0;}
p {	margin:4px 0;}

/* Lien generique
-------------------------------------------------------- */
a{
	color: #89801e;
	text-decoration:underline;
}

a:visited{
	color: #89801e;
}

a:hover{
	color:#fff;

}

.nolink {cursor:default;}

hr{
	height: 1px;
	margin: 10px  0;
	padding: 0;
	color: #74706d;
	background-color: #74706d;
	border: 0;
	clear:both;
}


/* miniatures photo 
-------------------------------------------------------- */
.div_galerie {
	float:left;
	border:0px solid #fff;
	margin-right:5px;
	text-align:center;
	width:280px;
}


.miniature_photo2
{
	margin: 0;
	padding:3px 10px;
	border:0px solid #cccecb;
}

/* galerie photo */
.galerie_photo
{
	margin: 0 ;
	padding:3px 0;
	list-style-type: none ;
	text-align:left;
/* Suppression du margin, du padding et des puces du <ul> */
}
.galerie_photo ul {margin:0;padding:0}
.galerie_photo li
{
	display:inline;
	margin: 0px 0px ;
	padding: 0px  1px;
}

.galerie_photo span {
		background-color:#543019;
		font-weight:bold;
		line-height:13px;
		padding: 0px 3px;
}

.galerie_photo a, .galerie_photo a:visited, .galerie_photo a:hover {
	text-decoration:none;
	color:#f7941d;
}


/* galerie photo gauche */
.bloc_galerie_photo_gauche
{
	float:left;
	text-align:center;
}

.galerie_photo_gauche
{
	margin: 0 ;
	padding: 0px 0px ;
	list-style-type: none ;
	text-align:center;
	float:left;
}

.galerie_photo_gauche ul {margin:0;padding:0;list-style-type: none ;}
.galerie_photo_gauche li
{
	margin:0;padding:0;
	margin: 0px 2px 2px 2px;
	padding: 0px ;
	text-align:center;
	font-size:10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}



.galerie_photo_gauche a, .galerie_photo_gauche a:visited, .galerie_photo_gauche a:hover {
	text-decoration:none;
	color:#f7941d;
}

.galerie_photo_gauche span {
		background-color:#543019;
		font-weight:bold;
		line-height:13px;
		padding: 1px 3px;
}

/* galerie photo en colonne */
#contenu .galerie_photo_colonne
{
	margin: 0 ;
	padding: 1px 0px ;
	text-align:center;
	float:left;
	border:0px solid #ccc;

/* Suppression du margin, du padding et des puces du <ul> */
}
#contenu .galerie_photo_colonne ul {list-style:none; margin:0;padding:0}
#contenu .galerie_photo_colonne li {margin:0 5px;}

#contenu .galerie_photo_colonne img 
{
	margin: 1px 5px 0px 0px;
	padding:0px;

}

#contenu .galerie_photo_colonne a, .galerie_photo_gauche a:visited, .galerie_photo_gauche a:hover {
	text-decoration:none;
}

#contenu .galerie_photo_colonne p {
		margin:0;
		padding:0;
		text-align:left;
		font-style:italic;
}

#contenu .galerie_photo_colonne span {
	float:right;
	width:30px;
	padding-right:10px;
	font-style:normal;
}

/* galerie_photo_ligne */
.galerie_photo_ligne
{
	margin: 0 ;

	list-style-type: none ;
}
.galerie_photo_ligne ul {margin:0;padding:0;}
.galerie_photo_ligne li
{
	margin:0;padding:0;
	margin: 2px 2px ;
	padding: 0px ;
	text-align:center;
	display:inline;

}


.galerie_photo_ligne a, .galerie_photo_ligne a:visited {
	text-decoration:none;
}

.miniature_photo
{
	margin: 1px 3px ;
	border:1px solid #403320;
/* Suppression du margin, du padding et des puces du <ul> */
}

/* lien avec fleches */
.lien_fleche {
	background:url(../images/lien_fleche.gif) left center no-repeat;
	padding-left:13px;
	font-size:11px;
	font-weight:bold;
}

.lien_panier {font-weight:bold;}
.lien_panier img {padding:0 2px 4px 0;}

.lien_fleche2  {
	background:url(../images/lien_fleche2.gif) left 4px no-repeat;
	padding-left:16px;
	font-size:11px;
	font-weight:bold;
	color:#83d5fb;
}

.lien_fleche3, .lien_fleche3:hover,.lien_fleche3:visited  {
	background:url(../images/lien_fleche3.gif) left center no-repeat;
	padding-left:17px;
	font-size:11px;
	font-weight:bold;
	color:#df002b;
}



/* Champs de Formulaires
-------------------------------------------------------- */
input,textarea{margin : 1px;}
input.noborder {border:0;}
input.recherche {width:50px;}
input.button {	border:1px solid #2c220e;}
input.small_button {
	border:1px solid #2c220e;
	background-color:#2c220e;
	color:#ccc;
	font-size:9px;	
}

select {margin : 2px;}
form {padding:0;margin:0;}
textarea{
	width: 96%;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:1px 2px;
}

#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: black;
	margin: 0;
	padding: .5em;
}

#piedForm {
	text-align: center; /*** Les boutons sont alignes a droite ***/
}

#piedForm input {
	font-weight: bold; /*** Pour ameliorer la lisibilite des boutons ***/
	padding: 0.1em 0.1em;

}

#corpForm {	/*** Mise en forme du corp du formulaire (bordure, couleur du fond...) ***/

	color: #000;
	margin: 0;
	padding: 1em;
}

#corpForm input {
	font-size:10px;
	padding:1px 2px;
	margin:0;
}

#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 5px;
	border: 1px solid #615a15;
	
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #df9ab7;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
	color:#fff;
}
#corpForm fieldset.coordonnees label {	/*** Mise en forme des intitules de champs ***/
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignes a droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centres verticalement. ***/
}

#corpForm fieldset.interets p{	/*** Mise en forme des intitules de champs ***/
	
	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignes a droite... ***/
	margin-left:40%;
	padding: 0 .5em 0 5px;
	line-height: 1.8;	/*** ... et centres verticalement. ***/
}

#corpForm fieldset.quizz p {
	padding:10px;
}

#corpForm fieldset.quizz input {border:0}


#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs a cliquer sur les intitules ***/
}
#corpForm label.oblig {
	font-weight: bold;	/*** Mise en evidence des champs obligatoires ***/
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
	font-size:10px;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}

a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}

/* bouton ok */
.submit {
     border:none;
     color:#fff;
     background: transparent url(../images/fond_ok.gif) no-repeat top left;
     width:36px;
     height:20px;
	 font-weight:bold;
	 font-size:10px;
	 padding:0 ;
	 margin:0;
}


/* styles passe-partout 
-------------------------------------------------------- */

/* utile pour repartir du bloc le plus bas lorsque 2 blocs en colonnes */
.clear {
	clear : both;
	line-height:1px;
}

.zoom_photo {
		font-size: 9px;
		letter-spacing:2px;
		color:#531E1D;
		text-align:center;
}

.smalltext {
	font-size:9px;
	color:#666666;
}

.warning {
	border:1px dashed #FFCC00;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#cc0000;
	padding:10px;
}

.ico_home {	border:1px solid #CCC;}

/* style utilisé pour separation */

.separateur_menu {
	background:url(../images/separateur_menu.gif)  0 2px no-repeat;
	line-height:26px;
}

.separation {
	background:url(../images/separation.gif) center repeat-x;
	line-height:1px;
	height:1px;
	font-size:1px;
	margin:7px 0;
}

.separation2 {
	background: url(../images/separation.gif) center repeat-x;
	line-height:5px;
	height:5px;
	font-size:5px;
	margin:1px  65% 10px 0;
}

.separation3 {
	background:url(../images/separateur_bleu.gif) center no-repeat;
	line-height:20px;
	height:20px;
	font-size:5px;
	margin:0;
	margin-bottom:5px;
}


/* pagination 
-------------------------------------------------------- */

.pages {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	padding:5px 15px;
}

.pages a, .pages a:visited {
	border:1px solid #1d5aa1;
	background-color:#b6ad4b;
	text-decoration:none;
	padding:2px 5px;
	line-height:18px;
	width:5px;
	color:#ffffff;
	font-weight:bold;
}

.pages .page_active, .pages .page_active:visited
{
	background-color:#89801e;
	color:#000;
	border:1px solid #1d5aa1;
}

.pages .page_active:hover, .pages .page_active:visited:hover
{

	color:#fff;
}

/* Listes
-------------------------------------------------------- */
dl
{
margin: 0.2em 0 0.5em 0;
padding: 0;
color:#999999;
}

dt
{
margin-top:8px;
padding-left: 5px;
font-weight: bold;
font-size:11px;
border: 0px solid #000;
text-align:left;
color:#543019;
}

dd
{
color:#000;
border-left: 1px solid #f7941d;
margin: 2px 0 0 20px;
padding: 0 0 0 5px;
font-size:10px;
}


/* blocs types */

.bloc_unique {
	padding:5px 80px 5px 0px;
}

.lien_suite { text-align:right; margin:5px 0;}
.lien_suite a { 	
	background:url(../images/lien_fleche.gif) left center no-repeat;
	padding-left:13px;
	font-size:11px;
	font-weight:bold;
}

/* 
--------------------------------------------------------
------     Styles specifiques au site           --------
-------------------------------------------------------- 
*/

.bloc_home { padding-right:150px;}
.introduction { text-align:center; padding:0 40px 10px 40px; }


.bloc_cadre { width:430px; background:url(../images/cadre_top.gif) top center no-repeat; margin:15px auto;}
.bloc_cadre .fond { display:block; background:url(../images/cadre_bottom.gif) bottom center no-repeat; padding:10px 15px;}

.diapo_collections { list-style-type:none; margin:0; padding:0; }
.diapo_collections li {display:inline; margin:0 12px;}

.diapo_galerie { list-style-type:none; margin:0; padding:0; }
.diapo_galerie li { display:inline; margin:0 12px; border:1px solid white; }


/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:540px; 
	margin:0px auto 0px; 
	background:#100600 ; 
	display:block; 
	position:relative; 
	padding:0px 5px 0px;
	border-bottom:0px #000000 solid;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:100px; 
	bottom:0px; 
	right:1px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../images/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:474px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:0px 0px 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 2px 0px; 
	font-size:11px; 
	width:72px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block;  padding:2px; }
#SlideItMoo_items a img{ border:none; }




