/************************
	C Set ID 2007
	Jeremie Fontana
*************************/



/************************
	HTML
*************************/

html {
	height: 100%;
	scrollbar-face-color: #8E4616;
	scrollbar-highlight-color: #8E4616;
	scrollbar-shadow-color: #8E4616;
	scrollbar-3dlight-color: #450000;
	scrollbar-darkshadow-color: #450000;
	scrollbar-arrow-color: #450000;
	scrollbar-track-color: #450000;
	scrollbar-base-color: #8E4616;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #450000;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 0;
	}

img {
	border: none;
	padding: 0;
	}

.image {
	border: solid 2px #450000;
	}



/************************
	LIENS
*************************/

a {
	text-transform: none;
	font-size:12px;
	text-decoration: none;
	color: #450000;
	font-weight: normal;
	padding: 2px;
	}
 
a:link {
	color:#450000;
	text-decoration: none;
	padding: 2px;
	}
	
a:visited {
	color:#450000;
	text-decoration: none;
	padding: 2px;
	}
	
a:active {
	color:#450000;
	text-decoration: none;
	padding: 2px;
	}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
	padding: 2px;
	background-color: #450000;
	}
	
a img {
	border: none;
	padding: 0;
	}
	
a:link img {
	border: none;
	padding: 0;
	}
	
a:active img {
	border: none;
	padding: 0;
	}
	
a:visited img {
	border: none;
	padding: 0;
	}

a:hover img {
	border: none;
	padding: 0;
	}



/************************
	LAYOUT
*************************/

#conteneur {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	height: auto;
	background-color: #450000;
	background-image: url(images/page.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	}

#bandeau {
	position: relative;
	width: 1024px;
	height: 200px;
	background: url(images/bandeau.gif) top center no-repeat;
	z-index: 10;
	overflow: hidden;
	}

#corps {
	position: relative;
	margin-left: 94px;
	margin-bottom: 50px;
	width: 818px;
	height: auto;
	background-color: #C09060;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 2;
	border: dashed 1px #450000;
	}

#footer {
	position: absolute;
	float: left;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #450000 url(images/footer.gif) bottom center no-repeat;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #450000;
	text-decoration: none;
	z-index: 10;
	overflow: hidden;
	}

#footer a:link {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #450000;
	text-decoration: none;
	padding: 2px;
	}

#footer a:visited {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #450000;
	text-decoration: none;
	padding: 2px;
	}

#footer a:active {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #450000;
	text-decoration: none;
	padding: 2px;
	}
	
#footer a:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	background-color: #450000;
	}




/************************
	STYLE
*************************/

.gras1 {
	color: #450000;
	font-weight: bold;
	font-size: 18px;
	}

.gras2 {
	color: #450000;
	font-weight: bold;
	font-size: 14px;
	}

.coutures_h {
	border-bottom: dashed 1px #8E4616;
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
	}

.coutures_v {
	border-right: dashed 1px #8E4616;
	width: 10px;
	height: 100%;
	margin-right: 10px;
	}

.accueil_01 {
	color: #450000;
	font-weight: bold;
	font-size: 16px;
	}

.accueil_02 {
	color: #000000;
	}

.accueil_03 {
	color: #C09060;
	border: dashed 1px #450000;
	background-color: #8E4616;
	padding: 10px;
	}
.BLANC {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link.BLANC {
font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	}
a:visited.BLANC {
font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	}
a:active.BLANC {
font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	}
a:hover.BLANC {
font-size: 24px;
	font-weight: bold;
	color: #cccccc;
	}