/* CSS Document */

/* Import du layout */
@import "layout.css";
@import "slimbox.css";


/* Style du body */ 
html, body {

}

body{
	background:#FFF;
	margin:0px;
	padding: 0;	
	color: #6E6E6E;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	border-top: 0px solid #DDD;
	/* background: */
}



/* Redefinition des balises titres
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 0.9em;}
h6{font-size: 0.9em;}



/* 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: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {border:0;}

p {
	margin:5px 0;
}

/* Lien generique
-------------------------------------------------------- */
a{
	color: #B41200;
	

}

a:visited{
	color:#B41200;
}

a:hover{
	color: #B41200;
	text-decoration:underline;
}


hr{
	height: 2px;
	margin: 10px  0;
	padding: 0;
	color: #5c1c07;
	background-color: #5c1c07;
	border: 0;
	clear:both;
}




/* Listes
-------------------------------------------------------- */
dl
{
margin: 0.2em 0 0.5em 0;
padding: 0;
color:#999999;
}

dt
{
margin-top:3px;
padding-left: 12px;
font-weight: bold;
font-size:11px;
border: 0px solid #000;
text-align:left;
color:#000;
}

dd
{
color:#000;
border-left: 1px solid #f3e8c7;
margin: 0.1em 0 0 2em;
padding: 0 0 0 0.6em;
font-size:10px;

}



/* miniatures photo 
-------------------------------------------------------- */
.miniature_photo2
{
	margin: 1px 5px;
	padding:0px;
	border:1px solid #E2E2E2;

/* Suppression du margin, du padding et des puces du <ul> */
}

.miniature_trombi 
{
	margin: 1px 5px;
	padding:0px;
	border:3px solid #E2E2E2;
}

/* galerie photo */
.galerie_photo
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	text-align:center;
/* Suppression du margin, du padding et des puces du <ul> */
}
.galerie_photo ul {margin:3px 5px;padding:0}
.galerie_photo li
{
	margin: 3px 0px ;
	padding: 0;
	list-style-type:none;
	display:inline;

}



/* galerie photo gauche */
.galerie_photo_gauche
{
	margin:0 ;
	padding:0 ;
	list-style-type: none ;
	float:left;
}
.galerie_photo_gauche ul {margin:0;padding:0}
.galerie_photo_gauche li
{
	list-style-type:none;
	margin: 0 ;
	padding: 0 5px ;

}


.miniature_photo
{
	margin: 1px 3px ;
	border:2px solid #FFF;
/* Suppression du margin, du padding et des puces du <ul> */
}


.lien_fleche {
	background:url(../images/lien_fleche.gif) left 4px no-repeat;
	padding-left:18px;
	font-size:11px;
	font-weight:bold;

}

.lien_fleche2  {
	background: url(../images/fleche2.gif) left 4px no-repeat;
	padding-left:17px;
	font-size:11px;
	font-weight:bold;
}


.lien_fleche3, .lien_fleche3:hover,.lien_fleche3:visited  {
	background:url(../images/fleche3.gif) left center no-repeat;
	padding-left:22px;
	font-size:11px;
	font-weight:bold;
}

.bouton_rouge {
	background:url(../images/bouton_moteur.gif) center no-repeat;
	width:172px;
	height:20px;
	text-align:center;
	padding-top:5px;
}

.bouton_rouge a:link, .bouton_rouge a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.bouton_rouge a:hover, .bouton_rouge a:visited:hover {text-decoration:underline;}



/*** Mise en forme du formulaire ***/

#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;

	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...) ***/
	border: 0px solid #fff;

	margin: 0;
	padding: 1em;
}

#corpForm input {
	font-size:10px;
}

#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 0em 0em 0px;
	border: 1px solid #fff;
	
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	margin-left:10px;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;

}
#corpForm fieldset.coordonnees label {	/*** Mise en forme des intitules de champs ***/
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 30%;	/*** 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:30%;
	padding: 0 .5em 0 5px;
	line-height: 1.8;	/*** ... et centres verticalement. ***/
}

#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;
}


/* 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;
}

.ico_home
{

	border:1px solid #CCC;
}

/* style utilisé pour bandeau connexion */

.separateur_menu {
	background:url(../images/separateur_menu.gif)  0 2px no-repeat;
	line-height:26px;
}

.separation {
	font-size:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #DFDFDF;
	clear:both;
}

.separation2 {
	background: url(../images/separateur_double.gif) center repeat-x;
	line-height:15px;
	height:15px;
	font-size:5px;
}





/* pagination */

.pages {
	text-align:right;	
	padding-right:30px;
}

.pages a, .pages a:visited {
	border:1px solid #AEAFB0;
	background-color:#C9D5DA;
	text-decoration:none;
	padding:2px 5px;
	width:5px;
	color:#ffffff;
	font-weight:bold;
}

.pages .page_active, .pages .page_active:visited
{
	background-color:#84ADDA;
	color:#FFFFFF;
}

.pages .page_active:hover, .pages .page_active:visited:hover
{
	border:1px solid #000;
}


.smalltext {
	font-size:9px;
	color:#666666;
}

.warning {
	border:1px dashed #CC0000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#CC0000;
	padding:10px;
}

.bloc_prix {
	margin-top:3px;
	float:right;
	width:150px;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	border-style:dashed;
	border-width:1px 0;
	border-color:#242424;
}

.encadre_gauche {
	background:url(../images/fond_coupdecoeur.jpg) top center no-repeat;
	height:206px;
	padding:35px 15px 0 15px;
	text-align:center;
}








#contenu .encadre_droite {
	border-style:solid;
	border-width:0px 1px;
	border-color:#C6C6C6;
	width:459px;
	margin-left:11px;
	padding:2px 20px;
	position:relative;
	
}

#contenu .encadre_droite_loupe {
	position:absolute;
	right:-24px;
	top:-42px;
}

#contenu .encadre_droite_bas {
	background:url(../images/tab_recherche_bottom.gif) 10px top  no-repeat;
	height:18px;
}

#contenu .titre_loupe {
	background:url(../images/tab_recherche_top.gif) 10px bottom no-repeat;
	height:26px;
	padding-left:35px;
}

#contenu .encadre_droite table tr {
	background:url(../images/fond_titre_detail.gif) bottom repeat-x;
}

#contenu .encadre_droite table tr td,
#contenu .encadre_droite table tr th
 {margin:0;padding:2px}

.bouton {
	background:url(../images/fond_bouton.jpg) center no-repeat;
	font-weight:bold;
	font-size:12px;
	width:90px;
	line-height:27px;
	text-align:center;
	text-decoration:none;
}
.bouton a:link, .bouton a:visited, .bouton_large a:link, .bouton_large a:visited  {text-decoration:none;}

.bouton_large a:link, .bouton_large a:visited {color:#226FC7;}

.bouton_large {
	background:url(../images/bouton_long.gif) center no-repeat;
	font-weight:bold;
	font-size:12px;
	width:199px;
	line-height:27px;
	text-align:center;
	text-decoration:none;
}


.element_form {
float:left;
width:112px;
border:0px solid black;
padding-top:3px;
}

#contenu .element_form h3 {
	margin:2px 0 0 5px;
	padding:0;
	color:#919191;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.element_form select, .element_form select option {
	font-size:10px;
	width:100px;
}

.no-show {display:none;}


#contenu .mdoitie_gauche h3 {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}

.encadre_gauche h2,
#contenu .moitie_gauche h3
{
	font-size:13px;
	color:#767676;
	text-transform:uppercase;
	margin:3px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#contenu .moitie_gauche {
	float:left;
	width:48%;
}

#contenu .moitie_gauche h3
{
	background:url(../images/fond_titre_detail.gif) bottom repeat-x;
	padding:2px 0;	
}

#contenu .moitie_gauche h3 a 
{
	font-size:11px;
	color:#767676;
	font-weight:bold;
	background:url(../images/fleche.gif) left center no-repeat;
	padding-left:13px;		
}
#contenu .moitie_gauche ul {
	margin:0 0 15px 20px;
	padding:0;
	list-style-image:url(../images/puce_plus.gif);
}

#contenu .moitie_gauche ul li {
	color:#226FC7;
}

#contenu .moitie_gauche ul.texte_rouge li {
	color:#CB0706;
}

#contenu .moitie_gauche ul li span {
	display:block;
	float:left;
	width:60px;
	color:#767676;
}

/* styles ticker news */

#NewsVertical {
	width: 350px;
	height: 100px;
	display: block;
	overflow: hidden;
	position: relative;

}
#TickerVertical {
	width: 350px;
	height: 200px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}
#TickerVertical li {
	display: block;
	width: 350px;
	height: 80px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}



