* {
	font-family: arial, helvetica;
	font-size: 10pt;
	padding: 0px;
	border-spacing: 0px;
	color: #2e3192;
}

.cadre_superieur {
	padding: 0px;
	background-color: white;
	border-width: 0px; 
	height: 71px;
	width: 100%;
}

.cadre_interieur {
	background-color: white;
	background-image: url('../Images/fond.gif'); 
	border-left-width: 1px; 
	border-left-color: #4b4b4b; 
	border-left-style: solid;
	border-right-width: 1px; 
	border-right-color: #4b4b4b; 
	border-right-style: solid;
	width: 100%;
}

.cadre_interieur2 {
	border-right-width: 1px;
	border-right-color: #790000; 
	border-right-style: solid;
	width: 49px;

}
.contenu {
	border-spacing: 15px;
	vertical-align: top;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 98%;
	height: 415px;
	background-color: white;
	background-image: url('../Images/fond_contenu.jpg');
}

.cadre_inferieur {
	padding-left: 8px;
	text-align: center;
	background-color: #e4cccc;
	border-left-width: 1px; 
	border-left-color: #4b4b4b; 
	border-left-style: solid;
	border-right-width: 1px; 
	border-right-color: #4b4b4b; 
	border-right-style: solid;
	border-top-width: 1px; 
	border-top-color: #790000; 
	border-top-style: solid;
	border-bottom-width: 1px; 
	border-bottom-color: #4b4b4b; 
	border-bottom-style: solid;
	width: 100%;
}

.img_titre {
	width: 33pt;
}

.titre1 {
	position: relative;
	top: -10pt;
	left: -15pt;
	font-size: 13pt;
	font-weight: bold;
	color: #790000;
	text-shadow: 3px 3px 5px yellow;  
}

.titre2 {
	position: relative;
	top: 2pt;
	left: 25pt;
	font-weight: bold;
	color: #cccccc;
}

.lien {
	text-decoration: none;
	text-indent: 8px;
	color: #790000;
	display: inline;
	padding-left: 10pt;
	padding-right: 15pt;
	background-image: url("../Images/triangle.gif");
	background-repeat: no-repeat;
}

.lien:hover {
	background-image: url("../Images/triangle2.gif");
}

.menu {
	position: relative;
	left: -4pt;
	top: 20pt;
}

.menu_actif {
	text-decoration: none;
	text-indent: 20px;
	font-size: 9pt;
	text-align: left;
	color: black;
	display: block;
	background-image: url("../Images/rond1.gif");
	background-repeat: no-repeat;
}

.menu_actif:hover {
	background-image: url("../Images/rond2.gif");
}

.menu_inactif {
	text-decoration: none;
	text-indent: 20px;
	font-size: 9pt;
	text-align: left;
	color: gray;
	display: block;
	background-image: url("../Images/rond2.gif");
	background-repeat: no-repeat;
}

.menu_accueil {
	text-decoration: none;
	text-indent: 30px;
	text-align: left;
	color: Black;
	display: block;
	background-image: url("../Images/home.gif");
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	width: 200px;
}

.conteneur_sousmenu {
	width: 240px;
	text-align: right;
}

.sousmenu {
	text-decoration: none;
	text-indent: 0px;
	text-align: left;
	font-size: 7pt;
	color: #790000;
	display: block;
	padding-left: 10pt;
	padding-right: 15pt;
	background-image: url("../Images/triangle.gif");
	background-repeat: no-repeat;
}

.sousmenu:hover {
	background-image: url("../Images/triangle2.gif");
}

.titre_contenu {
	min-width: 100%;
	border: solid darkBlue 1px;
	background-color: #739dc6;
	color: white;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	font-size: 14pt;
	font-variant: small-caps;
}

.soustitre_contenu{
	min-width: 50%;
	width: 50%;
	border: none darkBlue 1px;
	background-color: #739dc6;
	color: white;
	text-align: left;
	text-indent: 15px;
	vertical-align: top;
	font-weight: bold;
}

input {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

textarea {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

select {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 220px;
}

option {
	border-style: solid;
	border-width: 0px;
	border-color: black;
}

hr {
	border-style: solid;
	border-color: darkBlue;
	color: darkBlue;
	width: 100%;
}

td {
	vertical-align: top;
}

.submit {
	text-decoration: none;
	display: block;
	background-image: url("../Images/bouton.gif");
	width: 167px;
	height: 26px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color: darkBlue;
	line-height: 200%;
	vertical-align: top;
}

.submit:hover {
	border-color: DarkBlue;
}

.submit:active {
	border-color: green;
}

.tableau {
	border-spacing: 5px;
	font-size: 6pt;
}

p {
	text-align: justify;
}

ul {
	text-align: left;
	width: 90%;
}

li {
	text-align: justify;
	list-style-position: outside;
	list-style-type: square;
	padding: 5px;
}

.contenu_typo {
	font-family: Courrier New, Courier, mono;
}

.erreur {
	color: red;
	text-align: center;
	font-weight: bold;
}

.image {
	text-align: center;
	border-style: dashed;
	border-width: 1px;
	border-color: DarkBlue;
	padding: 10px;
	width: 550px;
}

.libele_tableau {
	width: 130px;
}
