/* CSS Document */
/* style par defaut */

body /*propriété du corps de page ____________________
______________________________________________________
____________________________________________________*/
{
	color: #000000; /* couleur des caracteres */
	background-color: #FFFFFF; /* couleur de fond */
	background-image:url(image/fondecran.jpg);
	font-family: Verdana, Courier New, Courier, monospace; /* type de police */
	font-weight: normal; /* gras */
	font-style: normal; /* italique */
	font-size: 12px; /* taille de la police */
}

table /* propriété des tableaux */
{border:Opx;
padding:Opx;
margin:Opx;
}

image /* propriété des images */
{border:Opx;
padding:Opx;
margin:Opx;
}

a /* lien */
{
	color: #57251C; 
	font-style: normal; /* italique */
	text-decoration: none;
}

a:hover /* lien souris dessus */
{
	color:#E4AC00;
	text-decoration:none;	
}

a.jaune /* autre type de lien (ex : lien barre bas) */
{
	color: #F8E517;
	text-decoration: none;
}

a.jaune:hover /* lien souris dessus autre type de lien (ex : lien barre bas)*/
{
	color: #FFC91B;
	text-decoration: none;
}

/* ___________________________________
______________________________________new */


div.menuhaut
{
	position: absolute;
	top:20px;
	left:0px;
	height:80px;
	width:1000px;
}

div.baselinemenuhaut
{
	position: absolute;
	top:120px;
	left:0px;
	height:2px;
	width:1000px;
}

div.menu
{
	position: absolute;
	top:174px;
	left:570px;
	height:30px;
	width:300px;
}

div.defiledroite
{
	position: absolute;
	top:179px;
	left:430px;
	height:30px;
	width:420px;
}

div.barrebas
{
	position: absolute;
	top:550px;
	left:0px;
	height:20px;
	width:1000px;
	background-image:url(image/baselinebas.jpg);
	font-size:11px;
}


div.logo
{
	position: absolute;
	top:20px;
	left:20px;
	height:100px;
	width:100px;
}

div.logopm
{
	position: absolute;
	top:0px;
	left:0px;
	height:62px;
	width:100%;
}

div.honneur
{
	position: absolute;
	top:42px;
	left:0px;
	height:60px;
	width:100%;
	font-size: 24px;
}

div.honneurimage
{
	position: absolute;
	top:42px;
	left:0px;
	height:60px;
	width:100%;
	font-size: 24px;
}

div.mphoto
{
	position: absolute;
	top:122px;
	left:436px;
	height:50px;
	width:150px;
}

div.mvideo
{
	position: absolute;
	top:122px;
	left:562px;
	height:50px;
	width:150px;
}

div.mbio
{
	position: absolute;
	top:100px;
	left:399px;
	height:50px;
	width:150px;
}

div.mentretien
{
	position: absolute;
	top:100px;
	left:506px;
	height:50px;
	width:150px;
}

div.texte
{
	position: absolute;
	top:179px;
	left:150px;
	height:300px;
	width:700px;
}

div.photo
{
	position: absolute;
	top:30px;
	left:0px;
	height:100%;
	width:100%;
}

div.actu1
{
	position: absolute;
	top:179px;
	left:150px;
	height:117px;
	width:340px;
}

div.actu2
{
	position: absolute;
	top:360px;
	left:150px;
	height:98px;
	width:320px;
}

div.actu3
{
	position: absolute;
	top:179px;
	left:530px;
	height:99px;
	width:320px;
}

div.actu4
{
	position: absolute;
	top:360px;
	left:530px;
	height:160px;
	width:320px;
}

div.construction
{
	position: absolute;
	top:50%;
	left:0px;
	height:20px;
	width:1000px;
}

div.defile
{
	position: absolute;
	top:179px;
	left:350px;
	height:300px;
	width:500px;
}

div.carnet
{
	position: absolute;
	top:179px;
	left:350px;
	height:315px;
	width:500px;
}

div.carnetgauche
{
	position: absolute;
	top:179px;
	left:150px;
	height:315px;
	width:200px;
}

div.textegauchedefile
{
	position: absolute;
	top:179px;
	left:150px;
	height:300px;
	width:200px;
}

.styledate {font-size:9px; font-style:italic}

.styleactu {font-size:14px; font-style:italic; font-weight:bold; text-align:center}

