html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	background: black url(image/fond.gif);
	background-attachment: fixed;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

td, input, select, textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}

img {
	border-width: 0px;
}


/* Formulaire */
.bordure {
	border: 1px solid #BEBEBE;
}


#page {
	position: relative;
	text-align: left;
	width: 898px;
	margin: 0px auto 0px auto;
	background: url("image/fond2.gif") #000 repeat-y;
	padding-left: 11px;
	padding-right: 11px;
}

#content {
	width: 100%;
	background: #FFFFFF;
	padding: 10px;
	vertical-align: top;
}

#content2 {
	width: 100%;
	background: #FFFFFF;
	vertical-align: top;
}


/* Bas de page*/

#bas {
	width: 898px;
	height: 78px;
	text-align: center;
	background: url(image/fond-bas-page.gif) repeat-x;
	border-top: 1px solid #FFFFFF;
}

#bas td {
	color: #353535;
	font-size: smaller;
}

#bas a {
	color: #FFF;
	font-size: smaller;
}




/* Nouveautes à gauche */

#news {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: smaller;
}

.news_date {
	margin: 0px 14px 0px 12px;
	padding: 0px 0px 8px 23px;
	color: #FF0000;
	font-weight: bold;
	background: url(image/icone-news.gif) no-repeat 4px 0px;
}

#news blockquote {
	border-left: #CECACA 2px solid; 
	padding: 0 0 0 6px;
	margin: 0px 21px 10px 26px;
	text-align: justify;
}

.carre {
	color: #D00202;
	font-weight: 900;
	width: 8px;
	padding-left: 7px;
}


/* Tableau windows */

.windows_titre {
	background: #AF0000;
	height: 24px;

}

.windows {
	width: 100%;
}

.windows_td {
	border: 1px solid #D6D6D6;
	background: #F5F5F5;
	padding: 5px;
	vertical-align: top;
}

.windows_td2 {
	border: 1px solid #D6D6D6;
	background: #E3E3E3;
	padding: 5px;
	vertical-align: top;
}

.windows_td_erreur {
	border: 1px solid #D6D6D6;
	background: url(image/error2.gif) #FFEBEB no-repeat center top;
	padding: 10px;
	height: 80px;
	vertical-align: top;
}

.windows_td_erreur li {
	list-style-image:none;
}







.rouge {
	color: red;
	font-weight: bold;
}

.rouge2 {
	color: red;
}


.cb {
	width: 59px;
	color:#FFF;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

.cb2 {
	width: 100px;
	color:#000;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}


/* Permet de cacher des div */
#faq p {
	font-weight: bold;
}

#faq div {
	position: relative;
	display: none;
	text-align: justify;
	padding: 0 0 10px 0;
	text-indent : 20px;
}





.error {
	background-color: red;
	color: #FFFFFF;
}