body{
	margin:0 auto;
	padding:0;
	background-color:#000;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	color:#FFF;
}


/********** DEFINITIONS BLOCS ***************/
#global{
	margin:0px auto;
	padding:20px;
	width:760px;
	height:500px;
	/*border: 1px #eee solid;*/	


}

#entete{
	width:760px;
	height: 100px;
	/*border: 2px #F00 solid;*/

}

#menu{
	float:left;
	width:130px;
	height:400px;
	/*border: 2px #FF0 solid;*/
}

#contenu{
	float:left;
	width:630px;
	height:400px;
	background-color:#00004F;
	/*border: 2px #FF0022 solid;*/
}

#col_gauche{
	float:left;
	width:300px;
}
#col_droite{
	float:left;
	width:320px;
}



#index{ /** bloc pour les pages de photos **/
	text-align:center;
	margin-top:40px;
	background-color:#000;

}

/********** PAGE INDEX ***************/

h1{
font-size:25px;
}

#index a.entrez{
	display:block;
	margin:0 auto;
	width:400px;
	height:283px;
	color: #000;
	background: transparent url(../images/studio-dessin.jpg) no-repeat;
}
#index a:hover.entrez{
background: transparent url(../images/studio-dessin-over.jpg) no-repeat;

}
/********** ENTETE ***************/


#entete img.logo{
	float:left;
	margin-left:0px;
	border:0px;
}

#entete img.vjr{
	float:left;
	margin-left:70px;
	margin-right:20px;
	margin-bottom:5px;
}

#entete h1{
	text-align:center;
	font-size:14px;
	float:left;
	margin-left:60px;
	margin-right:60px;
}


/********** MENU ***************/

#menu img.vumetre{
	margin-left:0px
}

#menu h2{
	font-weight: bold;
	font-size:14px;

}
#menu ul{
	list-style-type: none;
	margin:20px 0px;
	padding:0;
	font-size:13px;
}

#menu ul li{
	margin:10px 0px 10px 0px;
}

#menu ul li a{
	background: transparent url(../images/boutonoff.gif) center left no-repeat;
	text-decoration: none;
	color: #FFF;
	padding-left: 23px;
}

#menu ul li a:hover{
	background: transparent url(../images/boutonon.gif) center left no-repeat;
	color: #00FF33;
}

#menu ul li a#current{
	background: transparent url(../images/boutonon.gif) center left no-repeat;
	color: #00FF33;
}



/********** CONTENU ***************/


#contenu h3{
	font-size: 13px;
	color: #00FF33;
	text-align: center;
	margin-top:5px;
	line-height:10px;
}

#contenu ul{
	list-style-type: none;
	margin-left:10px;
	margin-bottom:20px;
	padding:0;
}

#contenu li{
	margin-top:10px;
}

#contenu span{
	color: #FFFF33;
}

#contenu a{
	color: #FFF;
}

#contenu a.mail{
	color: #00FFFF;
}

#contenu img.env{
	margin: 0px 40px;
	border:0px;
}

#contenu img{
	margin: 2px 1px;
		border:0px;
}

#contenu img.ref{
	margin: -5px 5px 15px 5px;
	border:0px;
}
#contenu p{
	margin:10px 0px 0px 10px;
}

p.index{
	color:#FFF;
}

table {
	margin-left:30px;
	text-align:center;
	border:1px solid #00FFFF;
	border-collapse:collapse;
	width:200px;
}

td{
	border:1px solid #00FFFF;
	padding: 3px;
}
th{
background-color:#00FFFF;
color:#000;
}

#contenu ul.liste_enreg li{
line-height:20px;

}

#contenu p.centre{
text-align:center;
margin:20px;
}
