body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #4799EF url(../images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	background: url(../images/back_shape.png) no-repeat center top;
	width: 100%;
	display: table;
}

a:link{
color:#ffffff;
text-decoration:none;
}
a:visited{
color:#ffffff;
text-decoration:none;
}
a:hover{
	color:#69E511;
	text-decoration:underline;
}
a:active{
	color:#ffffff;
	text-decoration:none;
}
a.big_link:link {
	color: #55A51C;
	font-size: 12px;
	text-decoration: none;
}
a.big_link:visited {
	color: #55A51C;
	text-decoration: none;
	font-size: 15px;
}
a.big_link:hover {
	color: #68E410;
	text-decoration: underline;
	font-size: 15px;
}
a.big_link:active {
	color: #55A51C;
	text-decoration: none;
	font-size: 15px;
}
a.menu:link {
	color:#21620E;
	font-size: 12px;
	text-decoration: none;
}
a.menu:visited {
	color:#21620E;
	text-decoration: none;
}
a.menu:hover {
	color:#68E410;
	text-decoration: underline;
}
a.menu:active {
	color:#21620E;
	text-decoration: none;
}
.text_big {
	font-size: 17px;
}
.text_small {
	font-size: 10px;
}
.text_blanc{
	font-size: 17px;
	color:#FFFFFF;
	}
.text_rouge{
	color:#21620E;
	}
.text_bleu{
	color:#006;
	font-size:10px;
	}
.text_vert{
	color:#4175F1;
	font-size:14px;
	}

/** Page index **/

#fond {
	position:relative;
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#box_main {
	position:relative;
	float: left;
	width: 990px;
	height: 560px;
	background-image: url(../images/back_main.png);
}
#box_flash {
	position:relative;
	float: left;
	width: 990px;
	height: 165px;
}
#diaporama {
	position:relative;
	float: left;
	width: 622px;
	height: 348px;
	left: 28px;
	top: 24px;
}
#text_qui {
	position:relative;
	float: left;
	width: 570px;
	height: 348px;
	left: 28px;
	top: 24px;
	margin-left: 15px;
	font-size: 12px;
}
#box_menu{
	position:relative;
	float: left;
	width: 275px;
	height: 450px;
	padding-top: 80px;
}
#box_bouton{
	position:relative;
	float: right;
	width: 202px;
	height: 50px;
	padding-bottom: 10px;
}
#box_bouton_text{
	position:relative;
	float: right;
	width: 185px;
	height: auto;
	padding-bottom: 10px;
	padding-right: 17px;
	text-align: right;
	font-weight: bold;
	color: #21620E;
	font-size: 12px;
}
#box_bottom {
	position: relative;
	width: 990px;
	float: left;
	text-align: center;
	height: auto;
	color: #FFF;
	top: 50px;
	background-color: #36722C;
}
#box_diaporama {
	position: relative;
	width: 678px;
	height: 402px;
	top: 40px;
	float: left;
	left: 15px;
	background-image: url(../images/fond_qui.png);
}
#box_panneaux {
	position:relative;
	width: auto;
	height: auto;
	left: 15px;
	top: 50px;
	float: left;
}
#box_video {
	position: relative;
	width: 678px;
	height: 402px;
	top: 40px;
	float: left;
	left: 15px;
	background-image: url(../images/fond.png);
}
#box_ref {
	position: relative;
	width: 950px;
	float: left;
	text-align: left;
	height: auto;
	color: #FFF;
	padding-left: 40px;
}

:focus {outline:none}
