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

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}


#layout {
	width:900px;
	height:800px;
	margin:0 auto;
	}

#header {
	width:900px;
	height:120px;
	}
	
#img {
	width:600px;
	height:120px;
	background-image:url(images/header_soinscorps.png);
	float:left;
	}
	
#logo {
	width:300px;
	height:120px;
	background-image:url(images/logo1.png);
	float:right;
	}
	
#loghi {
	width:288px;
	height:54px;
	float:left;
	position:absolute;
	margin-top:20px;
	} 
	
.class_loghi {
	width:54px;
	height:54px;
	margin-left:20px;
	float:left;
	}

#menu {
	width:612px;
	height:54px;
	background-color:#000;
	float:left;
	margin-top:20px;
	margin-left:115px;
	float:right;
	}
	
.class_menu {
	width:100px;
	height:25px;
	float:left;
	background-color:#63065f;
	border:solid 1px #ffffff;
	font-family:euro;
	text-decoration:none;
	text-indent:inherit;
	}
	
.class_menu a {
	font-size:14px;
	margin-left:2px;
	text-decoration:none;
	color:#FFF;
	line-height:22px;
	}

#title {
	width:850px;
	height:100px;
	margin-top:120px;
	margin-left:150px;
	background-image:url(images/title_soinscorps.png);
	background-repeat:no-repeat;
	}
	
	
#content {
	width:850px;
	height:auto;
	float:right;
	margin-top:20px;
	min-height:100px;
	}

#content_left {
	width:150px;
	height:auto;
	float:left;
	min-height:100px;
	}	

#content_center {
	width:560px;
	height:auto;
	min-height:100px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	}

	
#content_right {
	width:100px;
	height:auto;
	float:left;
	min-height:100px;
	margin-top:300px;
	}	

.class_soins {
	width:150px;
	height:150px;
	margin-top:20px;
	}
	
.class_soinsright {
	width:100px;
	height:100px;
	margin-top:20px;
	}
	
#last {
	width:520px;
	height:80px;
	background-image:url(images/last_soinscorps.png);
	margin-left:200px;
	margin-top:20px;
	float:left;
	margin-bottom:20px;
	}

	
@font-face {
	font-family:champagne;
	src:url(font/champagne-e-limousines/Champagne%20&%20Limousines.ttf);
	}

@font-face {
	font-family:champagne_bold;
	src:url(font/champagne-e-limousines/Champagne%20&%20Limousines%20Bold.ttf);
	}

@font-face {
	font-family:euro;
	src:url(../font/Eurostylee.ttf);
	}
	
	
	

