#integration {
	color: #AB8A6A;
	padding:20px 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.8em;
	text-align:right;
	letter-spacing:5px;
}

#integration h2 {
	font-size:1.3em;
	color: #95764A;
	border-bottom: 1px dashed #95764A;
}

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

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

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

.txt1 {
	color:#473423;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.txt2 {
	color:#7B674C;
	font-size: 1.2em;
	font-weight: bold;
}

.txt3 {
	color:#0000FF;
}

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

.encart1 {
	float:right;
	border:1px solid #000;
	width:400px;
	height:267px;
	display:block;
	margin:0px 10px;
}

.encart2 {
	border:1px solid #000;
	width:250px;
	margin:0 20px 0 auto;
	background: #F0DCB9;
	color: #866B4E;
	font-weight: bold;
	text-align: center;
	float: right;
}

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

#plan {
	margin:0 auto;
	border:1px solid #000;
}

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

#integration a img.bordure2 {
	border:1px solid #CCCCCC;
	display:block;
}

#integration a:hover img.bordure2 {
	border:1px solid #AB8A6A;
	display:block;
}

/*-------------------------------LISTES-------------------------------*/
.liste {
	margin:0.75em 0.75em 32px 3em;
	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:#666666;
}

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

#integration a img {
    border:none;
}

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

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

.horaires {
	border:1px solid #A3815B;
	margin-left:80px;
	padding:4px;
	width:250px;
	float:left;
	text-align:center;
	background: #F0DCB9;
	color: #000000;
	font-weight: bold;
}
.horaires2 {
	border:1px solid #A3815B;
	padding:4px;
	width:250px;
	text-align:center;
	background: #F0DCB9;
	color: #000000;
	font-weight: bold;
	margin-left:300px;
}

.special1{
	margin:0px -160px 0px 0px;
}
