#integration {
	color: #FFFFFF;
	padding: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:right;
}

#integration h2 {
	font-size:1.3em;
	color: #FFFF99;
	border-bottom: 1px solid #CCCCCC;
}

#integration h3 {
	font-size:1.25em;
}

#integration h4 {
	font-size:1em;
}

/*-------------------------------TEXTES-------------------------------*/
#integration p {
	margin:0.75em 0;
}

.txt1 {
	color:#CCCCCC;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.txt2 {
	margin:0 auto;
	width:350px;
	height:233px;
}

.txt3 {
	margin:0 auto;
	width:200px;
	height:200px;
	border:1px solid #FFF;
}

.txt4 {
	margin:0 auto;
	width:500px;
	height:175px;
}

.txt6 {
	color:#318C61;
	font-size:1.1em;
}

.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;
	margin-right: 10px;
}

.encart1 {
	text-align:center;
}

.encart2 {
	text-align:center;
	margin-top:10px;
}

.encart2 img {
	border:1px solid #FFF;
}

.encart3 {
	background-color:#666666;
	border:1px solid #000;
	width:300px;
	margin:0 auto;
}

#plan {
	margin:0 auto;
	border:1px solid #000;
	width:500px;
}

/*-------------------------------IMAGES/FLASH-------------------------------*/
.bordure1 {
	border:1px solid #000;
	display:block;
}

.bordure2 {
	border:1px solid #FFF;
	display:block;
}

/*-------------------------------LISTES-------------------------------*/
.liste {
	margin:0.75em 0.75em 0.75em 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:#318C61;
}

#integration a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

#integration a img {
    border:none;
}

#integration a:hover img {
    border: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;
}

