/* CSS Document */
htlm,body {
     
	 margin: 0;  /* pour éviter les marges */
	 padding: 0;
	 height: 100%;
	 background:#999999;
     text-align: center; /* pour corriger le bug de centrage IE */
 }
#global {
     width: 900px;
	 height: 105%;
     margin-left: auto; 	  /* largeur obligatoire pour être centré */
     margin-right: auto;
	 background-color:#000000;

}
p {
	font-family:verdana, sans-serif;
	font-size:10px;
	color:black;
	background-color:transparent;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
}
h2 { margin: 20;
    font-family:verdana, sans-serif;
	font-size:100%;
	text-align:justify;
	color:black;
}
h3 {
    margin: 20;
    font-family:verdana, sans-serif;
    font-size:120%;
    color:black;
    background-color:transparent;
    text-align:center;
}
h4 {
	margin: 30;
	font-family:verdana, sans-serif;
	font-size:50%;
	color:black;
	background-color:transparent;
	text-align:center;
	font-style: italic;
}
h5 {
	margin: 30;
	font-family:verdana, sans-serif;
	font-size:80%;
	text-align:center;
	color:black;
	background-color:transparent;
	text-indent: 50px;
	font-style: italic;
	left: 5px;
	border-top: 5;
}
h6 {
    margin: 10;
    font-family:verdana, sans-serif;
    font-size:80%;
    text-align:center;
    color:black;
    background-color:transparent;
}

.menu {
	width: 900px;
	margin-left: auto; 	  /* largeur obligatoire pour être centré */
    margin-right: auto;
	padding-bottom: 0px;
	background-position: center bottom ;
	
}
div#page {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	background-color:#ffffff;
	text-align: left;
	min-height: 100%;
	display: block;
}
[if lte IE 6]>
<style type="text/css">
div#page {
	height: 100%;
}	
</style>
<![endif]
#premier-element {
    width: 900px;
	height: 40px;


}
div#page #premier-element {
    width: 900px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
    background-color:#ffffff;
	background:  url(Images/bandeauconteneur.gif) no-repeat;

}
#dernier-element { width: 900px;
	height: 40px;
}
div#page #dernier-element {
    width: 900px;
	height: 40px;
	margin-bottom: 0;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family:verdana, sans-serif;
	font-size: 60%;
	text-align: center;
	background:  url(Images/Bandeauconteneurbas.gif) no-repeat;
	background-position: center bottom ;
}

.boite {
	width: 200px;
	padding-bottom: 20px;
	background: white url(Images/boitebas.gif) no-repeat;
	background-position: center bottom ;
	font-size: 80%;
}
.boite2 {
	width: 200px;
	padding-bottom: 20px;
	background: white url(Images/boitebas.gif) no-repeat;
	background-position: center bottom ;
	font-size: 80%;
}

.boite h2 {
	margin: 0;
	padding: 20px 20px 5px 20px;
	background: transparent url(Images/boitehaut.gif) no-repeat;
	background-position: center top; 
	text-align: center;
}
.boite p {
	margin: 1em 20px;
	text-align: justify;
}
.box {
	width: 140px;
	padding-bottom: 10px;
	background: white url(Images/milieu-basbox.gif) no-repeat;
	background-position: center bottom ;
	font-size: 80%
}
.box h2 {
    margin: 0;
	padding: 20px 20px 5px 20px;
	background: transparent url(Images/hautbox.gif) no-repeat;
	background-position: center top; 
	text-align: center;
}
.box p 
 {
    margin: 1em 20px;
    
}
#picture {
	float:left;
	width: 148px;
	height: 185;
	margin-left:15px;
    margin-right:15px;
}
#signature {
    font-family:verdana, sans-serif;
    font-size:120%;
    color:black;
    background-color:transparent;
    text-align:right;
    margin-right:25px;
}
a:link { color: #000000}  /* lien non-visité */
a:visited ( color: { color: #000000} /* lien activé */
a:hover { color: #0000ff} /* lien survolé */

.input {
	background: #FFEBCD; 
	font-weight:bold; 
	FONT-SIZE: 12pt; 
	COLOR: #008000; 
	BORDER-TOP-STYLE: none; 
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BORDER-BOTTOM-STYLE: none
}

