/*General*/
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow:hidden;
	
}
a{
	color:#F5467A;
	text-decoration:none;
	outline:none;
}
a:hover{color:#C0C0C0;}

/*Apparence entré*/

#header{
	width:1000px;
	margin:340px auto 40px auto;
	height:125px;
}
#logo{
	border:0px none;
	margin:0px 0px 0px 50px; 
	float:left;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:70px;
	height:140px;
	text-indent:-999px;
}
#titre_blog{
	float:right;
	text-transform:uppercase;
	color:#444444; 
	
}
#menu{
	padding:0px; 
	margin: 1000px -8px 0px -8px; 
	list-style:none
}
.title{
	margin:0px 0px 0px 50px;
	list-style:none;
	text-transform:uppercase;
	font-weight:900;
	font-size:24px;
	color:#444;
	cursor:pointer;
	
}
.trait{
	background-color:#444444;
	height:19px;
	margin-top:-24px;
	margin-bottom:15px;
	cursor:pointer;
}


.conteneur{height:0px;}
.contenu{display:none;}

/*Bio et competences*/
.sous_menu{
	list-style:none;
	text-transform:uppercase;
	font-size:18px;
	margin:45px 80px 0px 100px;
	font-weight:700;	
	float:left; 	
} 
.sous_menu li{padding-bottom:25px;}
.sous_menu li:hover{color:#C0C0C0;} 
.texte{
	float:left;
	margin:45px 0px 0px 0px;

}
#slider .slide{
	width:750px; 
	height:180px;
	
}
#slider{
	width:750px;
	height:180px;
	overflow:hidden;
	margin:45px 0px 0px 50px;
	float:left;
}
#slider .mesSlide{
	width:750px;
	height:720px;
}
.laclasse{
	color:#F5467A;
	float:left;
}
.paslaclasse{
	color:#444444;
	float:left;
}
.name{
	float:left;
}
.plus{
	float:left;
	margin-left:30px;
	margin-right:50px;
} 
.tab{
	display:block;
	padding-left:125px;
}
h2{
	margin:0px;
	font-size:18px;
	color:#F5467A;
	text-transform:uppercase;
}
.texte_realisation p{
	font-size:14px;
}
/*realisation*/
#bloc_realisation{
	width:670px;
	height:300px;
	margin:10px 0px 0px 300px;
	float:left;
}
#bloc_realisation li{
	margin:0px 75px 20px 0px;
	list-style:none;
	float:left;
	
}
.image img{
	border:#000 solid 1px;
}
.image img:hover{
	cursor:pointer;
}
.texte_realisation{
	float:left;
margin:20px 0 0 -415px;
width:340px;
visibility:hidden;
}
.bouton_retour{
	width:100px;
	height:25px;
	background-position:right top;
	background-image:url(images/retour.png);
	background-repeat:no-repeat;
	display:block;
	margin-left:-220px;
	text-indent:40px;
	
}
.texte_retour{
	font-weight:700;
	text-transform:uppercase;
	
	color:#444;
	visibility:hidden;
}
.texte_realisation div:hover{
	background-position:right bottom;
	cursor:pointer;
}
#bloc_retour{
	display:none;
	width:132px;
	height:132px;
	margin:10px 0 0 -670px;
	float:left;
	cursor:pointer;
}
/*Partie contact*/
.champ{
	width:300px;
	background-color:#dddddd;

	border:2px #444 solid;
	padding:2px;
	margin-top:-4px;
}
.champ_texte{
	width:300px;
	height:100px;
	background-color:#dddddd;
	border:2px #444 solid;
	padding:2px;
	margin-top:-4px;
}
#formulaire{
	margin:20px 0px 0px 150px;
	width:600px;
	float:left;
}
#formulaire label{
	width:200px;
	display:block;
	margin-top:19px;
	text-transform:uppercase;
	font-weight:700;
	font-size:15px;
	color:#444;
}
#envoyer{
	width:125px;
	font-weight:700;
	height:25px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(images/devant.png);
	border:none 0px;
	text-indent:-300px;
	background-color:#fff;
	font-size:15px;
	color:#444;
	cursor:pointer;
	margin-top:25px;
}
	
#follow{
	float:left;
	display:block;
	margin:235px 0 0 -155px;
}
#follow img{border:0px;}
	



