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

#integration {
	color: #000000; /* A CHANGER SUIVANT LA LARGEUR DE L'INTEGRATION */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*-------------------------------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:2.5em;
	text-align:right;
	color: #B20710;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

#integration h2 {
	font-size:1.1em;
	color: #930B0B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #880B07;
}

#integration h3 {
	font-size:1.25em;
}

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

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

.txt1 {
	color:#B9010D;
	font-weight: bold;
	text-align: center;
}

.txt2 {
	color:#000000;
	font-weight: bold;
	text-align: center;
}
.txt5 {
	color:#000000;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
}
.txt3 {
	color:#000000;
	padding-right: 20px;
	padding-left: 20px;
}

.txt_gras {
    font-weight:bold;
}

.txt_italique {
    font-style:italic;
}

.clear {
	clear:both;
}

/*-------------------------------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:5px;
}

.element_flottant_droit {
	float:right;
	margin-left:5px;
	border: 1px solid #000000;
}

.encart1 {
	background-color:#B8000A;
	border:1px solid #000;
	width:400px;
	color: #FDE163;
	font-size: 14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	height: 150px;
}

.encart2 {
	border:1px solid #000;
	width:487px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 50px;
}

.encart3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 40px;
}
.encart4 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 20px;
}

#plan {
	width:425px;
	height:350px;
	border:1px solid #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*-------------------------------IMAGES/FLASH-------------------------------*/
.bordure1 {
	border:1px solid #000;
	display:block;
	text-align: center;
	margin-left: 150px;
	width: 300px;
}

.bordure2 {
	border:2px solid #000000;
	margin-left: 90px;
	width: 400px;
}
.bordure {
	border: 1px solid #B9010D;
}

.bordure3 {
	border: 1px solid #B4000B;
}


/*-------------------------------LISTES-------------------------------*/
.liste {
	padding:0;
	font-weight: bold;
	margin-top: 0.75em;
	margin-right: 0.75em;
	margin-bottom: 32px;
	margin-left: 15em;
	color: #8F010C;
}

.liste li {
	list-style-image:url(../img/puce.jpg);
}
.liste2 {
	list-style-type: square;
	margin-left: 20px;
}


.liste li ul {
}

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

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

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

#integration a img {
    border:none;
}

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

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

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

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

/*-------------------------------GOODIES-------------------------------*/
.horaires_ensemble {
	width:550px; /* Valeur à changer */
	margin-left:45px; /* Valeur à changer */
}

.horaires {
	background-color:#473423;
	border:1px solid #37810E;
	margin-left:2px;
	padding:4px;
	width:250px;
	float:left;
	text-align:center;
}

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

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

}

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

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

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;
}
#integration .encart1 a{
	color: #FDE163;

}#integration .encart1 a:hover{
	color: #FFFFFF;

}.txt4 {
	color:#B9010D;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8, #smenu9, #smenu10, #smenu11 {
	width: 500px;
	margin-left: 50px;
}
.element_flottant_gauche-txt {
	float:left;
	margin-right:5px;
	width: 320px;
}
.liste3 {
	padding:0;
	font-weight: bold;
	margin-top: 0.75em;
	margin-right: 0.75em;
	margin-bottom: 32px;
	margin-left: 2em;
	color: #B9010D;
}
.liste3 li {
	list-style-image:url(../img/puce.jpg);
}

