@charset "utf-8";
/* CSS Document */

body {
	background-color: #0A1C1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#contener {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#bandeau {
	background-image: url(../images/bandeau-haut.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 930px;
}
#menu {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 930px;
	text-align: center;
}
#footer {
	background-image: url(../images/bas-de-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 930px;
	line-height: 20px;
}
#contenu {
	padding: 5px 20px 5px 20px;
	background-image: url(../images/fond-texte.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#contenu_gauche {
	float: left;
	width: 510px;
}
#contenu_general {
	width: 890px;
}
#contenu_droite {
	width: 380px;
	float: left;
}
.spacer {
	clear: both;
}
#contenu_droite .haut {
	height: 14px;
	width: 342px;
	background-image: url(../images/encadre-haut-texte.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center;
}

#contenu_droite .milieu {
	width: 352px;
	background-image: url(../images/encadre-milieu-texte.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
	background-position: center;
}
#contenu_droite .bas {
	height: 10px;
	width: 342px;
	background-image: url(../images/encadre-bas-texte.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center;
}
#diaporama .haut {
	height: 14px;
	width: 454px;
	background-image: url(../images/encadre-haut-diapo.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center;
}

#diaporama .milieu {
	width: 454px;
	background-image: url(../images/encadre-milieu-diapo.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: repeat-y;
	background-position: center;
}
#diaporama .bas {
	height: 10px;
	width: 454px;
	background-image: url(../images/encadre-bas-diapo.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center;
}
#diaporama .texte_generalhaut{
	height: 14px;
	width: 874px;
	background-image: url(../images/encadre-haut-textegeneral.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

#diaporama .texte_generalmilieu {
	width: 864px;
	background-image: url(../images/encadre-milieu-textegeneral.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: repeat-y;
	background-position: center;
}
#diaporama .texte_generalbas {
	height: 10px;
	width: 884px;
	background-image: url(../images/encadre-bas-general.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center;
}
#zonevideo{
	margin-top:5px;
}

#zonevideo .hautvideo {
	height: 14px;
	width: 454px;
	background-image: url(../images/encadre-haut-video.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center;
}

#zonevideo .milieuvideo {
	width: 454px;
	background-image: url(../images/encadre-milieu-video.jpg);
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: repeat-y;
	background-position: right;
}
#zonevideo .basvideo{
	height: 10px;
	width: 454px;
	background-image: url(../images/encadre-bas-video.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center;
}

/*Style texte*/

h1{
	background-image: url(../images/puce-titre.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin: 0px 0 5px 0;
}
p{
	margin: 5px 0px 3px 0px;
	text-align:justify;
}
img.imagedroite{
	margin: 0px 5px 0px 0px;
	border:#930 solid 1px;
}
#video #player {
	width: 360px;
	float: left;
}
#video #miniature {
	width: 94px;
	height:150px;
	float: left;
}


img.imagegauche{
	margin: 0px 0px 0px 8px;
	border:#930 solid 1px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
ul#menu_haut li{
	display: block;
	float: left;
	width: 155px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#menu ul#menu_haut {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*menu haut*/
li#ecole a{
	background-image: url(../images/menu/ecole.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
}
li#ecole a:hover{
	background-image: url(../images/menu/ecole-on.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;}

li#histoire a{
	background-image: url(../images/menu/histoire.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
}
li#histoire a:hover{
	background-image: url(../images/menu/histoire-on.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
	}
	
li#docfaiwong a{
	background-image: url(../images/menu/doc-fai-wong.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
}
li#docfaiwong a:hover{
	background-image: url(../images/menu/doc-fai-wong-on.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
	}	
li#taos a{
	background-image: url(../images/menu/taos.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
}
li#taos a:hover{
	background-image: url(../images/menu/taos-on.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
	}	
li#galeries a{
	background-image: url(../images/menu/galleries.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
}
li#galeries a:hover{
	background-image: url(../images/menu/galleries-on.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
	}	
	li#accueil a{
	background-image: url(../images/menu/accueil.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
}
li#accueil a:hover{
	background-image: url(../images/menu/accueil-on.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:155px;
	height:40px;
	display:block;
	}
	
#miniature ul {
margin: 0px;
	padding: 0px;
}
#miniature ul li {
	background-color: #270301;
	height: 50px;
	width: 70px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #553135;
}
a img{
	border:none;
}
h2 {
	font-size: 14px;
	display: block;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
	padding-bottom : 3px;
	font-weight: bold;
	margin: 0px;
}
p a {
	color: #FFFFE6;
	text-decoration: none;
	font-weight: bold;
}
p a:hover {
	color: #FFFFE6;
	text-decoration: underline;
	font-weight: bold;
}
form#demandestage{
	background-image: url(../images/fond-wang.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

