@charset "utf-8";



/* Styles globaux - balises standards */

body {
	background: #896B68 url(image/rond.jpg) repeat-x top;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	}
	
h1 {
	font-size:20px;
	color:#000000;
	text-align:justify;
	}
	
h2 {
	font-size:16px;
	color:#000000;
	text-align:justify;
	}
	
h3 {
	font-size:10px;
	color:#FFFFFF;
	text-align:justify;
	}

p {
	margin:0;
	padding:0;
}

table {
	margin:0px;
	color:#000000;
	text-align:justify;
	}

tr{
}

td{
}

a {
	color:#810040;
	text-decoration:none;
	}
	
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}



/* Classes particulières */

.couleur1 {
 	color:#FFFFFF;}
	
.couleur2{
	color:#810040;}
	
.lettrine {
	color:#3300CC;
	font-size:18px;}
	
.mail{
	color:#810040;
	text-decoration:none;
	font-size:22px;
	position:absolute;
	top:10px;
	left:5px;
	z-index: 0;
}

.mail:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-size:22px;
	position:absolute;
	top:10px;
	left:5px;
	z-index: 0;
}

tr.titre1{

}

td.titre1{

}

tr.titre2{
}

td.titre2{
}


/* Blocs de mises en page */

#container{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:inherit;
	width:800px;
	height:1250px;
	margin-top: 20px;
	margin-bottom: auto;
	background-color : #896B68;
}

#banner{
	width:573px;
	height:422px;
	margin-top:17px;
	margin-right:5px;
	float: right;
	background-image: url(image/logo_siteweb_lantresoi.jpg);
	}
	

#menu_gauche{
	float:left;
	width:200px;
	height:480px;
	margin-top:287px;
	margin-left:16px;
	}
	
#main{
	float:right;
	width:530px;
	height:auto;
	margin-bottom:25px;
	margin-top:5px;
	visibility: visible;
	overflow:auto;
	padding: 10px;
	}
	
#box_1{
	position:absolute;
	width:176px;
	height:159px;
	top:50px;
	left:14px;
	background-image: url(image/photo_catherinepirard.jpg);
	z-index: 1;
	}


#box_2{
	float:left;
	width:206px;
	height:39px;
	margin-top:8px;
	margin-left:8px;
	z-index: 2;
	}
	
	
#copyright {
	float:left;
	margin-left:300px;
	margin-bottom:5px;
	font-size:12px;
	width:199px;
	height:24px;
	margin-top: 0px;
	background-image: url(image/ligne_bas_gauche.jpg);
}

#identite{
	font-size:12px;
	float:left;
	margin-left:6px;
	width:788px;
	height:20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
	

