/*-------------------------------TITRES-------------------------------*/
#integration{
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}

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

#integration h1 {
	font-size:2em;
	text-align:right;
	color: #FE9903;
	margin-bottom: 40px;
}

#integration h2 {
	font-size:1.5em;
}

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

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

/*-------------------------------TEXTES-------------------------------*/
#integration p {
	margin:0.75em 0;
}
.encart5 {
	text-align: center;
	width: 650px;
	margin-left: 100px;
}


.txt1 {
	color:#000000;
	text-align: center;
}

.txt2 {
	color:#4342A0;
	font-weight: bold;
	text-align: center;
}

.txt3 {
	color:#FE9903;
	font-weight: bold;
}
.txt3 a:hover{
	color:#000000;
}

.txt_gras {
    font-weight:bold;
}

.txt_italique {
    font-style:italic;
}

.clear {
	clear:both;
}

/*-------------------------------BLOCS-------------------------------*/
.colonne_txt_premiere {
	width:250px;
	float:left;
	margin-left:100px; /* Valeur à changer, suivant le nombre de colonnes */
}

.colonne_txt {
	width:250px;
	float:left;
}

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

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

.encart1 {
	background-color:#5556B0;
	border:1px solid #000000;
	width:250px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 30px;
	float: left;
	height: 140px;
}
.encart1 a{
	color: #FFFFFF;
}

.encart2 {
	border:1px solid #000;
	width:400px;
	padding: 4px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	float: left;
	height: 200px;
}

.bordure3 {
	border: 1px solid #000000;
	margin-left: 80px;
}

.encart4 {
	border:1px solid #000;
	width:400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 200px;
	height: 150px;
	padding: 4px;
}

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

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

/*-------------------------------IMAGES/FLASH-------------------------------*/
.bordure1 {
	text-align: center;
}

.bordure2 {
	border:1px solid #000000;
	display:block;
	text-align: justify;
	width: 530px;
	margin-left: 150px;
}

/*-------------------------------LISTES-------------------------------*/
.liste {
	padding:0;
	color: #5758B2;
	margin-top: 0.75em;
	margin-right: 0.75em;
	margin-bottom: 32px;
	margin-left: 4em;
	list-style-type: square;
}

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

#integration a img {
    border:none;
}

#integration a:hover img {
	border:none;
	color: #000000;
}
#integration .encart1 ul li a:hover {	
text-decoration:none;
	color: #FFFFFF;
	background-color: #FE9903;
}
#integration a:hover {
	color: #5556B0;
	}
.txt4 {
	font-style: italic;
	font-weight: bold;
	color: #FE9903;
}
