/*-------- CSS INTEGRATIONS VERSION 2.0 ------------ */

#integration {
	color: #FFFFFF;
	padding:0px 10px 0px 30px; /* A CHANGER SUIVANT LA LARGEUR DE L'INTEGRATION */
}

/*-------------------------------TITRES-------------------------------*/
#integration h1, #integration h2, #integration h3, #integration h4, #integration h5, #integration h6 {
	margin:1em 0.5em 0;
	font-weight:bold;
}

#integration h1 {
	font-size:1.75em;
	text-align:left;
}

#integration h2 {
	font-size:1.5em;
	clear: both;
}
#integration h2 a{ color:#FFFFFF;}
#integration h2 a:hover{color:#CC7B00;}
#integration h3 {
	font-size:1.25em;
	clear: both;
	border-bottom: 1px solid #fff;
}

#integration h4 {
	font-size:1em;
}

/*-------------------------------TEXTES-------------------------------*/
#integration p {
	margin:0.75em 0;
}

.txt1 {
	color:#666666;
}

.txt2 {
	color:#FF0000;
}

.txt3 {
	color:#FFFFFF;
	font-size: 0.8em;
}

.txt_gras {
    font-weight:bold;
}

.txt_italique {
    font-style:italic;
}

.clear {
	clear:both;
}


.centrer {
	margin:0 auto;
	text-align:center;
}

/*-------------------------------BLOCS-------------------------------*/
.colonne_ensemble {
	width:500px; /* Valeur à changer, suivant le nombre de colonnes */
	margin:2px 0px 0px 80px; /* Valeur à changer, suivant le nombre de colonnes */
}

.colonne_txt {
	width:150px;
	float:left;
	margin:2px 0px 0px 2px;
	text-align: center;
	background: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #89AF1B;
	padding: 5px;
	border: 1px solid #8CB31A;
}

.element_flottant_gauche {
	float:left;
	margin-right:20px;
	margin-left: 5px;
}

.element_flottant_droit {
	float:right;
	margin-left:5px;
}

.encart1 {
	background-color:#CCCCCC;
	border:1px solid #000;
	width:300px;
	margin:0 auto;
}

.encart2 {
	background-color:#999999;
	border:1px solid #000;
	width:300px;
	margin:0 auto;
}

.encart3 {
	background-color:#666666;
	border:1px solid #000;
	width:300px;
	margin:0 auto;
}

#plan {
	width:500px;
	height:350px;
	margin:0 auto;
	border:1px solid #000;
}

.infos-legales {
	text-align:center;
	margin: 0px auto;
}

/*-------------------------------IMAGES/FLASH-------------------------------*/
#integration .bordure1 {
	border:1px solid #000;
}

#integration a:hover .bordure1 {
	border:1px solid #000;
}


.bordure2 {
	border:1px solid #FFF;
	display:block;
}

/*-------------------------------LISTES-------------------------------*/

ul {
	padding:0;
	margin-top: 0.75em;
	margin-right: 0.75em;
	margin-bottom: 32px;
	margin-left: 0.75em;
}

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

.liste {
	padding:0;
	margin-top: 0.75em;
	margin-right: 0.75em;
	margin-bottom: 32px;
	margin-left: 0.75em;
}

.liste li {
	list-style-image:url(../img/puce.jpg);
}

.liste li ul {
}

.liste li ul li {
	list-style-image:url(../img/puce2.jpg);
}

/*-------------------------------LIENS-------------------------------*/
#integration a {
	text-decoration:underline;
	color:#CC7B00;
}

#integration a:hover {
	text-decoration:none;
	color: #000000;
}

#integration a img {
    border:none;
}

#integration a:hover img {
    border:none;
}

/*-------------------------------REFERENCEMENT-------------------------------*/
#liens-referencement{
	text-align:center;
	margin-top:10px;
	font-size:9px;
}

#liens-referencement a{
	color:#000000;
}

#liens-referencement a:hover{
	color:#FFAE02;
	text-decoration: none;
}

/*-------------------------------GOODIES-------------------------------*/
.horaires_ensemble {
	width:780px; /* Valeur à changer */
	margin:0 auto;/* Valeur à changer */
}

.horaires {
	background-color:#C34043;
	border:1px solid #333333;
	margin-left:2px;
	padding:4px;
	width:360px;
	float:left;
	height: 180px;
}

#integration .horaires_ensemble .horaires a{ color:#000000;}
#integration .horaires_ensemble .horaires a:hover{color: white;}

div#menu {
	width:550px;
	margin: 0 auto;
	text-align:left
}

div#menu h2 { /*pour les titres*/

}

dl{
	width: 100%;
	overflow: hidden;
	margin: 0 0 1em;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 1.2em;
}

dt,dd.prix{
	font-size: 120%;
	font-weight: bold;
	background-color: #820000;
}

dt{
	float: left;
	padding-right: 3px;
	color: #FFF;
}

dd {
	margin:0;
}

dd.prix {
	float: right;
	padding-left: 3px;
	color: #FFF;
}

dd.commentaires{
float: left;
width: 100%;
padding: 3px 0;
font: italic 100% Georgia,Times,sans-serif;color: #FFF;
}



#ensemble_cheque {
	width:760px;
	position: relative;
	text-align:center;
}
.cheque_cadeau {
	width:380px;
	height:460px;
	float:left;
	
}
	


#numero_gauche, #numero_droite  {
	width: 220px;
	height:23px;
	position:absolute;
	text-align: center;
	color: #CA018F;
	font-weight: bold;
}

#numero_gauche {
	left:130px;
	top:354px;
}


#numero_droite {
	left:507px;
	top:355px;
}





.liste-carte {
	width:700px;
	margin:0 auto;
	padding:10px;
}


.liste-carte ul {
	float:left;
	width:320px;
	}
.txt-carte {
	width:700px;
	margin:8px auto;
	text-align:center;
	background-color:#FFE6E6;
	font-style:italic;
	color:#820000;
	padding: 10px;
	font-size: 1.1em;
	border: 1px solid #000000;
	clear: both;
}

.liste-generale-carte  {
	width:900px;
	text-align:center;
	margin-bottom:10px;
	
	}

#integration .liste-generale-carte a {
	width:146px;
	line-height:30px;
	display:compact;
	background-color:#FFFFFF;
	padding:6px;
	font-size:14px;
	 }


.liste-generale-emporter  {
	width:900px;
	text-align:center;
	margin-bottom:10px;
	
	}
#integration div.lien-carte {
	width:450px;
	line-height:15px;
	margin:2px auto;
	background-color:#FFFFFF;
	padding:6px;
	font-size:14px;
	clear:both;
	 }

#integration div.lien-carte a {
	font-weight:bold;}


.fermer {
	clear:both;
	float:right;
	}
	

.fermer a {
	width:146px;
	line-height:30px;
	display:compact;
	font-size:12px;
	background-image: url(../img/fermer.jpg);
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
}

.fermer a:hover {
	width:146px;
	line-height:30px;
	display:compact;
	font-size:12px;
	background-image: url(../img/fermer2.jpg);
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	color:#ffffff;
}


.visuels {
	text-align:center;
	}
.visuels img {
	border:1px solid white;}
