/***** menu CSS *****/
/* @media print { */
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
/*	.menu, .ssmenu { 
		visibility:hidden; }
}*/

.menu, .ssmenu {
	background-color:#ffe6a6;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-family:"MS Sans Serif", "sans-serif", Verdana, Arial;
	padding:1px 0px;
	margin:1em 0em;
	width:15em;
	border: 1px solid #cc6666;

}
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align:center;
	color: #000000;
	 
}
/* .ssmenu = Les parties "déroulantes" qui s'affiche au survol d'un .menu */
/*.ssmenu {
/* aller pour faire joli sur IE, un petit effet de dégradé !
	Pour voir d'autres effets :
	http://msdn.microsoft.com/workshop/samples/author/dhtml/DXTidemo/DXTidemo.htm
	Par exemple :
	transparence à 25% = opacité à 75%:
		FILTER: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=75);
	"Glow" :
		FILTER: progid:DXImageTransform.Microsoft.Glow(color=#ffdead,strength=5);
	Ombre en bas à droite, 5 px :
		FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#ff8c00,strength=5);
	*/
/*	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#AA8922,endColorStr=#543210);
	white-space : no-break;
}*/

.menu span, .ssmenu span {
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	color:000000;
	padding:2px 1px;
	text-decoration:none;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
}
html>body .menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
	width:auto;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	background-color:#cc6666;
	color:black;
	text-decoration:none;
}


img {
/* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:2px;
}

.ssmenu img.hr {
/* Encore un peu expérimental, un <hr /> entre deux items pour faire un "séparateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}

/*
Bref... pour résumer, ce qu'il y a à modifier à la base, c'est :
- couleurs, police, bordure.
- l'effet spécial IE pour les ssmenu si on aime ça...
- police et couleurs des liens "non survolés" et "survolés".
*/

/* CSS issu des tutoriels www.alsacreations.com/articles */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	border-top: thin solid #CC6633;
	border-right: thin none #CC6633;
	border-bottom: thin none #CC6633;
	border-left: thin none #CC6633;
	background-image: url(images/fond.jpg);
	color: #000000;


}
#header {
height: 90px;
}
#haut {
	height: 25px;
	width: 750px;

}
#conteneur {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	border: medium groove #aa8922;

}
#centre {
margin-left: 100px;
margin-right: 100px;
}
#gauche {
	position: absolute;
	left:-7px;
	width: 425px;

}
#droite {
margin-left:425;
margin-right:0;
width: 325px;
}

#encart {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f4f4;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	border: thin solid #000000;
	font-size: 13px;
	margin-left: 15%;
}

#encart_ac {
	background-color: #ffe6a6;
	padding-top: 20px;
	margin-top: 10px;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 5%;
	margin-right: 5%;
	left: 5%;
	right: 5%;
	border-top: 1px solid #CC9999;
	border-right: 1px solid #CC9999;
	border-bottom: thin double #CC6666;
	border-left: thin double #CC6666;


}		

#encart2 {
	font-family: "Times New Roman", Times, serif;
	background-color: #FFCC66;
	text-align: left;
	padding-top: 10px;
	margin-top: 20px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	border: thin solid #000000;
	font-size: 13px;
	margin-left: 15%;
	font-size: 13px;



	
}

#pied {
	height: 32px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;

}

.menupied {
	background-color: #ffe6a6;
	width: 750px;
	font-size: 12px;
	color: #000000;
}

.copyright {
	background-color: #000000;
	width: 750px;
	font-size: 12px;
	color: #ffffff;
}
/*.menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 2px;
color: #000000;
text-decoration: underline;
}
.menuhaut a:hover {
text-decoration: none;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
*/
p {margin: 0 0 10px 0;}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;

}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 32px;
	border: none;
	margin-top: 10px;



}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 26px;
	border: none;
	vertical-align: top;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 10px;
	text-align: justify;
	margin-top: 0px;
	text-indent: 10pt;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 0px 10px;
	margin-top: 0px;
	}
.ref {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 10px;
	margin-top: 0px;
	text-indent: 5pt;
}

.presse {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	font-weight: bold;

}

