@charset "utf-8";
/* CSS Document */

body, form, img, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
}

p {
	font-size: 14px;
	line-height: 18px;
	background-color: #000;
}

a.plink:link, a.plink:active, a.plink:visited {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	background-color: #000;
	text-decoration: underline;
}

a.plink:hover {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}


h1 {
	font-size: 24px;
}

#contenant {
	width: 100%;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #808285;
	border-width: 1px;	
}

/* menu */

#leMenu {
	background-color: #da7100;
	height:34px;
	text-align:right;
}

a.liensMenu:link, a.liensMenu:visited, a.liensMenu:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
	text-align:center;
}

a.liensMenu:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
	color: #fff;
	text-align:center;
}

/* Contenu */

#leContenu {
	background-color: #000;
	background-image:url(../images/photo_accueil.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 20px;
	min-height:245px;
}

/* HEADER & FOOTER */

#headerAll {
	text-align:center;
	width: 100%;
	background-image:url(../images/bgTop.gif);
	background-position:top;
	background-repeat:repeat-x;	
	border-left-style: solid;
	border-right-style: solid;
	border-color: #808285;
	border-width: 1px;		
}

#footerAll {
	border-left-style: solid;
	border-right-style: solid;
	border-color: #808285;
	border-width: 1px;
	width: 100%;
	background-color:#000000;
}

.footerAll {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}


.credits {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

a.credits:link, a.credits:active, a.credits:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}

a.credits:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:underline;
}