/*------------------------------*/
/*Feuille de style pour l'impresion des pages du site */
/*------------------------------*/

/*------------------------------*/
/*Mise en page body,lien,texte  */
/*------------------------------*/
body {
	font-family: georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-size: 14px;
}
a:link { 
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #551a8b;
	text-decoration: underline;
}
a:hover {
	
	color: #FF0000;
	text-decoration: none;
}
img a{
		border: none;
	text-decoration: none;
}
img a:active{
		border: none;
	text-decoration: none;
}
img a:visited{
	border: none;
	text-decoration: none;
}
a:hover img{
	border: none;
	text-decoration: underline;
}
ul {
	margin: 5px 5px 10px 40px;
}
h1 {
	font-family: Georgia,"New York",serif;
	font-variant: normal;
	font-size: 25px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Georgia,"New York",serif;
	font-variant: normal;
	font-size: 20px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Georgia,"New York",serif;
	font-variant: normal;
	font-size: 18px;
	color: #E19F20;
 	margin: 0px;
	padding: 0px;
}
h4 {
 	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 14px;
	font-variant: normal;
	color: #B35533;
 	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 12px;
	color: #E19F20;
 	margin: 0px;
	padding: 0px;
}
acronym {
  border-bottom: none;
  
}
/*-------------------------------*/
/*Mise en page et élèments Blocs */
/*-------------------------------*/
#blocTete {	
}
#tete_print{
	display: block;
	width: 860px;
	height: 151px;
}
#teteG {
	display: none;
}
#teteD {
	display: none;
}
#titreSite {
	display: none;
}
div.icone h4{
/*les h4 contenus dans un div de la classe icone*/
	position: absolute;
	width: 70px;
	height: 47px;
	top: 99px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	z-index: 5;
	display: none;
}
/* Bouton Accueil */
div.icone h4#Accueil {
/* les h4 de id accueil qui se trouvent dans un div de la classe icone*/
	left: 150px;
	background-image: url(./img/bout_accueil.jpg);
	display: none;
}
#AccueilTxT a{
	display: block;
	width: 70px;
	height: 47px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #B35533;
	display: none;
}
#AccueilTxT a:hover{
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	background-image: url(./img/bout_accueilUP.jpg);
	display: none;
}
/* Bouton Admission */
div.icone h4#Admission {
	left: 220px;
	background-image: url(./img/bout_admis.jpg);
	display: none;
}
#AdmissionTxT a{
	display: block;
	width: 70px;
	height: 47px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #B35533;
	display: none;
}
#Admission a:hover{
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	background-image: url(./img/bout_admisUP.jpg);
	display: none;
}
/* Bouton Contact */
div.icone h4#Contact {
	left: 290px;
	background-image: url(./img/bout_contact.jpg);
	display: none;
}
#ContactTxT a{
	display: block;
	width: 70px;
	height: 47px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #B35533;
	display: none;
}
#Contact a:hover{
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	background-image: url(./img/bout_contactUP.jpg);
	display: none;
}
/* Bouton Lien */
div.icone h4#Lien {
	left: 360px;
	background-image: url(./img/bout_lien.jpg);
	display: none;
}
#LienTxT a{
	display: block;
	width: 70px;
	height: 47px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #B35533;
	display: none;
}
#Lien a:hover{
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	background-image: url(./img/bout_lienUP.jpg);
	display: none;
}
/* Bouton Plan */
div.icone h4#Plan {
	left: 430px;
	background-image: url(./img/bout_plan.jpg);
	display: none;
}
#PlanTxT a{
	display: block;
	width: 70px;
	height: 47px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #B35533;
	display: none;
}
#Plan a:hover{
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	background-image: url(./img/bout_planUP.jpg);
	display: none;
}
/* Bouton Gestionnaire */
div.icone h4#Gestionnaire {
	left: 500px;
	background-image: url(./img/bout_siege.jpg);
	display: none;
}
#GestionnaireTxT a{
	display: block;
	width: 70px;
	height: 47px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #B35533;
	display: none;
}
#Gestionnaire a:hover{
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
	background-image: url(./img/bout_siegeUP.jpg);
	display: none;
}
/*------------------------------*/
/*Menu de gauche*/
#menuG {
	position: absolute;
	top: 149px;
	width: 224px;
	z-index: 2;
	display: none;
}
#menuG_Bloc {
	width: 224px;
	background-color: #B4C2D4;
	font-family: Georgia,"New York",serif;
	color: #663300;
	font-weight: bold;  
	text-align: right;
	display: none;
}
#menuG_Bloc2 {
	background-color: #FFFFFF;
	text-indent: 5px;	
	border-top: 1px;
	display: none;
}
#menuG_Bloc2 a {
	display: block;
	width: 224px;
	height: 15px;
	color:#0000FF;
	text-decoration: none;
	display: none;
}
#menuG_Bloc2 a:hover {
	width: 224px;
	color:#FFFFFF;
	background-color: #B35533;
	display: none;
}
/*------------------------------*/
/*Centre Contenu Page*/
#titreDePage {
	position: absolute;
	top: 110px;
	width: 90%;
	height: 45px;
}
#locPageTxt {
	margin-left: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal; 
	font-size: 12px;
	text-align: left;
}
#locPageTxt a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
#titreDePageTxt {
	margin-left: 10px;
	color: #000000;
	font-family: Georgia,"New York",serif;
	font-weight: normal; 
	font-size: 20px;
}
#vagueDroite {
	float: none;
	width: 225px;
	height: 45px;
	background-image: url(./img/vague_cont.jpg);
	display: none;
}
#bgContenu {
	position: static;
	top: 110px;
	width: 100%;
}
#bgContenuTxT {
	top: 110px;
	width: 80%;
	margin: 1px 1px 1px 20px;
	text-align: justify; 
}
img#blocPhoto {
	margin: 5px 2px 20px 2px;
	padding: 2px 2px 2px 2px;
	border-top: 1px;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-color: #999999;
	border-style: solid;
}
#fichePratique {
	float: left;
	width: 180px;
	margin: 1px 20px 1px 1px;
	padding: 5px 2px 5px 10px;
	border-top: 1px;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-color: #999999;
	border-style: dotted;
	line-height: 150%;
	background-color: #EBF7FF;
	display: none;
}
/*------------------------------*/
/*Pied Page*/
#piedPage_print {
	margin-top: 50px;
	display: block;
	bottom: 0px;
	width: 100%;

}
#piedPage {
	display: none;
}
#logo {
	display: none;
}
#piedPageBg {
	display: none;
}
#piedPageTxT {
	display: none;
}
#piedPageLogo {
	display: none;
}

	
	
	