/* CSS Document */

#conteneur {
	position:relative;
	width:955px;
	background-color:#CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
}
body {
	background-color: #FFFFFF;
	color: #000066;
	margin-right: 15px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.alerte1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.petitt1 {
	font-size: small;	
}
.parjustital {
	font-style: italic;
	text-align: justify;
	font-weight: normal;
}


a:link
{
	color: #FF6633;
	font-size: large;
	font-weight: bold;
}
a:visited
{
	color: #009999;
	font-size: large;
	font-weight: normal;
}
.exe1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bolder;
	color: #333;
	background-color: #F90;
}



p,ul,li,td {
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

table.tabcentre { margin-left: auto; margin-right: auto; }


.bouton2{
	display: block;
	text-align:center;
	height: auto;
	color: #FFFFFF;
	width: 300px;
	margin-top:5px;
	padding:2px;
}
a.bouton2:link{
	color:#311C39;
	font-weight:bold;
	background-color:#FFC708;
	border-style:outset;
	border-width:2px;
	border-color:silver;
	font-size: medium;
} 
a.bouton2:visited{
	color:#FF0000;
	font-weight:bold;
	border-style:outset;
	border-width:2px;
	border-color:silver;
	background-color: #FFC708;
}
a.bouton2:hover{
	text-decoration:underline;
	color:white;
	font-weight:bold;
	background-color:#CCCCCC;
	border-style:outset;
	border-width:2px;
	border-color:silver;
}
table.tabentete {
margin-left: auto; margin-right: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	font-weight: bolder;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

.menu1 { /* boite qui contient le menu (les onglets) */
  border-bottom:solid 2px black ; /* crée le trait noir en-dessous des onglets */
  padding-top:12px ; /* marge intérieure haute */
  padding-bottom:7px} /* marge intérieure basse */

.onglet { /* style des onglets inactifs */
	border:solid 1px black;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
} /* marge intérieure */

a.onglet { /* style des liens se trouvant dans un onglet inactif */
	background-color:#E7E4E4;
	color: #000066;
	font-weight: normal;
	font-style: italic;
} /* les liens ne sont pas soulignés */

.onglet-actif { /* style de l'onglet de la page active */
	border:solid 2px black; /* l'encadrement est porté à 2 pixels */
	border-bottom:solid 3px white; /* le trait inférieur est effacé */
	margin:5px 5px 0px 5px; /* marges intérieures */
	padding:3px 3px 3px 3px; /* marges extérieures */
	background-color:#FFCC00;
	color: #FF0000;
	font-weight: bold;
} /* le fond de l'onglet actif est blanc*/
.petitt2 {
	font-size: small;
}
.exergue1 {
	font-size: large;
	font-weight: bold;
	left: 30px;
	position: relative;
	background-color: #F9C710;
	line-height: 25px;
	width: 880px;
	top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 50px;
	text-align: justify;
}

