html, body {
	margin:0;
	padding:0;
	background: #FBFBFD;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.85em;
	line-height:normal;
	color:#000000;
	height: 100%;
	min-width: 770px;
}	
	
#banniere {
	background: url(images/entete3.gif) no-repeat center center;
	font-size: xx-large;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	border: 1px solid #336633;
	text-align: center;
}
	
#haut {
	margin:0;
	padding:0;
	background-color:  #336633;
}

#contenu 	{
	margin-left: auto;
	margin-right: auto;
	min-height: 80%;
	width: 782px;
}
		
#accueil 	{
	margin: 20px;
}
	
	
#principal {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #336633;
	background-color: #FFF;
	height: auto !important;
        height: 650px; /* because ie suxxe */
        min-height: 600px; 
 }
	html>body #principal {
	height: auto;
	}
		
#pied {
	padding: 0.1px;
	margin: 0;
	text-align: center;
	background-color: #336633;
	color: #FFF;
	font-size: 1em;
	clear: both;
}
	
#pied p {
	color: #FFF;
}

#pied a {
	color: #FFF;
}

#pied a:hover {
    color: red;
}

/* speedbar */

#speedbar ul {
	margin: 0;
	padding:0;
}

#speedbar li {
    display:inline; 
    font-size:1.6em; 
    line-height:1.65em; 
    margin: 0; 
    padding: 0;
    font-weight: bold;
    color: #FFF;    
}
    
#speedbar li a {
    color: #FFF;
    text-decoration: none;
}

#speedbar a:hover {
    color: red;
}
    
#speedbar {
    color: #FFF;
    margin: 0; 
    padding: 0;
    text-align: center;
}

/* fin speedbar */
/* entête */
.entete {
	font-size: 1.6em;
	text-align: center;
	color: #000;

}


.entete p {
	color: #000;  
	margin-right: 1.6em;
	font-weight: bold;
	display: inline;	
}

.entete a, .entete a:visited {
	color: #000; 
	font-weight: bold;
	text-decoration: none;
}
	
.entete a:hover {
	color: #FFF; 
    background-color: Transparent;
	text-decoration:underline;
} 
/* fin entête */
	

div#principal form 	{
	display: inline;
}
	
p , h2 , h3 , a , .retour , .TextGras , .Textmini , .Textitalic ,  li , ul {
	color:#000000;
	background-color: transparent;
}
	
p {
	text-align: justify;
	margin: 6px;
}

ul, li {
	text-align: justify;
}
	
li.liens {
	list-style:none;
        margin:0;
}

h1 {
	font-size:2em; 
	line-height:normal; 
	color: #FFF;
	font-weight: bold; 
	background-color: #336633;
	text-align: center; 
	Margin-top: 10px;
	padding: 0px
}
	
h2 {
	font-size:1.4em; 
	line-height:normal;
	font-weight: bold; 
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding-left: 1.2em;
	color: #FFF;
	background-color: #336633;
}
	
h3 {
	font-size:1.3em; 
	font-weight: bold;
	text-align: center;
	
}
	
.h3italic {
	font-size:1.3em; 
	font-weight: bold;
        font-style:italic;
}
	
.h3b {
	font-size:1.3em; 
	font-weight: bold;
	text-align: center;
}
	

/* liens */
	
a {
	font-size: 1em;
	color: #003399;
	background-color: Transparent;
}
	
a:hover {
	color:#ff0000;
        background-color: Transparent;
	text-decoration:underline;
} 
	
a.mail 	{
	float: right;
	color: #000000;
	text-decoration:underline;
	background-color: Transparent;
}
	
a.mail:hover {
	color:#ff0000;
        background-color: Transparent;
	text-decoration: underline;
}
	
a.mailg {
	float: left;
	color: #000000;
	text-decoration: underline;
	background-color: Transparent;
}
	
a.mailg:hover {
	color:#ff0000;
        background-color: Transparent;
	text-decoration: underline;
} 
	
hr 	{
	border: solid 2px #336633;
}
	
.retour {
	margin-top: 1.3em;
	margin-left: 2em;
	position: absolute;
}
	
.centre {
	text-align: center;
}
	
.droit {
	text-align:right;
}
	
.gauche {
	text-align:left;
}
	
.grand {
	font-size: 1em;
	color: #4169e1;
}
	
.TextGras {
	font-weight: bold;
	color:#000000;
	background-color: transparent;
}
	
.Gras {
	font-weight: bold;
	/*text-decoration: none;*/
}
	
.GrasB {
	font-weight: bold;
	text-decoration: none;
	color: #4169e1;
	font-size: 1em;
}
	
.Textitalic {
	font-style: italic;
}
	
.TextSouligne {
	text-decoration: underline;
	color:#000000;
	background-color: transparent;
}
	
.Textmini {
	color:#000000;
	background-color: transparent;
	font-size: 0.6em;
}
	
.justifie {
	text-align: justify;
}
	
.adresse {
	font-size:1.2em; 
	line-height:normal; 
	color: #000000; 
	font-weight: bold; 
	background-color: transparent;
	text-align: center;
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #336633;
}
	
.logo-xiti {
	border: none 0px; 
	text-decoration: none;
}
    
.logo-w3c {
	border: none 0px;
	text-decoration: none;
}
	
.bords-images { 
	border: none 0px; 
}

.image {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-left: 5px;
	border: none;
}
	
.imagetrombi {
	float: left;
	margin-right: 20px;
	margin-top: 1.1em;
	margin-left: 5px;
	border: none;
}
	
.image2 {
	margin-right: -10px;
	margin-bottom: 5px;	
	border: none;
}
	
.image3 {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 20px;
	border: none;
}
	
.image4 {
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	border: none;
}

.image5 {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
	border: none;
}
	
.image6 {
	border: 1px solid #6495ED;;
}
	
.separation {
	clear: both;
	visibility: hidden;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	display:block;/* pour obliger le retour a la ligne et 100% de largeur occupé */
}

.saut {
       clear: both;
       visibility: hidden;
}
       
.logo {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border: none 0px;
}

.bouton {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336633;
}
	
/* cadres */
	
table {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.table3 {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: 1px solid #336633;
	text-align: left;
} 
 
.table4 {
	margin-right: 15px;
	width: auto;
	text-align: right;
}
 
.td2 {
	text-align: center;
	font-size: 1.2em; 
	font-weight: bold; 
	line-height: normal;
	color: #FFF;
	background-color : #336633; /*#ddf6f8;*/
}
 
.td3 {
	text-align: left;
	font-size: 1em; 
	line-height: normal;
	color: #000;
	background-color: #ccff99;
}

.td6 {
	text-align: left;
	font-size: 1em; 
	color: #000;
	background: #FFF;
}
 
td {
	font-size: 1em;
}

.t11 {
	font-size: 1.2em;
}

.tr1 {
	text-align: left;
	font-size: 1.2em; 
	line-height: normal;
	color: #ffffff;
	background-color: #a6aad3;
}
	
.tr2 {
	text-align: left;
	font-size: 1.2em; 
	line-height: normal;
	color: #000000;
	background-color: #F8F8FC;
	width: 40%
}
	
.cadre {
	font-size: 1.1em;
	color: #000000;	
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	background-color: #F8F8FC;
	border: solid 3px #336633;
}
	 html>body #cadre {
		width: auto;
	}
	
.cadreR {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #ffffff;
	border: solid 3px red;
}
	 html>body #cadreR {
		width: auto;
	}
	
.cadre2 {
	text-align: left;
	font-size: 0.8em;
	color: #000000;	
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	width: 80%;
	background-color: #F8F8FC;
	border: solid 2px #336633;
}
	html>body #cadre2 {
		width: auto;
 	}

.cadre-pre {
	text-align: center;
	margin-right: auto; 
	margin-left: auto; 
	padding: 8px;
	width: 85%;
	background-color: #F8F8FC; /*#FFFFFF;*/
	border: solid 2px #336633;
}
	 html>body #cadre-pre {
		width: auto;
	}
	
.cadre-stages {
	text-align: left;
	font-size: 1.2em;
	color: #000000;	
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	background-color: #F8F8FC; /*#FFFFFF;*/
	border: solid 3px #336633;
}
	 html>body #cadre {
		width: auto;
   	}
	
.cadre-nav {
	text-align: center;
	margin-right: auto; 
	margin-left: auto; 
	width: 90%;
	background-color: #F8F8FC; /*#f0f8ff*/
	padding: 0.3em;
	border: 2px solid #336633;
}
	
.bloc {
	margin-right: auto; 
	margin-left: auto; 
	padding: 8px;
	width: 95%;
	height: 180px;
	background-color: #FFFFFF;
}
	
.bloc2 	{
	text-align: left;
	font-size: 1em;
	color: #000000;	
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	padding: 8px;
	background-color: transparent;
	border: 1px solid #336633 ;
}
	 html>body #cadre {
		width: auto;
	}
	
.bloc3 {
	height: 8em;
	background-color: transparent;
}
	
.bloc4 {
        margin-right: auto; 
	margin-left: auto; 
	padding-right: 5px;
	text-align: justify;
	height: 180px;
	background-color: transparent
}
	
.bloctrombi {
	margin-left: 125px;
	text-align: left;
	font-size: 1em;
	color: #000000;	
        height: 11.5em;
        /*height: 15em;*/
	background-color: transparent;
}
	
.nav {
	Padding: 0px 20px 4px 20px;
	font-size: 1.2em;
	width: 60%;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}
	
code {
	font-size: 1em;
	color: #000000;	
}

/*formulaire */
	
#cadreform {
	text-align: left;
	font-size: 1em;
	color: #000000;	
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	width: 80%;
	background-color: #ccff99;
	border: solid 2px #336633;
	-moz-border-radius: 15px;
}
	html>body #cadreform {
		width: auto;
 	}
	
#cadreform fieldset {	/*mise en forme des cadres */
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
	border: solid 1px #336633;
	-moz-border-radius: 15px;
}
	
#cadreform legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}
	
#cadreform p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}

#cadreform fieldset#coordonnees label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}

#cadreform fieldset#participation label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
	
#cadreform label:hover {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}

#cadreform label.oblig {
	font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/
}
	
#cadreform .legende {    	/* Mise en forme des aides contextuelles */
	Font-style: italic;
	color: #666;
	Background: transparent;
	margin: 0;
	padding: 0;
}
	
#cadreform textarea {
	border: 1px solid #336633;
	-moz-border-radius: 15px;
}
		
#cadreform a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}	
	
#cadreform a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
	
#cadreform a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
	
#cadreform .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: #000000;
}

#cadreform .normal 	{	/*** Retour à l'état normal après l'utilisation ***/
	background: #FFFFFF;
	color: #000000;
}	

/*** Mise en forme des messages d'erreur ***/

#cadreform .alerte {	/*** Mis en évidence des champs mal renseignés ***/
	border: 1px solid red;
}
	
#cadreform .messageAlerte {	/*** Mise en forme des message d'alerte ***/
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	background: url('icon_alert.gif') no-repeat left center;
}
	
.bout {
	font-size: 0.8em;
}
	
object 	{
	width: 90%;
	height: 600px;
}
	
select {
	color:#000000;
	background-color: #FFFFFF;
	font-size: 1.2em;
}
/* fin formulaire */

.vide {
	clear: both;
}
	
.bleu {
	color: #FFFFFF;
	background-color: #a6aad3;
}
	
.galerie {
       /*border: 1px solid #A6AAD3;*/
       height: 14em;
       width: 17em;
       float: left;
       padding: 1em;
}
      
.galerie a {
       margin: 1em;
}
       
.galerie img {
       float: left;
       margin:1em;
       border: 1px solid #336633;
}
       
dl.gallery {
	border: 1px solid #A6AAD3;
	background-color: #F8F8FC;
	width: 160px;
	text-align: center;
	padding: 10px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.gallery dt { 
	font-weight: bold; 
}

.gallery dt img {
	border: 1px solid #A6AAD3;
	/*width: 100px;
	height: 100px;*/
}

.gallery dd {
	margin: 0;
	padding: 0;
}

.affic {
	color: red;
}

.d, .g {
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    font-size: 1px;
}

.g {
    float: left;
    background-image: url(images/d.gif);
}

.d {
    float: right;
    background-image: url(images/g.gif);  
}   







