/*LE HAUT DE LA PAGE */

@page :first { size:landscape;
        margin-top:6in;
        margin-bottom:1.4in;
        margin-left:2in;
        margin-right:in;
}


@page { size:landscape;
        margin-top:1.7cm;
        margin-bottom:1.4cm;
        margin-left:2cm;
        margin-right:2cm;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}


#tete{
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:63px;
	z-index:10;
	color:#110975;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#tete h1 {
	font-size: 16px;
}
#menuhaut {
	display: none;
}


/*LE CONTENEUR PRINCIPAL : IMAGE DE FOND A CHANGER */
#conteneur{
	left:1px;
	top:100px;
	position: absolute;
	width:100%;
	height:auto;
}

/* LE DIV DU CONTENU DE LA PAGE */
#texte_contenu{
	float: left;
	/* height:433px; */
	width:100%;
	/*padding:20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #A3CD39;
	border-right-color: #A3CD39;
	border-bottom-color: #A3CD39;
	border-left-color: #A3CD39; */
	margin-right: 0px;
	margin-left: 0px;
}


#texte_contenu h1{
	
	font-size: 15px;
	text-align: left;
	color: #51612B;
	font-style: normal;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #51612B;
	border-bottom-width: thin;
	margin-bottom: 15px;
}
#texte_contenu h2 {
	
	font-size: 12px;
	text-align: left;
	color: #51612B;
	font-style: normal;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #51612B;
	border-bottom-width: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#texte_contenu p {
	
	font-size: 12px;
	color: #000000;
}
#texte_contenu ul {
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}


/* LE MENU GAUCHE pour changer les couleurs */

#menugauche {
	display: none;
}
#menu_droit/* MENU DROIT */

 {
	display: none;
	width: 0px;
}

#agenda{
display: none;
}



#pied {
	float: left;
	width: 100%;
}
#pied ul {
	display: none;
}
#pied h1 {
	font-size: 14px;
}
#emplacement {
	display: none;
}


/**   pour les liens */
#lien {
	display: none;

}
