/*-------------------------------------------------------------------------*/
/*--------------------------------------CSS--------------------------------*/
/*-------------------------------------------------------------------------*/

#titre {
	/* controle visuel <tu peux virer> */
	/*border:1px solid #333333;*/
	text-align: center;
}
#header {
	height:30px;
	width:750px;
	margin:0;
	padding:0;
	left: 0px;
	top: 0px;
	position:absolute;
	/* controle visuel <tu peux virer> */
	/*border:1px solid #333333;*/
}
body {
	font-family: times,serif;
	font: 12px ;
	margin: 0;
	padding: 0;
	background-color:#fff;
	}

#page {
	width: 750px;

/* desactivated by vlang
	position: absolute;
	left: 50%;
	margin-left: -375px;
*/ 
/* added by vlang */
	position:relative;
	margin: 0 auto;
	padding:0;
	height:600px;
/* controle visuel <tu peux virer> */
	/*border:1px solid #333333;*/
	
 /* end add */
	}

.menugauche {
	list-style-type: none;
	padding:0;
	}
	
.menugauche li {
	margin-bottom: 5px;
	list-style-type: none;
	font-style: oblique;
	font-weight: normal
	}
	
.menugauche a:link, a:visited {
	margin: 0 2px;
	color: black;
	text-decoration: none;
	text-align: center;
	}
	
.menugauche a:hover {
	text-align: center;
	color: #666666;
	}
	
p {
	margin: 0 0 10px 0;	
	}
	
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	text-align: center;
	}

a:hover {
	color: #666666;
	text-decoration: none;
	text-align: center;
	}
/*-------------------------------------------------------------------------*/
/*----------------------------------PAGE VIDEO ----------------------------*/
/*-------------------------------------------------------------------------*/


#centre {
	background-color:transparent;
	margin-left: 160px;
	height: 410px;
	top: 30px;
	}
	
#centreVideo {
	position:absolute;
	background-color:transparent;
	background:url(i/menudroitV.gif);
	/* vlang ! */
	background-position:0 top;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:bottom;
	height: 410px;
	left: 160px;
	width: 590px;
	top: 30px;
	/* controle visuel <tu peux virer> */
	/*border:1px solid #333333;*/
	}
#centreVideo object {
	/* controle visuel <tu peux virer> */
	/*border:1px solid red;*/
	position:absolute;
	top: 0px;
	left:0;
}

/*-------------------------------------------------------------------------*/
/*---------------------------------PAGE PHOTO------------------------------*/
/*-------------------------------------------------------------------------*/


#centreFoto {
	background:url(i/fondFoto.gif);
	position:absolute;
	background-color:#ffffff;
	margin-left: 142px;
	width: 608px;
	height: 410px;
	top: 30px;
	/* controle visuel <tu peux virer> */
	/*border:1px solid red;*/
	}

#gauche {
	background-color: #ffffff;
	line-height:10px;
	position: absolute;
	left:0;
	width: 160px;
	height: 410px;
	text-align: ;
	font-weight: bold;
	top: 30px;
	}

#gaucheFoto {
	background-color: transparent;
	line-height:10px;
	position: absolute;
	left:0;
	width: 142px;
	height: 410px;
	text-align: left;
	top: 30px;
	}

/*-------------------------------------------------------------------------*/
/*---------------------------------PAGE CONATCT ---------------------------*/
/*-------------------------------------------------------------------------*/
#gaucheContact{
	background-color: transparent;
	line-height:10px;
	position: absolute;
	left:0;
	width: 145px;
	height: 410px;
	
	top: 30px;
	/*border:1px solid red;*/
	}
	
#centreContact {
	position:absolute;
	background-color:transparent;
	background:url(i/fondContact.gif);
	/* vlang ! */
	background-position:0 top;
	background-repeat:no-repeat;
	vertical-align:bottom;
	height: 410px;
	left: 145px;
	width: 605px;
	top: 30px;
	/* controle visuel <tu peux virer> */
	/*border:1px solid blue;*/
	}

.formulaireContact{
	top: 0px;
	position:absolute;
	left: 23px;
	color: #ffffff;	
	}
	
.formulaireEnvoie{
	top: 0px;
	position:absolute;
	left: 20px;
	color: #ffffff;	
	}

h3{
	font-size: 13px;
	font-weight: bold
	text-align: left;
	}

.TextForm{
	font-size: 10px;
	font-weight: normal
	text-align: left;
	}

/*----------------------------------------------------------------------------*/
/*-----------------------GALERIES DE PHOTOS CSS + javascript------------------*/
/*----------------------------------------------------------------------------*/

div#galerie{
        width: 640px ;
        height: 410px;
        background: transparent ;
        text-align: left;
       	}

ul#galerie_mini{
		text-align: left;
		width: 110px ;
        height: 410px;
        margin: 0px ;
        padding: 0px ;
		}

ul#galerie_mini li{
        float: left ;
        margin: 0px ;
		padding: 2px 2px 2px 2px;
		list-style-type: none
		}

ul#galerie_mini li a img{
        margin: 0px;
        list-style-type: none
		}

dl#photo{
        clear: both ;
        margin: 0 auto ;
		}

dl#photo dt{
		text-indent: 50px;
        color: #000000 ;
		}

dl#photo dd{
        margin: 0 ;
		}

dl#photo img{
		}
/* add by vlang*/

/*----------------------------------------------------------------------------*/
/*--------------------------------------- MENU html --------------------------*/
/*----------------------------------------------------------------------------*/
#pied {
	position:absolute;
	height: 160px;
	background-color: transparent;
	/* addes vlang */
	left:0;
	width: 750px;
	top: 440px;
	/* controle visuel <tu peux virer> */
	/*border:1px solid yellow;*/
	}

div#ligne1 {
	position:absolute;
	margin:0;
	padding:0;
	width:750px;
	height:45px;
	background-image: url(i/fond_ligne1.gif);
	left: 0px;
	top: 10px;
}

/* lien "video" */ 
a#bouton_video {
	position:absolute;
	width: 381px;
	height: 45px;
	background-image: url(i/video_ligne1_bis.gif);
	left: 185px;
	top: 0px;
}
a#bouton_video:hover{
	background-image: url(i/video_ligne1.gif);
}

div#ligne2 {
	position:absolute;
	margin:0;
	padding:0;
	width:750px;
	height:45px;
	background-image: url(i/fond_ligne2.gif);
	left: 0px;
	top: 55px;
}

/* lien "photo" */ 
a#bouton_photo {
	position:absolute;
	width: 395px;
	height: 45px;
	background-image: url(i/photo_ligne2_bis.gif);
	left: 180px;
	top: 0px;
}
a#bouton_photo:hover{
	background-image: url(i/photo_ligne2.gif);
}

div#ligne3 {
	position:absolute;
	margin:0;
	padding:0;
	width:750px;
	height:33px;
	background-image: url(i/fond_ligne3.gif);
	left: 0px;
	top: 100px;
}

/* lien "lien" */ 
a#bouton_liens {
	position:absolute;
	width: 185px;
	height: 33px;
	background-image: url(i/liens_ligne3_bis.gif);
	left: 175px;
	top: 0px;
}
a#bouton_liens:hover{
	background-image: url(i/liens_ligne3.gif); 
}
/* lien "contact" */ 
a#bouton_contact {
	position:absolute;
	width: 185px;
	height: 33px;
	background-image: url(i/contact_ligne3_bis.gif);
	left: 364px;
	top: 0px;
}
a#bouton_contact:hover{
	background-image: url(i/contact_ligne3.gif);
}

div#ligne4 {
	position:absolute;
	margin:0;
	padding:0;
	width:750px;
	height:27px;
	background-image: url(i/fond_ligne4.gif);
	left: 0px;
	top: 133px;
}

/* lien "the Mofo" */ 
a#bouton_theMofo {
	position:absolute;
	width: 130px;
	height: 27px;
	background-image: url(i/theMofo_ligne4_bis.gif);
	left: 430px;
	top: 0px;
}
a#bouton_theMofo:hover{
	background-image: url(i/theMofo_ligne4.gif);
}

/*----------------------------------------------------------------------------*/
/*------------------------------------ accueil html --------------------------*/
/*----------------------------------------------------------------------------*/
#centreIndex{
	background-color: transparent;
	line-height:12px;
	position: absolute;
	left:0;
	width: 750px;
	height: 410px;
	background: url(i/fondIndex.gif);
	top: 30px;
	color: #ffffff;
	text-align: center
	/*border:1px solid red;*/
	}
	
#centreIndex a{
	color: #ffffff;	
	}
	
#centreIndex a:hover{
	color: #cccc99;	
	}

#centreAccueil{
	background-color: transparent;
	line-height:12px;
	position: absolute;
	left:0;
	width: 750px;
	height: 410px;
	/*background: url(i/fondIndex.gif);*/
	top: 30px;
	color: #ffffff;
	text-align: center
	/*border:1px solid red;*/
	}
#imagerotation{
	background-color: transparent;
	line-height:12px;
	position: absolute;
	left:0;
	width: 750px;
	height: 410px;
	top: 30px;
	color: #ffffff;
	text-align: center
	/*border:1px solid red;*/
	}

#imagerotation a:link, a:visited, a:hover{
	border:0px solid black;	
	}
