

#body_logo{
	background-attachment: fixed;
	background: url(../img/body_logo.gif) top center no-repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#page{
	background: none;
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 100%;
	overflow: hidden;
}
#right{
	position: relative;
	float: left;
	width: 750px;
	height: 100%;
}
#contents{
	overflow: auto;
	position: relative;
	width: 705px;
	height: 100%;
	padding: 30px 15px 30px 30px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

#contents_inner{
	position: relative;
	height: auto;
	text-align: left;
	padding-bottom: 20px;
}
#contents_inner h1{
	margin: 15px 0 22px 0;
}
#contents_inner h2{
	margin: 20px 0 16px 0;
}
#contents_inner h3{
	margin: 20px 0 12px 0;
}
#contents_inner p{
	text-align: justify;
}
#contents_inner .border_green{
	border: 1px solid #006633;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
}
/*------*/

.font-regular{ font-family: DIN-Regular, Verdana; }
.font-medium{ font-family: DIN-Medium, Verdana; }
.font-bold{ font-family: DIN-Bold, Verdana; }
.font-black{ font-family: DIN-Black, Verdana; }


/*+++ CODE COULEURS +++*/

.bg_color1{		/*		fond violet			*/
	background-color: #2d1752;
}
.bg_color2{		/*		fond vert clair	*/
	background-color: #b3e961;
}
.bg_color3{		/*		licorne en fond	*/
	background-color: #381C66;
	background-color: #56358f;
}
.bg_color7{		/*		vert pale clair	*/
	background-color: #b2e9b2;
}
.color1{			/*		violet du fond		*/
	color: #2d1752;
}
.color2{			/*		vert clair			*/
	color: #b3e961;
}
.color3{			/*		violet clair		*/
	color: #381C66;
	color: #56358f;
}
.color4{			/*		rouge pale	 unused		*/
	color: #feb6ac;
}
.color5{			/*		vert vif			*/
	color: #5cff40;
}
.color6{			/*		vert foncé			*/
	color: #66A56C;
}
.color7{
	color: red;
}
/*--- FIN CODE COULEURS ---*/


/***		définitions des classes génériques		***/
.bouton{
	background: url(../img/boutons.png) no-repeat;
	background-position: 0;
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
.bouton:hover{
	background-position: -150px 0;
	color: #2d1752;
}
.bouton:actif{
	background-position: -150px 0;
	color: #feb6ac;
}

.border_bottom_left_10{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.border_top_left_10{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

.gras{
	font-family: 'DIN-Bold';
}
.pos_left{
	float: left;
}
.pos_right{
	float: right;
}
.margin10{
	margin: 10px;
}
.marge_t10{
	margin-top: 10px;
}
.marge_b10{
	margin-bottom: 10px;
}
.marge_l10{
	margin-left: 10px;
}
.marge_r10{
	margin-right: 10px;
}
.masquer{
	display: none;
}
.txt_align_center{
	text-align: center;
}
.txt_align_right{
	text-align: right;
}
.courier{
	font-family: "courier new";
	background: #b2e9b2;
}
.padding_l30{
	padding-left: 30px;
}
.width600{
	width: 600px;
}
.clear{
	clear: both;
}
.euro{
	font-family: Verdana;
}
/***		FIN définitions des classes génériques		***/



q.ovh:before{
	margin-left: 15px;
	margin-right: 5px;
	color: gray;
	content:"["
}
q.ovh:after{
	margin-left: 5px;
	margin-right: 15px;
	color: gray;
	content:"]"
}


/*******/
