body {
	margin:0;
	padding:0;
	border:0;
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #302f2f;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.a_jaune:link {
	color: #A2A2A2;
	text-decoration: none;
}
.a_jaune:visited {
	color: #A2A2A2;
	text-decoration: none;
}
.a_jaune:hover {
	color: #E8E800;
	text-decoration: none;
}
.a_jaune2:active {
	color: #A2A2A2;
	text-decoration: none;
}
.a_jaune2:link {
	color: #FFFFFF;
	text-decoration: none;
}
.a_jaune2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.a_jaune2:hover {
	color: #E8E800;
	text-decoration: none;
}
.a_jaune2:active {
	color: #FFFFFF;
	text-decoration: none;
}
.a_bleu:link {
	color: #FFFFFF;
	text-decoration: none;
}
.a_bleu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.a_bleu:hover {
	color: #80aed0;
	text-decoration: none;
}
.a_bleu:active {
	color: #FFFFFF;
	text-decoration: none;
}
.a_gris:link {
	color: #666666;
	text-decoration: none;
}
.a_gris:visited {
	color: #666666;
	text-decoration: none;
}
.a_gris:hover {
	color: #E8E800;
	text-decoration: underline;
}
.a_gris:active {
	color: #666666;
	text-decoration: none;
}

.txt_blc12 {	color: #FFFFFF;
	font-size: 12px;
}
.txt_blc11 {	color: #FFFFFF;
	font-size: 11px;
}
.txt_gris10 {
	color: #666666;
	font-size: 10px;
}
.txt_gris11 {
	color: #666666;
	font-size: 11px;
}
.txt_jaune {
	color: #BCBCBC;
}
.txt_blue {
	color: #66ccff;
}
.txt_jaune_gras {
	color: #FFE720;
	font-weight: bold;
}
.txt_red12b {
	font-size: 12px;
	font-weight: bold;
	color: #DC0F0A;
}
#roll01 {
	background-image: url(../images/m_accueil01.jpg);
	background-repeat:no-repeat;
	position:relative;
	height: 73px;
	width: 450px;
}
#roll01:hover {
	background-image: url(../images/m_accueil02.jpg);
	height: 73px;
	width: 450px;
	background-repeat: no-repeat;
}
#roll02 {
	background-image: url(../images/m_accueil03.jpg);
	background-repeat:no-repeat;
	position:relative;
	height: 73px;
	width: 450px;
}
#roll02:hover {
	background-image: url(../images/m_accueil04.jpg);
	height: 73px;
	width: 450px;
	background-repeat: no-repeat;
}
#roll03 {
	background-image: url(../images/m_accueil05.jpg);
	background-repeat:no-repeat;
	position:relative;
	height: 73px;
	width: 450px;
}
#roll03:hover {
	background-image: url(../images/m_accueil06.jpg);
	height: 73px;
	width: 450px;
	background-repeat: no-repeat;
}
#roll04 {
	background-image: url(../images/m_inscription01.jpg);
	background-repeat:no-repeat;
	position:relative;
	height: 36px;
	width: 450px;
}
#roll04:hover {
	background-image: url(../images/m_inscription02.jpg);
	height: 36px;
	width: 450px;
	background-repeat: no-repeat;
}
#roll01_eng {
	background-image: url(../images/m_accueil01_eng.jpg);
	background-repeat:no-repeat;
	position:relative;
	height: 73px;
	width: 450px;
}
#roll01_eng:hover {
	background-image: url(../images/m_accueil02_eng.jpg);
	height: 73px;
	width: 450px;
	background-repeat: no-repeat;
}
#roll02_eng {
	background-image: url(../images/m_accueil03_eng.jpg);
	background-repeat:no-repeat;
	position:relative;
	height: 73px;
	width: 450px;
}
#roll02_eng:hover {
	background-image: url(../images/m_accueil04_eng.jpg);
	height: 73px;
	width: 450px;
	background-repeat: no-repeat;
}
#roll03_eng {
	background-image: url(../images/m_accueil05_eng.jpg);
	background-repeat:no-repeat;
	position:relative;
	height: 73px;
	width: 450px;
}
#roll03_eng:hover {
	background-image: url(../images/m_accueil06_eng.jpg);
	height: 73px;
	width: 450px;
	background-repeat: no-repeat;
}
#roll04_eng {
	background-image: url(../images/m_inscription02_eng.jpg);
	background-repeat:no-repeat;
	position:relative;
	height: 36px;
	width: 450px;
}
#roll04_eng:hover {
	background-image: url(../images/m_inscription01_eng.jpg);
	height: 36px;
	width: 450px;
	background-repeat: no-repeat;
}
a.roll img { opacity: 1.0; filter:alpha(opacity=100); 
		border: 0px;
    border-color: #FFFFFF;
}
a.roll:hover img {opacity: 0.85;filter:alpha(opacity= 85);
	border: 0px;
}

#bouton {
	position:relative;
	height: 20px;
	width: 100%;
	background-color: #262626;
	font-size: 11px;
	color: #FFFFFF;
}
#bouton:hover {
	height: 20px;
	width: 100%;
	background-color: #2F2F2F;
}

