body {
    color: #646464;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    background-color: #f2f2f2;
	
}
#title{
	display:none;
	
}
#entete {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1200px;
	height:204px;
	background: url("images/bg_header.png") repeat;
	position:relative;
	z-index:100;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	margin-top:-12px;
	padding: 0px;
	border:0;
	width: 1136px;
	position:inherit;
	z-index:10;
}


#side-a {
	float: left;
	width: 188px;
	height:100%;
	padding-bottom:30px;
}

#side-b {
	float: right;
	width: 188px;
	
	padding-bottom:30px;
}
#side-b #box{
	padding-top:20px;
	padding-left:4px;
	background-color:#d9d9d9;
	margin-bottom:20px;
	padding-bottom: 10px;
}

#global { 
	padding:8px;

	float: left;
	width: 734px;
	
	margin-left:5px;
	
}

#content { 
	padding:15px;
	background-color:white;
	min-height:250px;
}

#content img{
	border: 1px solid #CCC;
	padding: 4px;
	margin: 7px;
	margin-top: 0px;
}
#content .tab-page img{
	border: 0;
	padding: 0px;
	margin: 0px;
}


#footer {	
	background-image:url(images/content_separat.png);
	background-repeat:no-repeat;
}

#footer_text{
	padding-top:15px;
	padding-left:15px;
    color: #828282;
    font-size: 11px;
}

#footer_text a, #footer_text a:visited {
    color: #828282;
    font-size: 11px;
    text-decoration: none;
}
#footer_text a:hover{
    color: #626262;
    font-size: 11px;
	text-decoration: underline;
}

#menu{
	padding-top:10px;

	background-image:url(images/bg_menu.png);


	background-repeat:repeat-y;
	margin-bottom:20px;
	width:100%;
}

#menu_h{
	float:right;
	margin-right:120px;	
}

.fb-like{
	float: right;
	margin:5px;
	clear: both;
}


.clear_float {
    clear: both;
}

a, a:visited{
	text-decoration: none;
	color: #828282;
}
a:hover{
	color:#626262;
	text-decoration: underline;
}

