#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 #head
{
	position: absolute;
	margin-left: 49%;
	top: 40px;
	font-weight:bold;
	font-family:"Comic Sans MS", "Lucida Console", "Times New Roman", Times, serif;
	color: #FFFFFF;
}

/*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;
}
