body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background-color:#461d3b;
	background-position:top;
	background-repeat:repeat-x;
}

p{
	margin:0px;
	padding:0px;
}

div#global{
	width:980px;
	text-align:left;
	margin:auto;
	position:relative;
}

div#content{
	text-align:left;
	position:absolute;
	width:980px;
	z-index:2;
}

div#header{
	width:980px;
	position:absolute;
}

div#header_gauche_1{
	width:264px;
	height: 73px;
	position:absolute;
	background-image:url(images/header_gauche_1.gif);
}

div#header_gauche_2{
	width:264px;
	height: 235px;
	position:absolute;
	top:73px;
	background-image:url(images/header_gauche_2.gif);
}


div#header_milieu_1{
	width:412px;
	height: 73px;
	position:absolute;
	left:264px;
	background-image:url(images/header_milieu_1.gif);
}

div#header_milieu_2{
	width:412px;
	height: 235px;
	position:absolute;
	left:264px;
	top:73px;
	background-image:url(images/header_milieu_2.jpg);
}

div#header_droite_1{
	width:304px;
	height: 73px;
	position:absolute;
	left:676px;
	background-image:url(images/header_droite_1.gif);
}

div#header_droite_2{
	width:304px;
	height: 235px;
	position:absolute;
	left:676px;
	top:73px;
	background-image:url(images/header_droite_2.gif);
}

div#basse{
	position:absolute;
	width:980px;
	background-color:#fff;
	left:0px;
	top:308px;
}

div#contenu{
	position:absolute;
	background-color:#fff;
	background-image:url(images/fond_box_actu.gif);
	background-position:-1% left;
	background-repeat:no-repeat;
	width:980px;
	height:260px;
}

div#formation{
	position:absolute;
	background-image:url(images/fond_box_formation.gif);
	background-repeat:repeat-x;
	left:728px;
	width:234px;
	top:290px;
	padding-left:15px;
	height:300px;
}

div#album_photo{
	position:absolute;
	left:571px;
	top:0px;
}

div#slogan{
	position:absolute;
	left:45px;
	top:135px;
}


div#footer{
	/*position:relative;*/
	background-color:#3f1a36;
	height:20px;
	width:980px;
}

/**Couleur*/
.rose{
	color:#c445a9;
}

.violet{
	color:#9e2280;
}

.noir{
	color:#000;
}

/**Border*/
.border_rose{
	border:1px solid #c445a9;
}

/**style + taille*/
.douze{
	font-size:12px;
}
.bold{
	font-weight:bold;
}