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



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

html {
	height: 100%;
	}

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

img {
	border: none;
	padding: 0;
	}

hr {
	width: 100%;
	height: 1px;
	color: #A8252D;
	border: 0;
	background-color: #A8252D;
	}

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



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

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

a:hover img {
	border: none;
	padding: 0;
	background-color: transparent;
	}



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

#conteneur {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	background-image: url();
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	}

#bandeau {
	position: relative;
	float: left;
	width: 100%;
	height: 150px;
	background-color: #A8252D;
	z-index: 10;
	overflow: hidden;
	}

#bandeau_ombre {
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
	background: url(images/bandeau_ombre.gif) bottom center repeat-x;
	}

#corps {
	position: relative;
	float: left;
	width: 900px;
	height: auto;
	min-height: 500px;
	left: 50%;
	margin-left: -450px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 2;
	}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: url(images/footer_bg.gif) bottom center repeat-x;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 10;
	overflow: hidden
	}

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

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

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

#footer_fixe {
	position: fixed;
	width: 100%;
	height: 35px;
	bottom: 0;
	left: 0;
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 100;
	overflow: hidden;
	background: transparent url(images/footer_bg.gif) bottom center repeat-x;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	}

#indexation {
	display: none;
	visibility: hidden;
	}



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

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

.gras2 {
	color: #A8252D;
	font-weight: bold;
	font-size: 14px;
	}
	
.gras3 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
	}

.separation_h {
	border-bottom: dashed 1px #666666;
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
	}

.separation_v {
	border-right: dashed 1px #666666;
	width: 10px;
	height: 100%;
	margin-right: 10px;
	}
	
.accueil_texte {
	float: left;
	line-height: 20px;
	}

.form {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A8252D;
	height: 15px;
	width: 150px;
	border: dotted 1px #A8252D;
	background-color: #EEEEEE;
	padding-left: 2px;
	padding-right: 2px;
	}

.form_txt {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A8252D;
	height: 210px;
	width: 200px;
	border: dotted 1px #A8252D;
	background-color: #EEEEEE;
	padding: 5px;
	}

.form_btn {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A8252D;
	height: 20px;
	width: 74px;
	border: dotted 1px #A8252D;
	background-color: #EEEEEE;
	margin-left: 2px;
	}

.check {
	background-color: #EEEEEE;
	}
	
.RubrikLabel{
	vertival-align:middle;
	border:0;
	text-align:left;
	padding-right:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A8252D;
	text-transform: uppercase;
	}
	
.RubrikSwaper{
		border:0;
		background-color:transparent;
		cursor:pointer;
		height:25px;
		width:30px;
		text-align:center;
		vertival-align:middle;
		display: none;
	}

