/* ~~~ Generale ~~~ */
body {
	background-attachment: fixed;
	background-color: #e6e6e6;
	background-image: url(images/html_fond.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin:0;
	font-family : Arial black, Helvetica, sans-serif;
	color : #8a8d8e;
}

/* ~~~ Contenu ~~~ */

#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 147px;
}

#logo {
	position:relative;
	width: 800px;
	height: 147px;
}

#contenu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#quote1 {
	float: left;
	height: 220px;
	width: 240px;
}

#quote2 {
	float: left;
	margin-left: 100px;
	height: 220px;
	width: 210px;
}

#quote3 {
	float: right;
	height: 220px;
}

#quotecontact1 {	
	height: 80px;
}

#quotecontact2 {	
	height: 80px;
}

#quotecontact3 {	
	height: 80px;
}

#dernierstravaux {
	float: left;
	margin-top: -40px;
	height: 200px;
	width: 800px;
	border-top : 1px solid #95c3e1;
}



/* ~~~ Menu ~~~ */


#menu {
	position:relative;
	padding :0px;
	width: 800px;
	height: 25px;
	margin-left: -25;
	margin-top: -65px;
}

#menu li  {
	float:left;
	list-style-type: none;	
	}
	
#menu li a {
	color: #8a8d8e;
	text-decoration: none;
}

#menu li a:hover {
	color : #95c3e1;
}

#menu a.actif {
  color : #95c3e1;
}




/* ~~~ Travaux ~~~ */

#description{
	float: right;
	width: 270px;
	margin-top: -300px;
}

a.description{
	font-family: Arial, Helvetica, sans-serif;
	color : #7baecf; 
	text-decoration: none;
	}
	
a.description:hover {
	color: #3d3f3f;
	text-decoration: none;
	}

#naviguation {
	float: left;
	background-image: url(images/html_naviguation.png);
	background-repeat: no-repeat;
	width: 185px;
	height: 70px;
	margin-top: 50px;
	margin-left: 40px;
}

#gauche {
	float: left;
	height:70px;
	width:70px;
	margin-top: -69px;
	margin-left: 45px;
}

#droite {
	float: right;
	height:70px;
	width:70px;
	margin-top: -67px;
	margin-right: 45px;
}


a.retour{
	float: left;
	margin-top: -45px;
	margin-left: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	color : #3d3f3f; 
	text-decoration: none;
	}
	
a.retour:hover {
	color: #95c3e1;
	text-decoration: none;
	}


/* ~~~ Images ~~~ */

.image {
	float:left;
	margin-left: -5px;
	width:271px;
	height:155px; 
	}

img {
	border: 0;	
}

#julie {
	float:right;
	height: 525px;
	width: 520px;
	margin-top: -53px;
	margin-bottom: -25px;
}


/* ~~~ Footer ~~~ */

#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#logo_footer {
	float: left;
	background-image: url(images/html_footer.png);
	background-repeat: no-repeat;	
	width: 800px;
	height: 75px;
	margin-top: 10px;
}

#mail {
	float: left;
	height:45px;
	width:45px;
	margin-top: -52px;
	margin-left: 25px;
}

#cv {
	float: left;
	height:45px;
	width:45px;
	margin-top: -58px;
	margin-left: 82px;
}

.copyright {
	float: right;
	margin-top: -55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color : #3d3f3f;
}


/* ~~~ Titres ~~~ */

h1 {
	display:none;
	}
	
h2 {
	font-family: Arial black, Helvetica, sans-serif;
	font-size: 1em; 
	color : #8a8d8e;  
	}

 
h3 {
	font-family: Arial black, Helvetica, sans-serif;
	font-size: 0.8em; 
	color : #3d3f3f;  
	}
	
h3.guillemets {
	display: list-item;
	list-style-image: url(images/html_guillemets.png);
	list-style-position: inside; 
	}


/* ~~~ Textes ~~~ */

p {
	margin-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	color : #3d3f3f; 
	}
	
.italique  {
	
	font-style: italic; 
	}
	
.credits {
	margin-top: 50px;
	}

.gras {
	font-family: Arial black, Helvetica, sans-serif;
	}

.bleu {
	font-family: Arial black, Helvetica, sans-serif;
	font-size: 1em;
	color : #95c3e1;
}


/* ~~~ Liens ~~~ */

a {
	color: #3d3f3f;
	text-decoration: none;
	}
	
a:hover {
	color: #95c3e1;
	text-decoration: none;
	}
	
