/* Body */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#1a1a1a;
	background-image: url(/images/tuile.jpg);
}

.nodisplay{
	display: none;
}
/* -----------------------------Background----------------------------- */

.bg_rouge{
	background-color:#e12721;
}

.bg_gris1{
	background-color:#444444;	
}
.table_txt{
	width:500px;
}
.bg_gris2{
background-color:#2f2f2f;
	background-image:url(../images/bg02.jpg);
background-position:left bottom;
background-repeat:no-repeat;
}

.bg1{
background-image:url(../images/bg01.jpg);
background-position:right bottom;
background-repeat:no-repeat;
}

.bg2{
background-image:url(../images/bg02.jpg);
background-position:left bottom;
background-repeat:no-repeat;
}

.marge_sousmenu{
	margin-left:17px;
}
.marge_pied{
	margin-top:5px;
	margin-right:20px;
	margin-bottom:22px;
}
/* ---------------------------------Texte------------------------------- */

.titre{
	font-size:90%;
	font-weight:bold;
	color:#000000;
	margin-left:30px;
	margin-right:30px;
}
.texte{
	font-size:70%;
	color:#000000;
	line-height:17px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:20px;
	text-align:justify;
}

/* -----------------------Lien principal---------------------------- */
a:link {
	color: #ffffff;
	text-decoration: none;
/*	font-weight:bold;*/
}
a:visited {
	text-decoration: none;
	color: #ffffff;
/*	font-weight:bold;*/
}
a:hover {
	text-decoration: none;
	color: #e12721;
/*	font-weight:bold;*/
}
a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

.menu a:link {
	font-size:70%;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.menu a:visited {
	font-size:70%;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
.menu a:hover {
	font-size:70%;
	text-decoration: none;
	color: #e12721;
	font-weight:bold;
}
.menu a:active {
	font-size:70%;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

/* -------------------------Lien secondaire------------------------------ */

/* --------------------------Pied de page------------------------------- */
.pied{
	font-size:60%;
	color:#FFFFFF;
/*	font-weight:bold;*/
}
