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

* {

}
body {
	margin: 0; /* pour éviter les marges */
	/*background-image: url(../image/fond-img.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #CCC;
	background-position: 50% 50%;*/
}
p{
	font-family: Verdana, Geneva, sans-serif;
	color: #000; 
}
#contenu_menu{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#menu_ligne{
}
#menu1{
	float: left;
	background-image: url(../image/fond_blanc50.png);
	background-repeat: repeat;
	height: 300px;
	width: 300px;
}
#logo{
	float: left;	
}
#icon{
}
       
#menu2{
}
#menu3{
	float: left;
}
#menu4{
}
#footer p,
#footer {
	position:fixed;
	bottom:-8px;
	width:100%;
	text-align: right;
	font-size: 8px;
	background-image: url(../image/fond_footer.png);
	background-repeat: repeat;
	color: #FFF;
}
#menu_page{
	background-image: url(../image/fond_blanc50.png);
	background-repeat: repeat;
	height: 70px;
}
#retour-creation {
	float: left;
	}
#contact-creation {
	float: right;
	}
#titre_creation{
	clear: both;
	background-color: #e5007e;
	height: 44px;
}
h1 {
	font-size: 36px;
	color: #FFF;
	font-family: "arial", Times, serif;
	text-align: center;
	font-weight: bold;
}
#titre_creation{
	clear: both;
	margin-bottom: 10px;
}
#sous-bloc{
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
#devis{
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
#navigation-menu{
	position: fixed;
	/*float: right;*/
	right: 0px;
	width: 25px;	
}

/*CSS pour les BOX (perso)*/
#conteneur {
/*background:#ccc;
width:400px;*/
/* padding:10px; espace interne du conteneur */
text-align:center;
/*height: 100px;*/
}

#bloc { 
padding:0px; /* aération interne des blocs */
margin:0px; /* espacement horizontal entre les blocs */
/*width:100%;*/
display:inline-block;
vertical-align:middle;
text-align:middle; /* on rétablit l'alignement du texte */ 
}
#bloc h1{
	font-family: Verdana, Geneva, sans-serif;
	/*font-size: 40px;*/
	color: #000;
}
#bloc h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
}

#bloc-profil{
}
#bloc-profil-img{
	float: left;
	width: 300px;
}
#bloc-profil-ref{
	width: 300px;
	float: right;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 20px;
}
#bloc-profil-texte{

}
#bloc-profil-cv{
	text-align: center;
	padding-top: 10px;
}
