	
/**********************************************/
/*                  STRUCTURE                 */
/**********************************************/

body
{
   background: #e9eada url(bg.png) repeat-x top fixed;
	color: #444;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
}

#viadeoBlog 
{
	background-color: transparent;
	float: right;
	width: auto;
	text-align: justify;
} 

#page 
{
	background-color: transparent;
	text-align: left;
	margin: auto;
	padding: 0px 10px 10px 10px;
	width: 597px;
}

#header 
{
	margin-top: 40px;
	background: url(logo_fin.jpg) 0 0 no-repeat;
  	height: 120px; 
  	width: auto;
  	z-index: 10;
  	position: relative;
	border : 2px solid black;
}
  
#header h1 
{
	background: url(papillon.gif) 0 0 no-repeat;
  	height: 173px;
  	width: 245px;
  	position: absolute;
  	z-index: 11;
  	top: -40px;
  	left: -100px;
  	margin: 0;
}

html>body #header h1 
{
	background-image: url(papillon2.png);
}

#menu
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 20px;
	border-top: 2px solid black;
	z-index: 11;
}

#menu ul
{
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 20;
}

#menu li
{
	display: inline;
	text-align: center;
	margin: 0 5px;
}

#menu li a
{
	padding: 1px 7px;
	color: #fff;
	background-color: #000000;
	border: 1px solid #ccc;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#menu li a:hover
{
	background-color: #000000;
	color: #7ed666;
}

#content 
{
	background-color: #eeeeee;
	float: left;
	padding: 0px 10px 0px 10px;
	width: 576px;
	text-align: justify;
/*	filter:alpha(opacity=85); /*transparence pour Internet Explorer*/
/*	-moz-opacity:0.85;/*Transparence pour Mozilla Firefox*/
/*	-khtml-opacity: 0.85;/*transparence pour Safari*/
/*	opacity: 0.85; /*css 3*/
	margin-bottom: 10px;
} 

#content h3 
{
	color:#527441;
	text-align:right;
	border-bottom:1px solid #527441;
  	margin: 8px 0 3px 0;
  	padding: 3px 0 0 0;
 	background: url(carre_h.gif) no-repeat bottom left;
}

#presentation
{
	width: 520px;
	margin-bottom:10px;
}

#presentation h2
{
	padding: 3px 0px 3px 15px;
	font-size: 1em;
	font-style: italic;
	color:#000000;
	text-align:left;
}

#presentation b
{
	font-size: 1em;
	font-style: bold;
	color:#000000;
	text-align:left;
}

#contact
{
	width: 520px;
	margin-bottom:10px;
	/*background: url(moi.gif) no-repeat center right;*/
}

#contact h2
{
	padding: 3px 0px 3px 15px;;
	font-size: 1em;
	font-style: italic;
	color:#000000;
	text-align:left;
}

#footer
{
	border-top: 2px solid #000000;
	background-color: #898e79;
	padding: 5px;
	text-align: center;
	clear: both;
	font-size: 0.8em;
	border : 2px solid black;
}

#footer a 
{
	color:#474034;
}
	
#footer a:hover 
{
	color:#474034;
	background-color:#e9eada;
}

/***************************************************************************/
/***************************************************************************/
/***************************************************************************/

img  {
	border : 0 none;
}

a:link
{
	text-decoration: underline;
	color: #444;
	background: transparent;
}

a:visited
{
	text-decoration: none;
	color: #808080;
	background: transparent;
}
a:hover
{
	text-decoration: underline;
	color: #b5c98c;
	background: transparent;
}

		
