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

#integration {
	color: #333333;
	padding:0px 10px 0px 30px; /* A CHANGER SUIVANT LA LARGEUR DE L'INTEGRATION */
	font-size: 0.85em;
}

/*-------------------------------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-transform: uppercase;
	margin-top:20px;
	margin-bottom: 20px;
	color: #767360;
}

#integration h2 {
	font-size:1.3em;
	color: #767360;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

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

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

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

.txt1 {
	color:#E5595A;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}

.txt2 {
	color:#82806B;
	font-size: 0.7em;
}

.txt3 {
	color:#E1595B;
	font-weight: bold;
	font-size: 1.1em;
	width:100px;
}

.txt_gras {
    font-weight:bold;
}

.txt_italique {
	font-style:italic;
	text-align: right;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

/*-------------------------------BLOCS-------------------------------*/
.colonne_ensemble {
	width:850px; /* Valeur à changer, suivant le nombre de colonnes */
}

.colonne_txt {
	width:640px;
	float:left;
	margin-right: 20px;
	text-align: justify;
}

.colonne_txt2 {
	width:160px;
	float:left;
	text-align: center;
	font-weight: bold;
	padding: 20px 0px 0px 15px;
	margin-left: 5px;
	font-size: 1.3em;
	color: #767360;
}

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

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

.encart1 {
	background-color:#F3EEDA;
	border:1px solid #CCC;
	margin:10px auto;
	padding: 5px;
}

.encart1 strong {
	color:#767360;
}

.encart2 {
	background-color:#F3EEDA;
	border:1px solid #CCC;
	margin:10px auto;
	padding: 5px;
	text-align: center;
}

.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;
}

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

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

/*-------------------------------LISTES-------------------------------*/
.liste {
	margin:0.75em 0.75em 10px 5em;
	padding:0;
}

.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:#E75958;
}

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

#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:#E25960;
	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;
}

.infos-legales {
	text-align:center;
}

.pagination {
	text-align:center;
	font-weight:bold;
}