a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#conteneurGeneral 
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 770px;
	height: 90%;
	font-size: 12px;
	overflow: hidden;
	background-color: #FFFFFF;
	color: black;
}
/* en-t�te et pied du cadre */
#entete
{
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

#pied
{
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 3px;
	overflow:hidden;
	margin-top: 20px;
}

/* bordures */
#pied .basgauche, #pied .basdroit
{
	height: 19px;
	width: 50%;
	background-repeat: no-repeat;
	font-size: 1px;
}

/* centrage des images sur les bordures */
#pied #coords
{
	width: 50%;
	float:left;
	margin: 0;
	padding: 0;
	text-align: center;
	bottom: 0;
	font-weight:bold;
	font-size:16px;
}

/* faces */
#contenu
{
	width: 100%;
	clear: both;
 	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow:auto;;
}

/* Menu */
#entete ul#menu
{
	position: absolute;
	width: 77.2%;
	list-style-type: none;
	margin-left: 22.5%;
	margin-bottom: 0;
	padding: 0;
	bottom: 0px;

}

#entete ul#menu li
{
 	float: left;
	
	vertical-align: middle;
	height: 25px;
	width: 98px;
  	margin: 0;
	padding: 0;
	overflow:hidden;
}

#entete ul#menu li img
{
	position:absolute;
	float: left;
	margin: 0;
	padding: 0;
	height:25px;
	width:100px;
}

#entete ul#menu li a
{
text-align: center;
	padding-top: 3px;
	position: absolute;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 25px;
}
#entete img
{
	position: absolute;
	width: 100%;
	height: 100%;
}
#entete #logogitesdefrance {
width: 80px;
height:auto;
right:0;
top:17.5px;
}

#entete > h3 {
	font-weight: bold;
	text-decoration:underline;
	font-size:24px;
	position:absolute;
	margin-left:49%;
	margin-top:40px;
	color:white;
}
#selecteurGite {
    height: 144px;
    position: absolute;
    width: 167px;
    overflow: hidden;
    margin-top: 2px;
    border: 2px solid white;
    font-weight:bold;
}

#selecteurGite div.iconeGite {
   
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 134px;
    margin-right: auto;
}
#selecteurGite img {
	border:1px solid black;
	margin-top:2px;
	margin-bottom:2px;
    height: auto;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#selecteurGite a {
	display:block;
	position:absolute;
	width:40px;
	margin-top:41px;
	margin-left:122px;
	font-size: 0.9em;
	text-align: center;
	font-weight:normal;
	
}
#selecteurGite a img {
	border:none;
}
#selecteurGite div p {
	
	margin:0;
}
/*presentation des photos et du texte*/
#contenu h1.ttl
{
	width: 90%;
	text-align: center;
	font-size: 24px;
	text-decoration: underline;
	margin-left: 5%;
}

#contenu p, #contenu .ttl
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

#contenu .txtphr, #contenu .txtphl
{
	clear: both;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 14px;
	display: table;
	padding: 5px 5px 5px 5px;
}

#contenu .txtphr img
{
	width: 45%;
	float: right;
	display: block;
}

#contenu .txtphr .sstxt
{
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	display: block;
	padding-left: 15px;
}

#contenu .txtphr .sstxt p
{
	margin: 0;
	padding: 0;
}
	

#contenu .txtphl img
{
	width: 45%;
	float: left;
	display: block;
}

#contenu .txtphl .sstxt
{
	float: right;
	width: 50%;
	overflow: hidden;
}
#contenu .txtphr ul, #contenu .txtphl ul
{
	padding-left: 35px;
}

#txtaccueil p
{
	text-indent:20px;
	padding: 2px 5px 2px 5px;
}
