
/* --- COULEURS --- */
 
p.indent {margin-left: 30px;font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt ;color: black ;}
		
/* Général */
body {
	color: red;
	background: url(fond-gris.png) ;
	z-index: 909;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: blue;
}
li {
	color: #000000;
	font-size: 4;
}
/* Bloc central contenant #navigation et #contenu */
#centre {
	background: url(capture2.jpg) repeat-y;
}

/* Navigation */
#navigation {
	/*background: #181A12;*/ /* -> 2 */
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #ffffff;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	/*background: #cbd888;  -> 2 */
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0px 0px;
}


/* En-tête */
#entete {
	padding-top : 0px ;
	z-index: 999;
	position: fixed;  /*menu fixe*/
	margin-left: 17.5%;
   margin-right: 10%;
   margin-top: 0;
}
#entete h1 {
	margin: 0; 
	text-align: center;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

/* Menu de navigation */

/* Contenu */
#contenu {
	margin-left: 17%;
   margin-right: 10%;
	padding: 75px 10px 6px 10px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 12px 0 0 0;
	font-size: 1em;
	text-align: left;
	color: 000000;
}

div.arrondi {
	width:750px;
	background:#A0B7C5;
	margin-bottom:10px;
	margin-top:0.05em;
	padding:10px 0;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border: 2px solid #696;
	text-align: justify;
	/*text-align: left;*/
	margin-left: 0px;
  	margin-right: auto;
	font-size: 1.15em;
	behavior: url(script/PIE.htc);
	background: url(fond3.jpg);
	/*background: url(40.png) no-repeat;*/
	/*-webkit-box-shadow: #666 0px 2px 3px;-moz-box-shadow: #666 0px 2px 3px;box-shadow: #666 0px 2px 3px;   ombres*/
}
 
div.arrondi p {
	color:#333;
	margin:1em;
}

div.arrondi2 {
	width:750px;
	background:#A0B7C5;
	margin-bottom:10px;
	margin-top:0;
	padding:10px 0;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border: 2px solid #696;
	/*text-align: justify;*/
	/*text-align: left;*/
	margin-left: 0px;
  	margin-right: auto;
	behavior: url(script/PIE.htc);
	font-size: 1.15em;
	background: url(fond2.png) ; /* Voir -> Note 1 */
	/*-webkit-box-shadow: #666 0px 2px 3px;-moz-box-shadow: #666 0px 2px 3px;box-shadow: #666 0px 2px 3px;   ombres*/
}
 
div.arrondi2 p {
	color:#333;
	margin:1em;
}
h1 {color: blue ;font-weight : bold;}
h2 {color: green ;font-size: 1.5em; text-align: center;text-indent:20px;}
h3 {color: red ;font-size: 2em; text-align: center;}
h4 {color: black ;}

.imageflottanteG 
	{ 
	float:left; margin:0 10px 10px 0;width:350px; height:auto;
	} 
.imageflottanteG3 
	{ 
	float:left; margin:0 10px 10px 0;width:40px; height:auto;
	} 
.imageflottanteG2 
	{ 
	float:left; margin:0 50px 10px 0;width:250px; height:auto;
	}
.imageflottanteD 
	{ 
	float:right; margin:0 10px 10px 0;width:350px; height:auto;
	} 