@charset "iso-8859-1";
/* CSS Document */



/* Base de la page */
html, body {
	margin:							0;
	padding:	                    0;
	background-image:				url(../images/structure/background.png);
	/* Font */
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						12px;
	color:							#716f71;
	font-weight:					normal;
	text-align:						justify;
	}

h1, h2, h3, h4, h5 {
	padding:						0;
	margin:							0;
	font-weight:					normal;
	font-size:						11px;
	}

p, ul, li {
	margin:							0;
	padding:						0;
	}

a {
	outline:						none; /* Supprime l'encadrement pointillé des liens "image" */
	}



/* Blocs */
.conteneur {
	width:							736px;
	position:						relative;
	margin-left:					auto;
	margin-right:					auto;
	margin-top:						100px;
	background-color:				#fff;
	padding-top:					25px;
	padding-bottom:					20px;
	padding-left:					32px;
	padding-right:					32px;
	}
.mentions_box {
	width:							800px;
	position:						relative;
	margin-left:					auto;
	margin-right:					auto;
	padding-top:					12px;
	text-align:						right;
	/* Font */
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						11px;
	color:							#999999;
	}
	.ligne_contenu {
		width:							100%;
		position:						relative;
		}
	.ligne_header {
		width:							100%;
		height:							90px;
		position:						relative;
		}
	.ligne_main {
		width:							100%;
		min-height:						308px;
		position:						relative;
		}
		#colonne_full_largeur {
			width:							100%;
			height:							308px;
			position:						relative;
			float:							left;
			margin-top:						16px;
			margin-bottom:					16px;
			overflow:						auto;
			}
		.colonne_left {
			width:							375px;
			position:						relative;
			float:							left;
			margin-top:						16px;
			margin-bottom:					16px;
			}
		.colonne_right {
			width:							361px;
			position:						relative;
			float:							left;
			margin-top:						16px;
			margin-bottom:					16px;
			}
			#colonne_right_content {
				width:							340px;
				height:							220px;
				position:						relative;
				left:							11px;
				margin-top:						32px;
				overflow:						auto;
				padding-right:					10px;
				}
	.ligne_footer {
		width:							100%;
		height:							75px;
		position:						relative;
		}		
		.ligne_separation_header {
			width:							736px;
			height:							7px;
			position:						relative;
			top:							83px;
			margin-left:					0;
			margin-right:					0;
			display:						block;
			background-image:				url(../images/structure/annelefebvre-ligne.jpg);
			background-repeat:				no-repeat;
			}
		.ligne_separation_footer {
			width:							736px;
			height:							7px;
			position:						relative;
			top:							0;
			margin-left:					0;
			margin-right:					0;
			display:						block;
			background-image:				url(../images/structure/annelefebvre-ligne.jpg);
			background-repeat:				no-repeat;
			}


	
.logo {
	width:							68px;
	height:							69px;
	position:						absolute;
	left:							0;
	}
	
.box_langue {
	width:							120px;
	height:							40px;
	position:						absolute;
	right:							0;
	top:							0;
	/* Font */
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						16px;
	color:							#ad9961;
	font-weight:					normal;
	text-align:						right;
	}
	
.liner_intitule_top {
	width:							600px;
	height:							18px;
	position:						absolute;
	right:							0;
	bottom:							18px;
	/* Font */
	text-align:						right;
	font-family:					Arial, Helvetica, sans-serif;
	font-size:						16px;
	color:							#716f71;
	text-transform:					uppercase;
	}
	
.box_menu {
	width:							200px;
	height:							55px;
	position:						absolute;
	left:							0;
	margin-top:						14px;
	}
	.box_menu_droit {
		width:						200px;
		height:						55px;
		position:					absolute;
		left:						200px;
		margin-top:					14px;
		border-left:				1px dotted #CCCCCC;
		padding-left:				20px;
		}
	
/* Images Home */
.cadre_photo_home {
	width:							185px;
	height:							139px;
	position:						relative;
	float:							left;
	background-image:				url(../images/structure/cadre_photo_home.jpg);
	background-repeat:				no-repeat;
	}
	.cadre_photo_home_image {
		width:							163px;
		height:							119px;
		position:						absolute;
		margin-top:						10px;
		margin-left:					10px;
		filter:							progid:DXImageTransform.Microsoft.Alpha(opacity=80);
		-moz-opacity: 					0.8;
		}
	.cadre_photo_home_image:hover {
		filter:							progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 					1;
		cursor:							pointer;
		}
		
.cadre_photo_galerie {
	width:							136px;
	height:							95px;
	position:						relative;
	float:							left;
	background-image:				url(../images/structure/cadre_photo_galerie.jpg);
	background-repeat:				no-repeat;
	margin-top:						4px;
	}
	.cadre_photo_galerie_image {
		width:							120px;
		height:							80px;
		position:						absolute;
		margin-top:						8px;
		margin-left:					8px;
		filter:							progid:DXImageTransform.Microsoft.Alpha(opacity=80);
		-moz-opacity: 					0.8;
		}
	.cadre_photo_galerie_image:hover {
		filter:							progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 					1;
		cursor:							pointer;
		}
