	/**STYLE du site version 2.0**/
	/*AFONSO Nicolas*/
	/*Decembre 2010*/
	
	
	body
	{
	background-color:#f5d8a6;
	margin:auto;
	margin-top:2%;
	margin-bottom:0.5%;
	}

	/***********/
	/**HEADER**/
	/***********/
	
	#header
	{
	width: 100%;
	background-image: url("../Images/header.jpg");
	background-repeat: repeat-x;
	margin-bottom:2%;
	padding-top:40px;
	}
	
	#logo
	{
	position:absolute;
	width:250px;
	height:63px;
	top:5%;
	left:5%;
	}
	
	#header table
	{
	width:60%;
	margin:auto;
	border-collapse:collapse;
	margin-bottom:0px;
	}
	
	#header td
	{
	width:10%;
	min-width:120px;
	height:90px;
	padding-bottom:0px;
	text-align:center;
	vertical-align:bottom;
	}
	
	#header a
	{
	text-decoration:none;
	font-family:verdana;
	color:white;
	font-weight:bold;
	font-size:1em;
	}
	
	#header td:hover
	{
	background-color:#94a886;
	}
	
	#header a:hover
	{
	font-size:1.4em;
	}
	
	#header a:visited
	{
    /**à modifier**/
	}

	#header img
	{
	border:none;
	}
	
	/************/
	/**CONTENEUR**/
	/************/
	
	#conteneur
	{
	margin:auto;
	width:75%;
	min-width:720px;
	background-color:white;
	border:2px solid #d5cec5;
	}
	
	#conteneur h2
	{
	padding:5px;
	color:#3cc2a0;
	cursor:pointer;
	}
	
	#conteneur h2:hover
	{
	font-size:2em;
	color:red;
	}
	
	#conteneur p
	{
	padding:10px;
	text-indent:15px;
	}
	
	h3
	{
	color:#226f5a;
	padding-left:60px;
	}
	
	hr
	{
	width:80%;
	}
	
	span
	{
	text-decoration:underline;
	}
	
	.intro
	{
	font-family:"Comic Sans Ms", "Arial Black",serif;
	}
	
	.cv
	{
	border:none;
	display:block;
	position:relative;
	top:25%;
	left:85%;
	}


	/***********/
	/***FOOTER***/
	/***********/
	
	#footer
	{
	display:block;	
	clear:both;
	background-image: url("../Images/bas.jpg");
	background-repeat: repeat-x;
	width:75%;
	min-width:780px;
	height:40px;
	margin:auto;
	margin-top:2%;
	}
	
	#footer p
	{
	color:white;
	text-align:center;
	font-size:0.8em;
	}
	
	#footer img
	{
	border:none;
	display:block;
	margin:auto;
	}
	
	#footer a
	{
	color:white;
	text-decoration:none;
	}
	
	#footer table
	{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	vertical-align:middle;
	width:100%;
	height:100%;
	}

	#footer td
	{
	text-align:center;
	height:100%;
	}