/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| HTML & GLOBAL ||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

a:hover {
	color: #f2ad52;
	text-decoration: none;
}







/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||| PARTIE ADMINISTRABLE |||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


.titre {
	width:240px;
	height:55px;
	text-align:right;
	padding:0px 10px 0px 10px;
	background-color:#eb7909;
}

.spaceTop {
	height:20px;
	background-color:#eb7909;
}

.blocContenu {
	width:100%;
	background-color:#eb7909;
}

.colGauche {
	width:490px;
	vertical-align:top;
	background:url(../images/background-left8.gif) bottom left;
	background-repeat:no-repeat;
}

.colDroite {
	width:490px;
	vertical-align:top;
	background:url(../images/background-left8.gif) bottom right;
	background-repeat:no-repeat;
}

.tabContenu {
	background-color:#eb7909;
}

.blocPhotoGauche {	
	padding: 15px 15px 15px 15px;
	background-color:#eb7909;
	text-align:center;
}

.blocPhotoGauche img {
	border:#f2ad52 2px solid;
}

.bottomSpace {
	height:40px;
	background-color:#f2ad52;
}

.backClair {
	background-color:#f2ad52;
}

.backFonce {
	background-color:#eb7909;
}

