@charset "utf-8";
/* CSS Document */<style type="text/css"> 
 
body, div, form, fieldset, ul, table
{ 
    margin: 0; 
    padding: 0; 
}
a:hover {
	color: #F00;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
body  {
	margin: 0;
	padding: 0; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	background-color: #019966;
	background-image: url(img/FondEcran.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
p {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: justify;
	line-height: 24px;
}
.courantAccentue {
	font-weight: bolder;
}
.photocentre {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	border: 1px solid #999;
	padding: 1px;
}
.txtcentre {
	text-align: center;
}

strong {
	font-weight: bolder;
	color: #000;
}


.thrColFixHdr #container {
	width: 940px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 0px none #000000;
	text-align: left; /* ce paramétrage annule le paramètre text-align:center de l'élément body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images_interface/FondPAGES.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
} 
.thrColFixHdr #header {
	height: 223px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
}
#sidebar1 a:link {
	color: #030;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 a {
	color: #030;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	width: 220px;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 a:hover {
	color: #FF0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 a:active {
	color: #FBC96A;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: disc;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	text-align: left;
}
.thrColFixHdr #sidebar1 {
	width: 170px;
	height: 170px;
	text-decoration: none;
	float: left;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 90px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 80px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 70px;
	background-image: url(img/site_fondContenu.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: visible;
	visibility: visible;
} 
.thrColFixHdr #footer {
	background-image: url(../LMTP_2010/img/site_footer.jpg);
	background-repeat: no-repeat;
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 150px;
	margin: 0px;
	background-attachment: scroll;
} 
.thrColFixHdr #footer p {
	margin: 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	font-size: 10px;
	color: #0E4941;
	text-align: center;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 15px;
}
a:link {
	text-decoration: none;
	color: #617341;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7E7341;
}
#footer a:link {
	color: #134800;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	color: #FF0;
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 {
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	margin-top: 78px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.thrColFixHdr #mainContent {
	zoom: 1;
	font-weight: normal;
	font-size: 12px;
}
.pictos {
	float: right;
	height: 15px;
	width: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	color: #587D49;
	text-decoration: none;
	font-size: 14px;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h1 {
	font-size: 24px;
	color: #617364;
	text-decoration: none;
	text-align: center;
	text-transform: none;
}
h2 {
	font-size: 16px;
	color: #617364;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #617341;
}
.vagueespace {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#apDiv1 {
	position:relative;
	width:216px;
	height:201px;
	z-index:100;
	margin-top: 105px;
	background-image: url(../LMTP_2010/img/images_interface/lmtp2010_menu_OFF.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
.fleche {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 18px;
}
h4 {
	font-size: 14px;
	color: #617364;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
}

imgapDiv1 {
	float: left;
	height: 201px;
	width: 216px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}

.titre {
	height: 100px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	width: 250px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 417px;
}</style>
 
</style>
#imgTitre {
	padding: 0px;
	height: 100px;
	width: 250px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 415px;
	position: absolute;
}
.photocentresansCadre {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.retour {
	float: left;
	padding: 0px;
	width: 150px;
	height: 90px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -200px;
}
.imgretour {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
