@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:-12px;
	width:100%;
	text-align: right;
	font-size: 12px;
	background-image: url(../image/fond_footer.png);
	background-repeat: repeat;
	color: #FFF;
}
#footer a{
	text-decoration: none; 
	text-align: right;
	font-size: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a:hover {
	color: #CCC;
}
#footer a:active {
	color: #F00;
}
#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: #A18C79;
	height: 44px;
	margin-bottom: 10px;
}
#retour-restauration {
	float: left;
	}
#contact-restauration {
	float: right;
	}
#titre_restauration {
	clear: both;
	background-color: #A18C79;
	height: 44px;
	margin-bottom: 10px;
}
h1 {
	font-size: 36px;
	color: #FFF;
	font-family: "arial", Times, serif;
	text-align: center;
	font-weight: bold;
}

#devis{
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
#navigation-menu{
	position: fixed;
	/*float: right;*/
	right: 0px;
	width: 25px;	
}

/*CSS pour les BOX (perso)*/
/* box */
#bloc{
}
#mentions-legales{
	background-color: #FFF;
	width: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 20px;
}
#bloc-picto{
	float: left;
}
#bloc-tel{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #000;
	text-align: center;
	float: left;
}
#bloc-mail{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
	float: left;
	line-height: 55px;
}

/* box */
