@charset "UTF-8";
@import url("Commun.css");
 
body {
	max-width: 700px; 
	/* width: 700px; */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* background-color: #FFFFCC; */
	margin: auto; 
	padding: 0px; 
	font-size: 14px; 
	line-height: 180%; 
}

ul#MenuGeneral {
	margin: 0px;
	padding: 1px;
	/* line-height: 2em; */
}

h1#LienGeneral {
	display: none;
  visibility: hidden;
}	 

p.DroitsAuteurs {
	font-size: x-small;
	text-align: center;
}

div#Entente h1 {
	font-size: xx-large;
}

div#ContenuPage {
	/* background-color: #CC33FF; */
	margin: 0px;
	padding: 10px;
}

div#PiedPage {
	padding: 10px;
}

img[alt="Icone PDF"] {
	/* margin: 5px; */
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-decoration: none;
	position: relative;
	top: 7px;
	/* background-color: yellow; */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -20px;
}

.LienRetour {
	font-size: small;
	color: #a3233a;
}

table.Coordonnees caption {
	font-size: large;
	color: #a3233a;
	font-weight: bold;
}

table.Coordonnees th {
	font-size: small;
	color: black;
	font-weight: bold;
}

a {
	color: #ee9911;
	font-weight: bold;
}

#Frontispice p.ImageFrontispice {
	text-align: center;
}

