﻿/* ---------- Base du style ------------------------ */

body
{
	border: 10px #FFFFFF solid;
	margin: 0px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	Color: #990000;
	background: #FFFFCC;
}
/* ---------- Titres/lien/Paragraphe/image --------- */
h1
{
	font-family: "Times New Roman" ;
	font-size: 26pt ;
	font-weight: bold;

}
h2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	text-align: center ;
	Color: #444444;
}
p
{
}
a
{
	Color: #990000;
	text-decoration: none;
}
a:hover
{  Color: red ;
   background: #EEEEEE ;
}

a:visited
{
	Color: #990000;
	text-decoration: underline;
}

img
{  border-width: 0px ;
}

/* présentation des fleches */

.fleche_haut {
	background: url('Images/flechevertehaut.gif');
	background-repeat:no-repeat;
	background-position:center;
	height: 50px;
}
.fleche_bas {
	background: url('Images/flechevertebas.gif');
	background-repeat:no-repeat;
	background-position:center;
	margin-top: 20px;
	height: 50px;
}

/* présentation des chapîtres */

.chapitre_col {
	background: #849FFF;
	font-family: "Times New Roman";
	font-size: 14pt;
	font-weight: bold;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #426DFF;
	width: 180px;
	margin-top: 20px;
	margin-bottom: 1px;
}

#cadrage_centre {
	text-align: center;
}

#chapitre_col_bleu {
	background: #849FFF;
	border-color: #426DFF;
}
#chapitre_col_vert {
	background: #8CE1E1;
	border-color: #3ECDCD;
}
#chapitre_col_orange {
	background: #FFC1A4;
	border-color: #FF9E71;
}
#chapitre_col_rouge {
	background: #E18888;
	border-color: #CE3838;
}
#chapitre_col_gris {
	background: #DADADA;
	border-color: #C3C3C3;
}

#navigation {
	font-family: "Times New Roman";
	font-size: 10pt;
	width: 160px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
	vertical-align: middle;
}
div.MenuList
{  width: 80%;
/*   margin-left: 10%;*/
}
.MenuList ul
{
	background: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 0;
	margin: 0;
}
.MenuList li
{
	list-style-type: none;
	border-bottom: 1px solid #AAAAAA;
	margin: 0;
}

table.MenuListHorizon
{
}
.MenuListHorizon tr
{
	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: center;
}
.MenuListHorizon td
{
	height: 52px;
	width: 150px;
}

#MenuListHorizonbleu {
	background: url('Images/boutonbleuoff.gif');
}
#MenuListHorizonvert {
	font: x-large serif;
	background: url('Images/boutonverton.gif');
}
#MenuListHorizonorange {
	background: url('Images/boutonorangeoff.gif');

}
#MenuListHorizonrouge {
	background: url('Images/boutonrougeoff.gif');

}
#MenuListHorizongris {
	background: url('Images/boutongrisoff.gif');

}




/* disposition CSS */
#masthead {
	background-image: url('Images/trianglevert.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 100px;
	text-align: center;
}
#globalmasthead {
	border-bottom: 4px #FFFFFF solid;
	background-image: url('Images/fondhautcontainer.jpg');
	background-position: top;
	background-repeat: repeat;
	height: 202px;
}

#top_nav {
}

/* disposition Cadre Bleu */

#top_nav0 {
	border: thick #0000FF double;
	background: #EEEEEE;
}

#top_nav1 {
	border: medium #0000FF double;
	background: #CCECFF;
}


/* message important */

.important {
	font-family: "Times New Roman";
	font-size: 14pt ;
	font-weight: bold;
}

.important1 {
	font-family: "Times New Roman";
	font-size: 16pt ;
	font-weight: bold;
	margin-left: 200px;
}


#container {
	position: relative;
	width: 100%;
	background-image: url('Images/fondcontainer.jpg');
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	border-right: 4px #FFFFFF solid;
	border-left: 4px #FFFFFF solid;
	margin-right: 123px;
	margin-left: 200px;
	text-align: center;
	height: 1400px;
}

.texte_petit {
	font: 11px serif;
}


#right_col {
	background: url('Images/vertcolonnedroitecarre.jpg');
	width: 123px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 1400px;
	text-align:center;
}

#footer {
}
