@charset "ISO-8859-1";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #754984;
	margin: 5 0 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	background: url(images/structure/fondsArvivo_02.jpg) no-repeat 0px 0px;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
	height: 286px;
	padding: 0px;
	margin: 0px;
} 
#menu {
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 196px; /* Dans les navigateurs conformes au standard et dans Internet Explorer en mode standard, la largeur réelle de cet élément div est composée de la largeur plus le remplissage et la bordure */
	background: url(images/structure/fondsArvivo_11.jpg) no-repeat -1px top; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 0px;
	height: 550px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-left: 196px;
	background-image: url(images/structure/fondsArvivo_12.jpg);
	background-position: -1px top;
	display: block;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	background:#754984 url(images/bottom.jpg) no-repeat;
	height: 90px;
	margin-top: 10px;
} 
.detourDrte {
	float: right;
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	line-height: 0px;
}
#centrale p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	line-height: 17px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	line-height: 20px;
	height: 100px;
	display: block;
}
#footer a {
	text-transform: uppercase;
	color: #FFF;
}
#footer a:hover {
	text-transform: uppercase;
	color: #D9BCD8;
}
#centrale h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #754984;
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#centrale h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #754984;
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;
}
#centrale h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;
}

#missionMenu        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 150px;
}
missionMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #643872;
}


#centrale a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#centrale a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #754984;
}
#centrale li {
	list-style-image: url(images/puce.jpg);
	list-style-type: none;
	margin-left: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 17px;
	padding-bottom: 5px;
	margin-right: 50px;
}
.arvivoMag {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #754984;
	margin-left: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 2px;
	border: .2mm solid #666;
	padding-right: 5px;
	padding-left: 5px;
}
#magazine {
	padding-top: 10px;
	border: .3mm solid #643872;
	margin-left: 150px;
	margin-right: 20px;
}
#magazine li {
	list-style-image: url(images/puce.jpg);
	list-style-type: none;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 17px;
	padding-bottom: 5px;
	margin-right: 10px;
}
#magazine h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;
}
#magazine h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #754984;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.LETRINE {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
	color: #643872;
	letter-spacing: 2px;
}
.cadrePhoto {
	border: 0.3mm solid #734882;
}
