body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #3e0000;
	background-image: url(../images/back_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
}
a:link{
color:#ffffff;
text-decoration:none;
}
a:visited{
color:#ffffff;
text-decoration:none;
}
a:hover{
color:#ffffff;
text-decoration:underline;
}
a:active{
	color:#ffffff;
	text-decoration:none;
}
a.email:link {
	color: #ffffff;
	font-size: 17px;
	text-decoration: none;
}
a.email:visited {
	color: #ffffff;
	text-decoration: none;
}
a.email:hover {
	color: #FFCC00;
	text-decoration: none;
}
a.email:active {
	color: #ffffff;
	text-decoration: none;
}
a.send:link {
	color:#7D0000;
	text-decoration: none;
}
a.send:visited {
	color:#7D0000;
	text-decoration: none;
}
a.send:hover {
	color:#F00;
	text-decoration: none;
}
a.send:active {
	color:#7D0000;
	text-decoration: none;
	}
.text_big {
	font-size: 18px;
}
.text_small {
	font-size: 12px;
}
.text_blanc{
	font-size: 17px;
	color:#FFFFFF;
	}
.text_rouge{
	color:#8D040C;
	font-size: 17px;
	}
	
/********************** Haut de page **/
#fond_top {
	position:relative;
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#box_top {
	position:relative;
	float: left;
	width: 1070px;
	height: 235px;
}
#box_bandeau {
	position:relative;
	float: left;
	width: 950px;
	height: 235px;
}
#box_frise_left {
	position:relative;
	float: left;
	width: 60px;
	height: 235px;
	background-image: url(../images/frise_left.jpg);
	background-repeat: no-repeat;
}
#box_frise_right {
	position:relative;
	float: left;
	width: 60px;
	height: 235px;
	background-image: url(../images/frise_right.jpg);
	background-repeat: no-repeat;
}

/************************* Milieu de page **/
#fond {
	position:relative;
	width: 930px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
#box_menu {
	position:relative;
	float: left;
	width: 180px;
	height: auto;
	background-color: #7C0000;
}
#box_main {
	position:relative;
	float: left;
	width: 750px;
	height: 523px;
	background-image: url(../images/back_accueil.jpg);
}
#box_main_text {
	position:relative;
	float: left;
	width: 720px;
	height: 503px;
	background-image: url(../images/back_text.jpg);
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
}
#box_main_mono {
	position:relative;
	float: left;
	width: 750px;
	height: 500px;
	background-image: url(../images/back_text.jpg);
	padding-top: 23px;
}
#box_main_cours {
	position:relative;
	float: left;
	width: 750px;
	height: 523px;
	background-image: url(../images/back_cours.jpg);
}
#box_video {
	position: absolute;
	width: 580px;
	left: 90px;
	top: 93px;
	height: 319px;
}
#box_cours {
	position: absolute;
	width: 670px;
	left: 30px;
	top: 19px;
	height: 459px;
	overflow-y: scroll;
	color: #7D0000;
	text-align: left;
	overflow-x: hidden;
	padding-right: 16px;
	font-size: 10px;
	background-color: #FFFFFF;
}
#text-1 {
	position: absolute;
	width: 687px;
	left: 20px;
	top: 32px;
	height: 44px;
}
#text-2 {
	position: absolute;
	width: 406px;
	left: 20px;
	top: 456px;
	height: 51px;
}
#freestyle {
	position: absolute;
	width: 247px;
	left: 472px;
	top: 441px;
	height: 70px;
}
#reservez {
	position: absolute;
	width: 106px;
	left: 595px;
	top: 2px;
	height: 57px;
	z-index: 2;
}



/****************************** Bas de page **/
#bottom {
	position:relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/back_bottom.jpg);
	float: left;
	background-color: #550101;
	background-repeat: repeat-x;
}
#text_bottom {
	position:relative;
	width: 930px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bottom.jpg);
	height: 42px;
}
#text_legal {
	position: absolute;
	width: 865px;
	left: 48px;
	top: 12px;
	color: #FFFFFF;
	height: 17px;
}

:focus {outline:none}

