/*--------------------------------- Balise-----------------------------*/
body { /*balise body*/
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-left: 0px;
	scrollbar-face-color: #BCBEC0;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #BCBEC0;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #BCBEC0;
	scrollbar-arrow-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}


li { /*balise li */
	list-style-type: none;
	display: inline;
	word-spacing: normal;
}
h1 { /*balise H1 */
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	
}
.texte-enligne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 { /*balise H1 */
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
h3 { /*balise H1 */
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
}
H4 { /*balise H1 */
	font-size: 13px;
		color: #000000;
	font-weight: normal;
}
H5 { /*balise H1 */
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
pre { /*balise H1 */
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
}

/*--------------------------------Classe-----------------------------------*/
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
}
.enligne {
	display: inline;
	text-align: justify;
}

.centrer { /*centrer*/
	text-align: center;
}
.titre {
	font-size: 18px;
	color: #8B0606;
	font-weight: bold;
}


.titre a:visited {
	font-size: 18px;
	color: #8B0606;
	font-weight: bold;
	text-decoration: underline;
}
.titre a:link {
	font-size: 18px;
	color: #8B0606;
	font-weight: bold;
	text-decoration: underline;
}
.titre a:hover {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.date {
	font-size: 14px;
	text-align: right;
	font-style: italic;
}
.lien {
	color: #BCBEC0;
	display: inline;
	}
.credit {
	display: inline;
}
.credit a:hover {
	display: inline;
	text-align: justify;
	background-color: #FFFFFF;
}

/*--------------------------------- Conteneur -----------------------------*/

#global { /*format de site*/
	height: 800px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#hdp { /*haut de page*/
	background-color: #8B0606;
	height: 135px;
	width: 950px;
}
#logo {
	height: 135px;
	width: 150px;
	float: left;
	background-image: url(images/logo.gif);
}
#menu {
	float: left;
	height: 30px;
	width: 800px;
	background-image: url(images/bande_menu.gif);
}
#hautflash {
	height: 105px;
	width: 800px;
	float: left;
	background-image: url(images/bandeflash.gif);
}

#mdp { /* milieu de page */
	height: 615px;
	width: 950px;
}
	#bandegauche {
	height: 620px;
	width: 150px;
	float: left;
	background-image: url(images/bande_gauche.gif);
}


	#contenu {
	background-color: #FFFFFF;
	height: 615px;
	width: 787px;
	float: left;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 8px;
}
#contenu2 {
	background-color: #FFFFFF;
	height: 615px;
	width: 787px;
	float: left;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 8px;
	background-image: url(images/st_antoine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenu3 {
	background-color: #FFFFFF;
	height: 615px;
	width: 787px;
	float: left;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 8px;
	background-image: url(images/epee.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenu4 {
	background-color: #FFFFFF;
	height: 615px;
	width: 787px;
	float: left;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 8px;
	background-image: url(images/cible.gif);
	background-repeat: no-repeat;
	background-position: center center;
}



a:visited {
	color: #000066;
	text-decoration: underline;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}



#bdp { /*bas de page */
	background-color: #8B0606;
	height: 54px;
	width: 950px;
	float: left;
}
	#bdp_1 {
	background-color: #8B0606;
	height: 54px;
	width: 150px;
	float: left;
}
	#bdp_2 {
	background-color: #8B0606;
	height: 54px;
	width: 800px;
	float: left;
}
		#bandecouleurbas {
	background-color: #666666;
	height: 9px;
	width: 800px;
	float: left;
}
		#menu_bdp {
	height: 25px;
	width: 800px;
	float: left;
	background-image: url(images/basmenu.gif);
}

#lettreinformation  {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 22px;
	margin-bottom: 10px;
}
#lettreinformation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#lettreinformation a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}
#mentionlegal {
	background-color: #8B0606;
	height: 20px;
	width: 800px;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
