/* CSS Document ====================== */
/* Auteur : Pernelle / Intermedia.Com
/* =================================== */

/* =============== */
/* STYLE PRINCIPAL */
/* =============== */

/*  style principal pour les pages.
    contient les scrollbars
    et la couleur de fond 			*/
body {
scrollbar-face-color: #2F6C8D; 
scrollbar-shadow-color: #0F3D67;
scrollbar-highlight-color: #529ED0; 
scrollbar-3dlight-color:#0F3D67;
scrollbar-darkshadow-color: #0F3D67; 
scrollbar-track-color:  #529ED0; 
scrollbar-arrow-color: #0F3D67;
background: url(images/bg.gif) repeat #FFEFC2;
margin:0;
padding:0;
text-align:center;
}

html, body {
height: 100%;
}

/*  style specifique pour la page Charte  */
body.charte{
background:#FFEFC2;
}
.charte td, .charte a:link, .charte a:visited, .charte a:hover, .charte a:active{
text-decoration:none;
color:#653204;
}
.charte a:hover{
text-decoration:underline;
}
/*================================================*/
/*  Style spécifique pour la page Modèle  */
/*================================================*/

#conteneur{
width:970px;
margin:0 auto;
padding:0px;
position:relative;
text-align:left;
}

#contenu{
width:970px;
padding:0px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:381px !important;	
height:auto !important;
height:381px;
text-align:center;
margin:0px;
background:url("images/repeat2.png") repeat-y bottom left;
top:0px;
}

#haut {
width:970px;
height:191px;
margin:0;
padding:0;
position:relative;
text-align:center;
top:0px;
float: left;

}


#texte {
width:970px;
/*  Adaptez la hauteur d'affichage de votre site */
min-height:491px !important;	
height:auto !important;
height:491px;
text-align:left;
float:left;
display:inline;
margin:-2px 0 0 0px;
padding:0 0 0 0px;
top:0px;
background:url("images/fd-contenu4.png") no-repeat;
}

#bas {
height:18px;
width:970px;
margin:0;
padding:0;
position:relative;
text-align:center;
background:url("images/bas4.png") no-repeat;
bottom:0;
clear:both;
}


/* =============== */
/* STYLES GENERAUX */
/* =============== */
p{
	margin:0;
	padding:0;
}
div{
	margin:0;
	padding:0;
}
hr{
	color:#C33;
}



/* ===================== */
/* STYLES TYPOGRAPHIQUES */
/* ===================== */

body, table, td, p, .texte, select, textarea, input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#2B1505;
}
.texte, .coul_description, .coul_des_formulaire{
	text-align:left;
	color:#2B1505;
}

table{
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
}
a:link, a:visited, a:active{
	color:#000;
	text-decoration:none;

}
a:hover{
	color:#2B1505;
	text-decoration:underline;
}

.gros_titre{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:block;
}
.gros_titre2{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:block;
	color:#2B1505;
}

.sous_titre{
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#2B1505;
}

/* texte plus petit que le texte classique */
.petit_texte {
	font-size: 10px;
	color:#2B1505;
}

/* LISTES */
ul, li {
	margin-left:15px;
	padding:0;
}
ul{
	margin:5px 10px 5px 20px;
}
li{
	padding:3px 4px 4px 0px;
	/*list-style-image:url("images/signet.gif");*/
	
}


/* ============= */
/* STYLES IMAGES */
/* ============= */
img{
	border:0;
}
img.bordure{
	border:1px dashed #2B1505;
}
/* Style utilisé pour les popup images - zoom */
a.zoom:link, a.zoom:visited, a.zoom:active{
	border:0;
	background:none;
}
a.zoom:hover{
	border:0;
	background:none;
}


/* ================= */
/* ENCART POPUP NEWS */
/* ================= */
.encart{
	background:none;
	border:1px dotted #2B1505;
	color:#2B1505;
	padding:5px;
	width:95%;
}
/* couleur du texte*/
.encart table, .encart td{
	color:#2B1505;
}


/* ================== */
/* FORMULAIRE CONTACT */
/* ================== */
form{
	margin:0;
}
input, textarea, select, fieldset{
	border:0;
	margin:2px 0;
	background:#2F6C8D;
	color:#fff;
	font-weight:normal;
	padding:1px 5px;
	width:200px;
}

/* bouton d'envoi de formulaire */
input.bt-envoi{
	background:#2F6C8D;
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	border:0;
	width:auto;
}
/* boite a cocher (pour enlever le fond de couleur) */
.coche{
	background:none;
	border:0;
	width:auto;
}


/* STYLES POUR LA PARTIE CADDIE */
/* ============================ */

/* formulaires caddie */
.caddie{
	padding:0;
	margin:0;
}
/* largeur des inputs */
.caddie input, .caddie select, .caddie textarea, .caddie fieldset{
	width:auto;
}
.caddie legend{
	font-weight:bold;
}
/* entete du tableau */
.caddie th{
	font-weight: bold;
	background:#ddd;
	border:1px dotted #000;
	padding:2px;
	color:#000;
	text-align:left;
}
/* style sur la ligne du total ttc */
.total td{
	background:#ddd;
	border:1px dotted #000;
	padding:2px;
	color:#000;
}

/* pour rajouter du padding par exemple dans les cellule */
.caddie td{
}

/* ligne produits */
/* utile pour changer de couleur une ligne sur deux s'il y a plusieurs produits dans le panier */
.ligne1,.ligne2{
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.ligne1, .ligne1 p, .ligne1 td{
	background:#2B1505;
	color:#333;
}
.ligne2, .ligne2 p, .ligne2 td{
	background:#ebebeb;
	color:#333;
}
/* message important a mettre en valeur */
.coul_avertissement {
	font-weight: bold;
	color:#2B1505;
	border:0;
	background-color: #006600;
}
input.coul_avertissement {
	font-weight: bold;
	background:#c00;
	color:#2B1505;
	border:0;
}
/* ===================== */
/*         PERSO         */
/* ===================== */
.float{
	float:left;
}
.clearer{
	clear: both;
}

#global_contenu{
	width:730px;
	margin: 40px 0 0 240px;
}

.titre{
	width:380px;
	float:left;
}

.h1{
	width: 118px;
	height:34px;
	margin: 0 0 20px 0;
	display:block;
}
.h1_contact{
	width: 118px;
	height:34px;

	display:block;
}
.news{
	float: left;
	width:315px;
}

.news_txt{
	float:left;
	width:130px;
	/width:120px;
	-width:120px;
	margin:5 5 5 5 px;
}

.news_titre{
	margin: 0 0 0 0px;
	font-weight: bold;
	display:block;
	text-align:center;
}

.news_inte{
	border-left:1px solid #00456D;
	border-right:1px solid #00456D;
	width:290px;
	/width:292px;
	margin: 0 0 0 10px;
	background-color:#FFF7DF;
}

.photo_titre{
	float:left;
	width:160px;
}
.photo_news{
	width:142px;
	height:94px;
	margin:10px;
}

#col1{
	width:445px;
	float:left;
}
#col2{
	width:250px;
	float:left;
	margin:0 0 0 35px;
}
#paragraphe2{
	margin: 20px 0 0 0;
}

.txt1_col1{
	margin: 20px 0 0 30px;
	padding: 0 0 0 250px;
}

.txt2_col1{
	margin: 20px 0 10px 0;
}
.img_col1{
	margin:0 0 0 30px;
}
.chambre_equipement{
	list-style-image:url(images/puce.png);
}
.img_cheque{
	float:right;
	margin:-40px 100px 0 0;
}
.ul{
	width:460px;
	margin:20px auto 0 auto;	
}

#chambre_encart{
	background:url(images/fond_encart.gif) no-repeat;
	width:400px;
	/width:450px;
	float:left;
	margin:30px auto 0 auto;
	/margin:0px 0 0 120px;
	padding:15px 50px 50px 70px;
	/padding:35px 50px 60px 70px;
}

#chambre_photo{
	width:250px;
	/width:300px;
	float:right;
	margin:30px auto 0 auto;
	/margin:10px 0 0 30px;
	padding:15px 50px 50px 70x;
	/padding:35px 25px 60px 70px;
	
}


#prix_encart{
	text-align:center;
	width:325px;
	float:left;
	padding:30px 0 50px 0;
	background:url(images/encart_prix.gif) no-repeat;
	margin: 10px auto 0 auto;
	/margin: 10px 0 0 200px;
}

.tab_prix{
	float:left;
	margin:20px auto 30px auto;
	/margin:10px 0 30px 100px;
	width:500px;
	border:1px solid #2B1505;
}

.centrer{
	text-align:center;
	display:block;
}