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

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

.titre_print {
	display : inline;
	font-weight : bold;
	font-family : arial;
	letter-spacing : 2px;
	font-size : 26px;
	color : #005226;
	text-align : center;
	margin : 0px 0px 0px 0px;
	width : 100%;
}

/*--------------*/
/* Menu du haut */
/*--------------*/
#image_menu {
	display : none;
}

#texte_menu {
	display : none;
}

#liste_menu{
	display : none;
}

#liste_menu li{
	display : none;
}

.lien_menu {
	display : none;
}

#divMenu {
	display : none;
}

.lien_sous_menu {/* style des liens du sous-menu */
	display : none;	
}


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

#barre_gauche {
	display : none;
}

#table_gauche {
	display : none;
}

.ligne_table_gauche{
	display : none;
}

.titre_table_gauche {
	display : none;
}

.image_table_gauche {
	display : none;
}

.image_barre_gauche {
	display : none;
}

#colonne_table_gauche_logo {
	display : none;
}

#image_table_gauche_logo {
	display : none;
}

#image_catalogue_en_ligne {
	display : none;
}

.lien_barre_gauche {
	display : none;
}

/*--------------*/
/* Bas de page */
/*--------------*/
#bas_de_page {
	display : none;
}

#texte_bas_de_page {
	display : none;
}

#lien_bas_de_page {
	display : none;
}

#lien_bas_de_page:hover{
	display : none;
}

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

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

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

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

.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;
}

#img_oies {
	position : absolute;
	top : 25px;
	left : 226px;
}

.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;
}

#bouton_haut_de_page {
	display : none;
}