/*------------------------------------------------------------------CONFIG GENERAL --------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-color: #1f1f1f;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(img/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/*------------------------------------------------------------------ PAGE ACCUEIL  --------------*/
.fond_gauch{
	background-image: url(img/fond_gauch.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*-----------------------------*/
.fond_droit{
	background-image: url(img/fond_droit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-----------------------------*/
.texte-normal {
	font-size: 12px;
	color:#FFFFFF;
	text-align:justify;
}
.texte-normal a {
	color: #FFFFFF;
}
.texte-normal a:hover {
	color: #FFFFFF;
}
/*-----------------------------*/

.titre {
	font-size: 18px;
	color:#FFFFFF;
	text-align:justify;
}
.titre a {
	color: #FFFFFF;
}
.titre a:hover {
	color: #FFFFFF;
}
/*-----------------------------*/

.sous-titre {
	font-size: 14px;
	color:#FFFFFF;
	text-align:justify;
	font-weight: bold;
}
.sous-titre a {
	color: #FFFFFF;
}
.sous-titre a:hover {
	color: #FFFFFF;
}
/*-----------------------------*/
.menubas {
	font-size: 11px;
	color:#888888;
	text-align:center;
}
.menubas a {
	color: #888888;
}
.menubas a:hover {
	color: #888888;
}
/*-----------------------------*/

