/*==================================================
 _______ _ _        _                 
|__   __(_) |      | |                
   | |   _| | _____| |__   __ _ _   _ 
   | |  | | |/ / _ \ '_ \ / _` | | | |
   | |  | |   <  __/ | | | (_| | |_| |
   |_|  |_|_|\_\___|_| |_|\__,_|\__,_|
==================================================*/


/*=====================================
  DIVERS
=====================================*/
*{
	margin:0;
	padding:0;
	font-family:"Tahoma", Helvetica, Arial;
}

html{
	font-size: 100%;
}

body{
	font-size: 0.625em;
	background: #fff url("../images/structure/bg.jpg") repeat-x;
}

a{
	color:#999;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration: underline;
}

div#container{
	width: 1007px;
	margin: 0 auto 0 auto;
}

/*=====================================
  HEADER
=====================================*/
div#header{
	background: transparent url("../images/structure/bg_header.jpg") no-repeat;
	height: 188px;
	position: relative;
}

#logo{
	position: absolute;
	top:51px;
	left:125px;
}
#logo img{
	border:none;
}

/* - Menu Top - */
#menu_top{
	position:absolute;
	right:50px;
	top:98px;	
}
#menu_top a{
	height:85px;
	display: block;	
	float: left;
	margin:0 2px;
}
#menu_top a span{
	display: none;	
}

/*=====================================
  CONTENT
=====================================*/
div#content_ombre{
	background: transparent url("../images/structure/bg_content_ombre.jpg") repeat-y;
}
div#content{
	background: transparent url("../images/structure/bg_content.jpg") no-repeat;
	overflow: auto;
	zoom:1;
	padding:0 29px 50px 0;
}

div#c_left{
	width:470px;
	float:left;
}

div#c_right{
	width:378px;
	float:left;
	padding:0 10px;
	font-size: 1.2em;
	/*color:#4f92c3;*/
}
div#c_right_full{
	width:488px;
	float:left;
	padding:0 10px;
	font-size: 1.2em;
	/*color:#4f92c3;*/
}
div#c_pub{
	width:110px;
	float:left;
	text-align: center;
	padding-top:15px;
}

/* - Menu Left - */
#menu_left{
	margin-left:40px;	
}
#menu_left a{
	width:132px;
	height:70px;
	display: block;	
	float: left;
	margin:0 3px;
}
#menu_left a span{
	display: none;	
}

#temoignage{
	width:370px;
	margin-left:40px;
	margin-top:15px;
	float: left;	
}

#temoignage a{
	color:#000000;
	text-decoration:none;
	font-family:"Tahoma", Helvetica, Arial;
	padding:0 10px;
	font-size: 1.1em;
}

/*=====================================
  FOOTER
=====================================*/
div#footer{
	background: transparent url("../images/structure/bg_footer.jpg") no-repeat;
	height: 90px;
}
div#footer p{
	color:#785742;
	text-align: center;
	font-size:1.1em;
	padding-top:15px;
	letter-spacing: 0.2em;
}

/*=====================================
  STYLE
=====================================*/
div#c_right p{
	line-height: 1.5em;
	text-align: justify;
}
a img{
	border:none;
}

img.f_left{
	float:left;
	margin:10px 10px 5px 0;
}
img.f_right{
	float:right;
	margin:5px 0 5px 15px;
}

h2, h3, h4, h5 {
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

ul{
	list-style-type: disk;
	margin-bottom: 2px;
	margin-top: 5px;
}
ul li, ol ul li{
	padding:0;
	margin-left: 15px;
	line-height: 1.5em;	
}
ol li{	
	margin-left: 15px;
	padding:0;
	line-height: 1.5em;
}