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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*font-style: italic;*/
}
body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.TitreLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
	margin-left:200px;
	color:#000000;
}

.TxtLinks{
text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	margin-bottom:5px;
	margin-top:5px;
	padding-right:10px;
	margin-right:10px;
	color:#000000;
}
.TxtTitreLinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
	color:#5B3A29;
	text-decoration:underline;
	font-weight:bold;
}

.LigneTop{
	/*background-image:url(../BodyIMG/LinksTableTop.jpg);*/
	height:29px;	
	max-height:29px;
	vertical-align:bottom;
	padding-left:0px;
	text-align:center;
	vertical-align:middle;
	text-decoration:underline;
	font-style:normal;
	font-size:12px;
	color:#5B3A29;
	border-top:8px #5B3A29 solid;
	border-left:2px #5B3A29 solid;
	border-right:2px #5B3A29 solid;
	background-color:#E3B677;
/*	background-color:#0d833f;*/
}
.LigneBody{
/*	background-image:url(../BodyIMG/LinksTableBody.jpg);*/
	border-left:2px #5B3A29 solid;
	border-right:2px #5B3A29 solid;
	vertical-align:top;
	background-color:#E3B677;
	color:#5B3A29;
/*	vertical-align:top;
	border-left:1px #000 solid;
	border-collapse:collapse;*/
}

.LigneFoot{
	height:35px;
	padding-top:0px;
	padding-bottom:5px;
	border-bottom:2px #5B3A29 solid;
	border-left:2px #5B3A29 solid;
	border-right:2px #5B3A29 solid;
	background-color:#E3B677;
	color:#5B3A29;	
/*	background-image:url(../BodyIMG/LinksPageFoot.jpg);*/
}

.ImgLinks{
	padding-top:18px;
	padding-right:18px;
}

a.TxtLiensLinks{
	color: #5B3A29;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
a.TxtLiensLinks:link {
	color: #5B3A29;
	text-decoration:none;
	font-weight:bold;
}

a.TxtLiensLinks:visited {
	color: #5B3A29;
	text-decoration:none;
	font-weight:bold;
}

a.TxtLiensLinks:hover {
	color:#5B3A29;
	text-decoration:underline;
	font-weight:bold;
	}
	



a.popup{
	position:relative;
	z-index:24;
	color:#5B3A29;
	text-decoration:none
}
 
a.popup:hover{
	z-index:25;
	background-color:#5B3A29
}
 
a.popup span{
	display: none
}
 
a.popup:hover span{
	display:block;
	position:fixed;
	left:45%;
	top:45%; width:auto;
	white-space: nowrap;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	color:#FFFFFF;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	font-weight:none;
	padding:5px;
}

p.bouton_lien{
	font-family: Arial,sans-serif;
	font-size: 12px;
	width: 100px;
	height: 20px;
	vertical-align:middle;	
	padding-top: 4px; /*permet le centrage vertical*/
	text-align: center;
	color: #fff;
/*	background: #444;*/
	background: #5B3A29;
	
	/*background: -webkit-linear-gradient( #DEB37C, #5B3A29); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
	/*background:    -moz-linear-gradient( #DEB37C, #5B3A29); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
	/*background:     -ms-linear-gradient( #DEB37C, #5B3A29); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
	/*background:      -o-linear-gradient( #DEB37C, #5B3A29); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
	/*background:         linear-gradient( #DEB37C, #5B3A29); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #DEB37C 0%, #5B3A29 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #DEB37C 0%, #5B3A29 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #DEB37C 0%, #5B3A29 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DEB37C), color-stop(1, #5B3A29));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #DEB37C 0%, #5B3A29 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #DEB37C 0%, #5B3A29 100%);
	
	border-radius: 8px;
	text-shadow: 0px 1px 0px rgba( 0, 0, 0, 0.7);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5), 0 -1px 0 rgba( 255, 255, 255, 0.4);
}

p.bouton_lien:hover{
	cursor: pointer;
	color: #222;

/*	background: #555;
/*	background: -webkit-linear-gradient( #DEB37C, #6B4F2E); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
/*	background:    -moz-linear-gradient( #DEB37C, #6B4F2E); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
/*	background:     -ms-linear-gradient( #DEB37C, #6B4F2E); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
/*	background:      -o-linear-gradient( #DEB37C, #6B4F2E); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
/*	background:         linear-gradient( #DEB37C, #6B4F2E); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/

	background: #6B4F2E;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #DEB37C 0%, #6B4F2E 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #DEB37C 0%, #6B4F2E 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #DEB37C 0%, #6B4F2E 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DEB37C), color-stop(1, #6B4F2E));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #DEB37C 0%, #6B4F2E 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #DEB37C 0%, #6B4F2E 100%);
}

p:active{
	cursor: pointer;
	color: #000;
	background: #444;
	background: -webkit-linear-gradient( #DEB37C, #5B3A29); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
	background:    -moz-linear-gradient( #DEB37C, #5B3A29); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
	background:     -ms-linear-gradient( #DEB37C, #5B3A29); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
	background:      -o-linear-gradient( #DEB37C, #5B3A29); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
	background:         linear-gradient( #DEB37C, #5B3A29); /* Dégradé du bas vers le haut - première couleur>Bas - seconde couleur>Haut*/
	box-shadow: 1px 1px 10px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
}