/*---------*/
/* General */
/*---------*/
body {
	margin: 0px;
	background-color: #FFFFB5;
	}

#general {
	width: 780px;
	height : 100%;
	position: relative;
	margin: auto;
	text-align: left;
	}

.titre_print {
	display : none;
}

/*--------------*/
/* Menu du haut */
/*--------------*/
#image_menu {
	border : 0px;
}

#texte_menu {
	position : absolute;
	top : 110px;
	left : 62px;
	background-color : #009F3D;
	font-weight : 500;
	font-family : arial;
	letter-spacing : 2px;
	font-size : 12px;
	color : #FFFFFF;
	z-index : 5;
}

#liste_menu{
	text-align : left;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}


#liste_menu li{
	list-style-image : none;
	display : inline;
	padding : 0px 2px 0px 1px;
}

.lien_menu {
	text-decoration : none;
	color : #FFFFFF;
}

#divMenu {
	position:absolute;
	visibility:hidden;
	z-index:10;
	border:1px;
	border-color:#D9F1A3;
	border-style:solid;
	background-color : #009F3D;
}

.lien_sous_menu {/* style des liens du sous-menu */
	color : #FFFFFF;
	text-decoration : none;
	font-family : arial;
	letter-spacing : 2px;
	font-size : 12px;
	width : 100%;	
}


/*-----------------*/
/* Barre de gauche */
/*-----------------*/

#barre_gauche {
	position : relative;
	width : 156px;
	height : 398px;
	background-color : #D9F1A3;
	border-width : 1px;
	border-style : solid;
	border-color : #8BB061;
	float : left;
	margin : 20px 0px 5px 10px;
}


#table_gauche {
	width : 100%;
	height : 100%;
}

.ligne_table_gauche{
	height : 33%;
}

.titre_table_gauche {
	height : 16px;
	width : 100%;
	background-color : #8BB061;
	text-align : center;
	font-weight : 500;
	font-family : arial;
	letter-spacing : normal;
	font-size : 13px;
	color : #FFFFFF;
}

.image_table_gauche {
	width : 100%;
	height : 116px;
	position: relative;
}

.image_barre_gauche {
	position : absolute;
	top : 3px;
	left : 3px;
	border : 0px;
}

#colonne_table_gauche_logo {
	width : 26px;
}

#image_table_gauche_logo {
	width : 100%;
	height : 398px;
	position : relative;
}

#image_catalogue_en_ligne {
	position : absolute;
	top : 8px;
	left : 2px;
	border : 0px;
}

.lien_barre_gauche {
	text-decoration : none;
	color : #FFFFFF;
	width : 100%;
}

/*--------------*/
/* Bas de page */
/*--------------*/
#bas_de_page {
	clear : both;
}

#texte_bas_de_page {
	height : 12px;
	width : 100%;
	text-align : center;
	font-weight : 500;
	font-family : arial;
	letter-spacing : normal;
	font-size : 11px;
	color : #5B8031;
}

#lien_bas_de_page {
	text-decoration : none;
	color : #5B8031;
}

#lien_bas_de_page:hover{
	text-decoration : underline;
	color : #C30023;
}

/*---------*/
/* Contenu */
/*---------*/

#contenu {
	position : relative;
	width : 600px;
	padding : 26px 10px 5px 10px;
	margin : 0px 0px 5px 170px;
}

.titre_reflex {
	text-align : center;
	font-weight : 500;
	font-family : arial;
	letter-spacing : normal;
	font-size : 12px;
	color : #FFFFFF;
}

.titre_page {
	position : absolute;
	width : 220px;	
	text-align : right;
	font-weight : bold;
	font-family : arial;
	letter-spacing : normal;
	font-size : 15pt;
	color : #C30023;
	top : -2px;
	right : 0px;
}

.sous_titre_page {	
	font-weight : 500;
	font-family : arial;
	letter-spacing : 2px;
	font-size : 18px;
	color : #005226;
	padding : 0px;
	margin : 0px;
}

.lien_sous_titre_page {	
	font-weight : bold;
	font-family : arial;
	letter-spacing : 2px;
	font-size : 16px;
	color : #007226;
	padding : 0px;
	margin : 0px;
	text-decoration : none;
}

.texte_page {	
	font-weight : bold;
	font-family : arial;
	letter-spacing : 1px;
	font-size : 9pt;
	color : #44804C;
}

.lien_texte_page {
	font-weight : bold;
	font-family : arial;
	letter-spacing : 1px;
	font-size : 9pt;
	color : #C30023;
	text-decoration : none;
	}
.lien_texte_page:hover {
	font-weight : bold;
	font-family : arial;
	letter-spacing : 1px;
	font-size : 9pt;
	color : #C30023;
	text-decoration : underline;
}

#img_oies {
	position : absolute;
	top : 35px;
	left : 240px;
}

.sous_titre_catalogue {
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #8BB061;
	margin : 0px 0px 10px 0px;
	padding : 0px;
}

.carre_sous_titre_catalogue {
	width : 15px;
	height : 14px;
	background-color : #8BB061;
	margin : 0px;
	padding : 0px;
}

.carre_clair_sous_titre_catalogue {
	width : 50px;
	height : 15px;
	background-color : #D9F1A3;
	margin : 0px 15px 0px 0px;
	padding : 0px;
}

.texte_sous_titre_catalogue {
	position : absolute;
	top : -3px;
	left : 76px;
}

.lien_texte_sous_titre_catalogue {
	text-decoration : none;
	color : #005226;
}

.images_catalogue {
	border : 1px;
	border-color : #000000;
	border-style : solid;
	margin : 0px 10px 10px 0px;
	cursor : pointer;
}

.lien_image_bordure {
	border-color : #000000;
}

.image_mini_presentation {
	margin : 3px 10px 1px 0px;
	border : 0px;
}

.lien_contact {
	text-decoration : none;
	color : #44804C;
}

.lien_contact:hover{
	text-decoration : underline;
	color : #C30023;
}

.image_agrandie{
	position : absolute;
	top : 0px;
	left : 0px;
	text-decoration : none;
	border : 0px;
}
h1 {	
	font-weight : 500;
	font-family : arial;
	letter-spacing : 2px;
	font-size : 18px;
	color : #005226;
	padding : 0px;
	margin : 0px;
}
