/* CSS Document */

body {
	background-color : #002817;
	color : #AA8C00;
	font-family:Arial, Helvetica, sans-serif;
}

#globale {
width : 963px;
		height : 750px;
 	position : absolute;
	 left: 50%; 
     top: 50%;
	 margin-top: -420px; /* moitié de la hauteur de l'image */
     margin-left: -481px; /* moitié de la largeur de l'image */
}

#globale2 {
		width : 963px;
		height : 840px;
 	 position : absolute;
	 left: 50%; 
     top: 50%;
	 margin-top: -420px; /* moitié de la hauteur de l'image */
     margin-left: -481px; /* moitié de la largeur de l'image */
}

.texte_article{
		color:#FFF;
		font-weight:bold;
}

/* ***************** ACCUEIL ****************  */
#tableau {
	width : 963px;
	/*border : 1px solid #A78A00;*/
	height : 301px;
}

#icones {
	margin-top : 20px;
	background : red;
}

#revue_img {
	width : 50px;
	height : 50px;
	float : left;
	margin : auto;
	margin-top : 110px;
	padding-left : 850px;
	
	margin-bottom : -90px;
}

#revue_img a{
	display : block;
	width : 50px;
	height : 50px;
	padding-top : 4px;
	background :  url("../images/revue_de_presse2.jpg") top;
	text-decoration : none;
}

#revue_img a:hover {
	background-position : bottom;
}


#contact_img {
	float : left;
	width : 50px;
	margin : auto;
	margin-top : 110px;
	padding-left : 10px;
	margin-bottom : -90px;
}

#contact_img a {
	display : block;
	height : 50px;
	width : 50px;
	padding-top : 4px;
	background : url("../images/image_contact2.jpg") top;
}

#contact_img a:hover {
	background-position : bottom;
}

#footer_1 {
	background : url("../images/logo_footer.jpg");
	width : 100px;
	height : 179px;
	margin : auto;
	margin-top : -52px;
}

/* ******************* TABLEAU ACCUEIL ******************* */
table {
	font-size : 18px;
}
tr td {
	vertical-align : bottom;
	margin : 0;
	padding : 0;
}

#notre_demarche a {
	background : url("../images/vignettes_accueil/v_demarche.jpg") no-repeat;
	width : 321px;
	height : 151px;
}

#notre_demarche a:hover {
	background : url("../images/vignettes_accueil/v_demarche_hover.jpg") no-repeat;
	width : 321px;
	height : 151px;
}


#evenementiel a{
	background : url("../images/vignettes_accueil/v_evenementiel.jpg") no-repeat;
	width : 321px;
	height : 151px;
}

#evenementiel a:hover{
	background : url("../images/vignettes_accueil/v_evenementiel_hover.jpg") no-repeat;
	width : 321px;
	height : 151px;
}


#equipe a{
	background : url("../images/vignettes_accueil/v_equipe.jpg") no-repeat;
	width : 321px;
	height : 151px;
}

#equipe a:hover {
	background : url("../images/vignettes_accueil/v_equipe_hover.jpg") no-repeat;
	width : 321px;
	height : 151px;
}

#ame_jardins {
	background : url("../images/vignettes_accueil/v_ame_jardins.jpg") no-repeat;
	width : 642px;
	height : 151px;
}
#ame_jardins a{
	background : url("../images/vignettes_accueil/v_ame_jardins.jpg") no-repeat;
	width : 642px;
	height : 151px;
}

#ame_jardins a:hover{
	background : url("../images/vignettes_accueil/v_ame_jardins_hover.jpg") no-repeat;
	width : 642px;
	height : 151px;
}

#realisations a{
	background : url("../images/vignettes_accueil/v_realisations.jpg") no-repeat;
	width : 321px;
	height : 151px;
}

#realisations a:hover{
	background : url("../images/vignettes_accueil/v_realisations_hover.jpg") no-repeat;
	width : 321px;
	height : 151px;
}

tr td a {
	margin : 0;
	padding : 0;
	display : block;
	height : 100%;
	width : 100%;
}

/* ******************* FIN TABLEAU ACCUEIL ******************* */

/* ******************* FIN ACCUEIL ******************* */


/* ************** PRESENTATION PARTIES ******************* */
#tableau_img_acc {
	width : 963px;
	height : 301px;
	margin : 100px auto;
	background-color:#002817;
}

#tableau_img {
	width : 963px;
	border : 1px solid #A78A00;
	height : 301px;
	margin : 100px auto;
	background-color:#002817;
}

*+html #tableau_img  {
	margin-top : 60px;
}


h1 {
	font-size : 16px;
}

h2 {
	font-size : 14px;
}

#texte {
	font-size : 12px;
	width : 370px;
	float : left;
	margin-top :-25px;
}

#footer {
	background : url("../images/logo_footer.jpg");
	width : 100px;
	height : 179px;
	float : left;
	margin-left : 60px;
}

#footer a {
	display : block;
	width : 100%;
	height : 100%;
}


#retour_acc {
	width : 370px;
	height : 145px;
	float : left;
	margin-left : 60px;
	background : #002917;
}

#bas {
	width : 963px;
	height : 179px;
	margin : auto;
	margin-top : -52px;
}
/* ************ FIN PRESENTATION PARTIES ***************** */

/* ******* REVUE DE PRESSE ******* */

#texte_revue {
	font-size : 13px;
	float : left;
	margin-left : 80px;
	margin-top : 25px;
	width : 850px;
}

#texte_revue_presse {
	font-size : 13px;
	float : left;
	margin-left : 30px;
	margin-top : 25px;
	width : 950px;
}

#texte_revue_acc {
	font-size : 13px;
	float : left;
	margin-left : 500px;
	margin-top : 80px;
	width : 450px;
}

ul {
	list-style-type : square;
}

#liste_revues_gauche li {
	padding-bottom : 10px;
}

#liste_revues_gauche {
	float : left;
	margin-left : 0px;
}

.liste_revues_droite li {
	padding-bottom : 10px;
}

.liste_revues_droite {
	float : left;
	margin-left : 5px;
}

.liste_revues_g {
	float : left;
}

.liste_revues_g a{
	font-weight : bold;
}

.liste_revues_g ul li {
	padding-bottom : 10px;
}

*+html .liste_revues_droite {
	float : left;
	margin-left : 25px;
}

#catalogue_pro a {
	font-weight : bold;
}

#liens_revue {
	margin-left : -25px;	
	height : 225px;
	float : left;
	width : 850px;
}

*+html #liens_revue  {
	margin-top : 25px;
	height : 200px;
	margin-left : 50px;
}

#catalogue_pro {
	float : left;
	margin-left : 10px;
	margin-top : 0px;
}


*+html #catalogue_pro {
	float : left;
	margin-left : 10px;
	margin-top : 10px;
}


#catalogue_pro ul li{
	padding-bottom : 10px;
}

#presse_presse {
	margin-top : 20px;
}

#legende_revue {
	font-style:italic;
	text-align : left;
}

.legende_presse {
	font-style : italic;
}

/* STYLE POUR LES INFOS BULLES */
a.info {
   position: relative;
   color: #AA8C00;
   text-decoration: none;
   border-bottom: 1px #AA8C00 dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 1000; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   /*white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 30px; /* on positionne notre infobulle */
   left: 20px;

   background: white;

   color: #002817;
   padding: 3px;

   border: 1px solid #AA8C00;
   border-left: 4px solid #AA8C00;
   text-decoration : none;
}

.texte_info {
	width : 400px;
	color : #91A24F;
}

.texte_info2 {
	width : 300px;
	color : #91A24F;
}

.texte_info a {
	color : #91A24F;
}

.magasin_lien {
color : #91A24F;
}
/* FIN STYLE POUR LES INFOS BULLES */


/* ****** fin REVUE DE PRESSE ****** */
#fond_revue_presse {
	background : url('../images/revue-de-presse/revue-de-presse.jpg') no-repeat;
	height : 298px;
	width : 750px;
}

#fond_revue_web {
	float : left;
	margin-left : 480px;
	margin-top : -280px;
}

*+html #fond_revue_web {
	float : left;
	margin-left : 480px;
	margin-top : -290px;
}

#fond_revue_pro {
	float : left;
	margin-left : 450px;
	margin-top : -225px;
}

*+html #fond_revue_pro {
	float : left;
	margin-left : 290px;
	margin-top : -245px;
}

#fond_revue_livres {
	float : left;
	margin-left : 430px;
	margin-top : -180px;
}

*+html #fond_revue_livres {
	float : left;
	margin-left : 360px;
	margin-top : -200px;
}

#fil_dariane {
	font-style : italic;
	margin-left : -25px;
}

#fil_dariane a {
	text-decoration : underline;
}


#texte_revue_acc ul li {
	padding-bottom : 5px;
}

.info .texte_info {
	text-deocration : none;
	border : none;
}

/* ***************** CONTACT ***************** */
.contact_gauche {
	margin-top : 70px;
	margin-left : 50px;
	font-size : 12px;
	float : left;
	text-align : right;
}

.contact_gauche input {
	background : #002817;
	border : 1px solid #A98B05;
	margin-bottom : 7px;
}

.contact_gauche label {
	width : 350px;
}

#contact_droite {
	margin-top : 70px;
	font-size : 12px;
	float : left;
	margin-left : 50px;
}

#contact_droite input{
	margin-top : 20px;
	font-size : 12px;
	margin-left : 260px;
	color : #AA8C00;
}

#contact_droite textarea {
	background : #002817;
	border : 1px solid #A98B05;
}


input[type=text] {
	color : #A98B05;
}

input [type=text]{
	color : #000000;
}

textarea {
	color : #A98B05;
}


.clearer {
	clear : both;
}

.center {
	text-align : center;
}

.attention {
	text-align : center;
	font-size : 12px;
	color : #ffffff;
}
a img{
	border : none;
}

a {
	color : #AA8C00;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}