/* CSS Document */

/********************************************************/
/** LES ELEMENTS DE BASE ********************************/
/********************************************************/
html, body{
	margin:0px;
	padding:0px;
}

body{
    background-color:#000;
	font-family: Verdana, Arial;
	color:#fff;
	font-size:11px;
	background-image:url(../img/bg_general.png);
}

img{
	border:none;
}

a{
	color:#fff;
	outline: none;
	outline: 0;
}

a:hover{
	color:#B2D188;
	outline: none;
	outline: 0;
}

.span_center{
	display: block;
	text-align: center;
}

.div_clearer{
	clear:both;
}

.img_middle{
	vertical-align: middle;
}

.span_handler{
	cursor: pointer;
}

.table_100{
	width: 100%;
}

.hidden{
	display: none;
}

hr{
	border-bottom: 1px solid #067396;
}

h1{
}

h2{
}

h3{
}

h4{
}

/********************************************************/
/** CONTENT *********************************************/
/********************************************************/
#div_content{
	height: 620px;
	background-image:url(../img/bg_style.png);
	background-position:left;
	background-repeat: no-repeat;
}

/********************************************************/
/** PRESENTATION ****************************************/
/********************************************************/
#div_content #div_presentation{
	float: right;
	margin-top: 300px;
	background-color: #faf6de;
	border: solid 4px #B2D188;
	background-image:url(../img/bg_bottom_prez.png);
	background-position:left bottom;
	background-repeat: no-repeat;
	padding: 10px;
	padding-bottom: 50px;
	color:#1C270C;
}

#div_content #div_presentation h1{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#div_content #div_presentation h2{
	font-size: 14px;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}

#div_content #div_presentation p{
	margin-top: 5px;
}

#div_content #div_presentation a{
	color: #60862B;
}

/********************************************************/
/** FOOTER **********************************************/
/********************************************************/
#div_footer{
	text-align:center;
	font-size: 9px;
}
