@charset "utf-8";
/* CSS Document */

body {
	background-color:#3b3b3b;
	margin:20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2e5161;
}
a {
	text-decoration:none;
	color:#2e5161;
	z-index:1;
}
a img {
	border:none;
}
div, img, p {
	margin:0;
	padding:0;
}


#base {
	background-color:#3b3b3b;
	width:742px;
	margin:0 auto;
	position:relative;
	
}

#haut { margin-left:-36px;}

#menu {
	width:34px;
	height:auto;
	float:left;
	position:absolute;
	top:60px;	
}


#menu a {
	z-index:1;
	position:relative;
}


#menu a:hover {
	z-index:300;
	position:relative;
}


#home {
	background-image:url(../img/Home.png);
	width:51px;
	height:124px;
}


#profil {
	background-image:url(../img/Profil.png);
	width:51px;
	height:124px;
}

#gallerie {
	background-image:url(../img/Gallerie.png);
	width:51px;
	height:124px;
}

#liens {
	background-image:url(../img/Liens.png);
	width:51px;
	height:124px;
}

#contact {
	background-image:url(../img/Contact.png);
	width:51px;
	height:124px;
}


#contenu {
	width:708px;
	float:right;
	position:absolute;
	left:25px;
	z-index:2;
}

#milieu {
	background:url(../img/bg_contenu.png) repeat-y;
}
#Texte p { padding:10px 20px 10px 30px; }



#menu2 {
	padding:10px 20px 10px 50px;
	font-size:30px;
	letter-spacing:5px;
	word-spacing:45px;
	color:#BBD0F4;
}

#menu2 a {
	text-decoration:none;
	color:#BBD0F4;
}

#menu2 a:hover {
	color:#2e5161;
}

#travaux {
	padding:30px 35px 30px 55px;
	
}

.img1 {
	padding-left:20px;
}

