﻿body{
	background: #afd0b3;
	color: #000000;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
}

img{
    border: 0px;
}

/* Ici tout les liens sont  formatter */
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: none;  /*underline : souligné   ,   overline : ligne au-dessus,     line-through : barré,    blink : clignotant,     none : normal */
   color: #006633;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
   text-decoration: none;
   color: #0000FF;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: #0000FF;
}
a /* Lien normal */
{
   color: #009966;
   text-decoration: none;   
}
   
div.Contenu {
    width: 999px;
    clear:left;
	top:15px; /*25px entre le coin supérieur de l’écran et le design*/
	margin:0 auto 0 0px; /*Marges du design ( la 4eme marge représente la moitié de la largeur du div*/
	position:absolute;
	background: #e2e6ff;
	border-left-width:3px;
  	border-left-style:solid;
  	border-left-color:#6973ae;
  	border-right-width:3px;
	border-right-style:solid;
  	border-right-color:#6973ae;
	left: 50%; /* pour centrer le design */
 	margin-left: -502px; /* = width /2 */
}

div.Header{
    width: 999px;
    height: 117px;
	margin: 0px 0px 0px 0px;
    background: url("../images/header.png") no-repeat scroll ;
    float: left;
}

div.Banniere{
    
    width: 728px;
    height: 90px;
    margin: 13px 0px 0px 264px;
    padding: 0px 0px;
    overflow: hidden;
}

div.Navigation{
    width: 800px;
    height: 15px;
	float: left;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	text-align:left;
	margin: 5px 0px 5px 10px;
}

div.Menu {
    width: 999px;
    height: 69px;
	clear:left;
}

/* Colonne Gauche Etroite*/
div.Colonne1{
    width: 490px;
    float: left;
	margin-left:3px;
	margin-right:3px;

}

/* Module C1*/
div.C1BarreHaut {
    width: 490px;
    height: 33px;
	background: url("../images/barreheader.png") no-repeat scroll;
    float: left;
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:#dc672c;
  	border-right-width:1px;
	border-right-style:solid;
  	border-right-color:#dc672c;	
	border-top-width:1px;
	border-top-style:solid;
  	border-top-color:#dc672c;
}

div.C1BarreTexte {
    width: 445px;
    height: 33px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	font-weight: bold;
}

div.C1Balle {
    width: 40px;
    height: 33px;
    background: url("../images/balle.png")  scroll;
    float: left;
}

div.C1Main {
    width: 490px;
	float: left;
	background: #e1d5e4;
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:#dc672c;
  	border-right-width:1px;
	border-right-style:solid;
  	border-right-color:#dc672c;
	border-bottom-width:1px;
	border-bottom-style:solid;
  	border-bottom-color:#dc672c;
	margin-bottom:10px;
}

div.C1Texte {
    width: 485px;
	float: left;
	font-family: Calibri,Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	margin: 0px 0px 0px 5px;
}

div.C1BarreBas {
    width: 490px;
    height: 8px;
	background: url("../images/barrefooter.png") no-repeat scroll;
    float: left;
}

/* Colonne Milieu*/
div.Colonne2{
    width: 320px;
    float: left;
	margin-left:3px;
	margin-right:3px;

}

/* Module C2*/
div.C2BarreHaut {
    width: 320px;
    height: 33px;
	background: url("../images/barreheader.png") no-repeat scroll;
    float: left;
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:#dc672c;
  	border-right-width:1px;
	border-right-style:solid;
  	border-right-color:#dc672c;
	border-top-width:1px;
	border-top-style:solid;
  	border-top-color:#dc672c;	
}

div.C2BarreTexte {
    width: 275px;
    height: 33px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	font-weight: bold;
}

div.C2Balle {
    width: 40px;
    height: 33px;
    background: url("../images/balle.png")  scroll;
    float: left;
}

div.C2Main {
    width: 320px;
	float: left;
	background: #e1d5e4;
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:#dc672c;
  	border-right-width:1px;
	border-right-style:solid;
  	border-right-color:#dc672c;
	border-bottom-width:1px;
	border-bottom-style:solid;
  	border-bottom-color:#dc672c;
	margin-bottom:10px;
}

div.C2Texte {
    width: 315px;
	float: left;
	font-family: Calibri,Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	margin: 0px 0px 0px 5px;
}

div.C2TexteImpaire{
	width: 315px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	background:#e0b6ae;
	margin: 0px 0px 0px 0px;
	padding-left:5px;
}

div.C2BarreBas {
    width: 320px;
    height: 8px;
	background: url("../images/barrefooter.png") no-repeat scroll;
    float: left;
}

/* Colonne Droite*/
div.Colonne3{
    width: 170px;
    float: left;
	margin-left:3px;
	margin-right:3px;

}

/* Module C3*/
div.C3BarreHaut {
    width: 170px;
    height: 33px;
	background: url("../images/barreheader.png") no-repeat scroll;
    float: left;
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:#dc672c;
  	border-right-width:1px;
	border-right-style:solid;
  	border-right-color:#dc672c;
	border-top-width:1px;
	border-top-style:solid;
  	border-top-color:#dc672c;	
}

div.C3BarreTexte {
    width: 125px;
    height: 33px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	font-weight: bold;
}

div.C3Balle {
    width: 40px;
    height: 33px;
    background: url("../images/balle.png")  scroll;
    float: left;
}

div.C3Main {
    width: 170px;
	float: left;
	background: #e1d5e4;
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:#dc672c;
  	border-right-width:1px;
	border-right-style:solid;
  	border-right-color:#dc672c;
	border-bottom-width:1px;
	border-bottom-style:solid;
  	border-bottom-color:#dc672c;
	margin-bottom:10px;
}

div.C3Texte {
    width: 165px;
	float: left;
	font-family: Calibri,Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	margin: -10px 0px 0px 5px;
}

div.C3BarreBas {
    width: 170px;
    height: 8px;
	background: url("../images/barrefooter.png") no-repeat scroll;
    float: left;
}

/* Footer */
div.Footer {
    width: 999px;
    height: 42px;
	background: url("../images/footer.png") no-repeat scroll;
    float: left;
	margin: 20px 0px 0px 0px;
}
