﻿/*CSS EliteBeauté Version 1.1*/

body {
	width: 100%;
	height: auto;
	
	margin: 0px;
	
	background-image: url(Images/bckg_body.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 0px;	
}


#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 800px;
	height: 160px;
    
	text-align: center;
	
	background-image: url(Images/header.gif);
	background-position: center;
	background-repeat: no-repeat;
	
	font-size: 10px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	
	border-left-color: #FFF;
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: #FFF;
	border-right-style: none;
	border-right-width: 0px;
}


.contain {
	position: relative;
	width: 650px;
	height: auto;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
	
	font-size: 14px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
.contain a:link {
	color: #648a04;
	text-decoration: none ;
}		
.contain a:visited {
	color: #648a04 ;
	text-decoration:none;
}
.contain a:hover{
	color: #517004;
	text-decoration:underline;
}


#menu {
	position: relative;
	width: 800px;
	height: 140px;
	
	margin-top: 15px;
	padding: 0px 0px 0px 0px;
	
	background-image: url(Images/bckg_menu.gif);
	background-position: center;
	background-repeat: no-repeat;
	
	border-left-color: #FFF;
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: #FFF;
	border-right-style: none;
	border-right-width: 0px;
	
	overflow: hidden;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#title {
	width: 800px;
	height: 70px;
	background-image: url(Images/bckg_up.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#main {
	position: relative;
	width: 800px;
	height: auto; 
	
	background-image: url(Images/bckg_mid.gif);
	background-position: center;
	background-repeat: repeat-y;
	
	overflow: hidden;
	
	border-left-color: #FFF;
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: #FFF;
	border-right-style: none;
	border-right-width: 0px;
	
	margin-left: auto;
	margin-right: auto;	
}



#footer {
	position: relative;
	width: 800px;
	height: 80px;
	
	text-align: center;
	
	background-image: url(Images/bckg_down.gif);
	background-position: center;
	background-repeat: no-repeat;
	
	overflow: hidden;
	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.footer-text {
	font-size: 12px;
	margin-top: 0px;
}


.flri {
	float : right;
}
.flle {
	float : left;
}

.center { 
	text-align:center;
}

.justify {
	text-align: justify;
}

.underline {
	text-decoration:underline;
}
.bold {
	font-weight: 900;
}
.italic {
	font-style:italic;
}

.title {
	margin-top: 30px;
	color: #648a04;
	text-align: center;
	background-repeat: no-repeat;
	font-style: normal;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}

.blink {
	text-decoration: blink;
	font-weight: 900;
}

.red {
	color: red;
}

#button_contact {
	background-image:url(Images/menu/button_contact.png);
	
}
#button_contact:hover {
	background-image:url(Images/menu/button_contact_hover.png);
}
#button_contact_hover {
	background-image:url(Images/menu/button_contact_hover.png);
} 

#button_realisations {
	background-image:url(Images/menu/button_realisations.gif);
	margin-left: 50px;
}
#button_realisations:hover {
	background-image:url(Images/menu/button_realisations_hover.gif);
	margin-left: 50px;
}
#button_realisations_hover {
	background-image:url(Images/menu/button_realisations_hover.gif);
	margin-left: 50px;
}

#button_demarches {
	background-image:url(Images/menu/button_demarches.gif);
	
}
#button_demarches:hover {
	background-image:url(Images/menu/button_demarches_hover.gif);
}
#button_demarches_hover {
	background-image:url(Images/menu/button_demarches_hover.gif);
}

#button_budget {
	background-image:url(Images/menu/button_budget.gif);
	
}
#button_budget:hover {
	background-image:url(Images/menu/button_budget_hover.gif);
}
#button_budget_hover {
	background-image:url(Images/menu/button_budget_hover.gif);
}


.button_menu {
	margin: 5px;
	border-width: 0px;
	text-align: center;
	
	position: relative;
	width: 172px;
	height: 133px;

	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.margin_top {
	margin-top: 20px;
}

P {
	margin-top: 20px;
	margin-bottom: 20px;
}

.frame {
	border: thin;
	border-style: solid;
	border-color: #648a04;
	
	width: 500px;
	height: auto;
	position: relative;
	margin: auto;
	padding: 10px;
	display: inline-table;
}

.big {
	font-size: 16px;
}

.green {
	color: #648a04;
}

.etape {
	margin-top: 20px;
	width: 400px;
	height: auto;
}

.asavoir {
	margin-top: 30px;
	margin-bottom: 20px;
	width: 500px;
	height: auto;
}
	
