/* CSS Document */


body {
	 margin:0;
	 padding:0;
	 overflow:hidden;
	 background-color: #000000;
     }
/*background-image: url(../Outils/Fond-Ecran/Pages-10px.png);*/
.Fond-Page {
     top:0%;
	 position : fixed;
	 height:100%;
	 width:100%;
	 z-index:0;
	 background-color: #F00000;
     } 
	   
/*  Texte défilant */
.text-deroulant {
     position : fixed; 
  	 top:0%;
	 width:100%;
	 height: 5%;
	 margin-left:0%;
	 z-index:4;
	 } 

/*  Position du sigle */
.SigleGauche {
	position : fixed; 
    top: 8%; 
    left: 0.5%; 
	margin:5px; 
    width: 90px; 
	height:90px;
	z-index:1;  
    }
	    	   
/*  Titre de la page  */
div#titre{
    margin-top:1.5%;
	width:100%;
	text-align: center;
	color:#FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.45em;
	font-weight: bold;
	z-index:6;
    }

/*  Position du caroussel photos */
 .carousel {
	margin-top:1.5%;
	margin-left:30%;
	width:600px; /*40%;*/
	height:8%;
	text-align: center;
   }
   
 .carousel-12ph {
	margin-top:1.5%;
	margin-left:23%;
	width:54%;
	height:8%;
	text-align: center;
   }

.carousel-essai {
	margin-top:1.5%;
	margin-left:30%;
	'width:100%;
	'width:54%;
	height:8%;
	text-align: center;
   }

/*  Position du texte haut */
.texteH {
    margin-top:2%;
    margin-left:10%;
	width:80%;
	text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight: bold;
	vertical-align: middle;
	font-size: 2em;
	z-index:6;
   }
   
/*  Position du texte du milieu */
.texteM {
	float:left;
	width:20%;
	margin-top:5%;
	height:200px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#6699FF;
	font-size: 28px;
	font-weight: bold;
   }

/*  Position du texte bas */ 
.texteB {
    margin-top:26%;
    margin-bottom:0px;
	width:100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFCC00;
	vertical-align: middle;
	font-size: 1.8em;
	font-weight: bold;
	z-index:6;
    }

.texteBB {
    margin-top:25%;
    margin-bottom:0px;
	width:100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFCC00;
	vertical-align: middle;
	font-size: 1.8em;
	font-weight: bold;
	z-index:6;
    }

/*  Position de la photo gauche */
.photoG {
	float:left;
	margin-left:10%;
	margin-top:1.8%;
	width:30%;
	height:260px;
	z-index:6;
    }

/*  Position de la photo droite */   
.photoD {
    float:left;
	margin-top:1.8%;
	width:30%;
	height:260px;
	z-index:6;
   }

strong {
	font-weight: bold;
	margin-left:15px;
	margin-right:15px;
	color:#FFCC00;
    }
espace {
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	color: #F8FF00;
    }
.gras{
	font-weight: bold;
    }

/*  Menu navigation bas de page  */
#boutons {
	margin:0px;
	clear:both;
	float:right;
	position:relative;
	left:-51.50%;
	text-align:left;
	height:1.55em;
    }

#boutons ul {
	list-style:none;
	position:relative;
	left:48.5%;
    }
	
#boutons li {
	float:left;
	position:relative;
    }/* ie needs position:relative here*/

#boutons a {
    background:url(../Outils/Boutons/BtnOvaleBleu.png) no-repeat center;
	display:table-cell;
	text-decoration:none;
	margin:1px;
	float:left;
	text-align:center;
	color:#FFF;
	line-height:30px;
	height:30px;
	width:80px;
    }

#boutons a:active{
	/*background:url(../Outils/Boutons/BtnOvaleRouge.png) no-repeat center;*/
	background:url(../Outils/Boutons/BtnOvaleRouge.png) no-repeat center;
	color:#FFF;
    }	

#boutons a:visited {
	background:url(../Outils/Boutons/BtnOvaleRouge.png) no-repeat center;
	color:#FFF;
    }	

#boutons a:hover {
	background:url(../Outils/Boutons/BtnOvaleRouge.png) no-repeat center;
	color:#FFF;
    }

#boutons a:focus{
	/*background:url(../Outils/Boutons/BtnOvaleBleu.png) no-repeat center;*/
	color:#FFF;
    }	

#boutons a:link{
	/*background:url(../Outils/Boutons/BtnOvaleBleu.png) no-repeat center;*/
	color:#FFF;
    }	

/* ie mac only styles \*//*/
#boutons{
	float:none;
	position:static;
}
#boutons ul{
	position:static;
	text-align:center;
}
#boutons li{float:none;position:static;display:inline-block}
/
 end iemac styles*/





  

 