/*////////////////////////*/
/* Information de la page */
/*////////////////////////*/

body {
font-family: Verdana, Arial, Helvetica, sans-serif; /* Police Verdana utilisé par défaut */
font-size: 10pt; /* Taille de la police par défaut */
margin: 0; /* Pas de marge */
padding: 0; /* Pas d'espacement */
text-align: center ; /* on centre la page */
background-color : #5F0000; /* Couleur de fond de la page Web */
border-style:hidden; /* Les bordures sont cachés */
}

a img {
border:0px none; /*on enlève le cadre autour des images liens */
}

html, body {
	height: 100%;
	margin: 0;
	}

/*///////////////////////*/
/* Informations Diverses */
/*///////////////////////*/

/* Mise en page des News */
h1 {
display:none;
margin:0;
}

/* Mise en page des Titres en bleu foncé */
h2 {
background-color:#FFF;
font-size: 1.1em; /* Taille de la police */
color:#005E5F; /* Couleur du texte bleu foncé */
font-weight :bold; /* On met en gras */
text-align:left; /* On aligne au gauche */
text-align:justify; /* On justifie le texte */
margin:15px 5px 5px 5px;
}

h3 {
background-color:#005E5F;
font-size: 1.1em; /* Taille de la police */
color:#5F0000; /* Couleur du texte bleu foncé */
font-weight :bold; /* On met en gras */
text-align:center; /* On aligne au gauche */
margin:15px 0 5px 0;
}

ul {
list-style-type: none ;
padding: 0 ;
margin: 0 ;
}

li {
list-style-image : url('none') ;
padding-top: 0 ;
margin-top: 0 ;
color: #005E5F ;
font-size: 0.90em 
}

li a {
color:#003E5F;
text-decoration:none;
font-weight :bold; /* On met en gras */
}

li a:hover {
color:#5F0000;
}

/* Mise en page des traits horizontaux */
hr {
width:70%; /* On créer une ligne centré et de 70% par rapport à la taille de la page */
color:#000000; /* Couleur du trait : noir */
background-color:#000000;
height:1px; /* Taille du trait : 1 pixel */
border: 0px none;
}

/*//////////////////////*/
/* Mise en page du site */
/*//////////////////////*/

#conteneur {
min-height: 100%;
width: 887px; /* Taille fixé à 750 pixel */
margin: 0 auto;
position: relative;
/*overflow: auto;*/
background : url('images/fond.gif') left top;
}


/*/////////*/
/* Contenu */
/*/////////*/


/* Image de fond */
#header {
margin-top:3px;
height: 200px; /* Hauteur de l'Header */
background : url('images/header.gif') no-repeat left top;
width:887px;
height:235px; margin-left:0; margin-right:0; margin-bottom:0
}

#conteneurcontenu1 {
margin: 0;
background : url('images/part1.gif') no-repeat left top;
width:887px;
height:161px
}

#part1 {
background-color: #FFF;
width:450px;
margin: 0;
margin-left: 130px;
}

/** instruction vue seulement par IE **/
* html #part1 {
margin-left:0;
  margin-right:180px;
}

#conteneurcontenu2 {
margin: 0;
background : url('images/fond.gif') left top;
width:887px;
height:100%
}

#contenu {
background-color: #FFF;
float:left;
width:450px;
margin: 0;
margin-left:130px;
}

/*//////*/
/* Menu */
/*//////*/

#conteneurmenu {
width: 160px;
float : left;
background-color:#005E5F;
margin-left:25px;
}

/* Image de fond des liens du menu */
#menuvertical {
width: 150px;
background-color: #005E5F;
margin:0; /* Pas de marge */
margin-left:0;

}

#contenucopy {
margin: 0;
background : url('images/footer.gif') no-repeat left top;
width:887px;
height:119px;
clear:both
}

#copyright {
width: 300px;
background-color: #FFF;
margin-left:250px;
height:auto;
}

/** instruction vue seulement par IE **/
* html #copyright {
margin-left:0;
  margin-right:75px;
}

/* Information sur le contenu */
.cont {
margin: 0 5px;
padding: 0;
color : #999999;
text-align:left; /* On place le texte à gauche */
}

.cont a {
color:#7F7F7F;
font-weight:bold;
text-decoration:none;
}

.cont a:hover {
color:#5F1F00;
}

.copy {
text-align:center;
padding-top: 65px;
margin:0;
font-size: 0.8em; /* Taille de la police */
}

.copy a {
color: #5F1F00;
text-decoration:none;
}

.lienmenuvertical a {
color : #5F1F00;
}

a.info {
  position:relative;
}
a.info:hover {
   background: none; 
   z-index: 500; 
}