/* CSS Document */
/* Structure */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
margin-top:5px;
margin-bottom:5px;
padding: 0;
text-align:center;
background-image:url(bg.jpg);
background-repeat:repeat;
background-position:center;
}

#header {
width:950px;
height:318px;
background-position:bottom;
background-repeat:no-repeat;
margin:auto;
}

#conteneur {
	position: relative;
	width: 950px;
	height:1600px;
	background-color:#000;
	background-image:url(bgconteneur.jpg);
	background-repeat: repeat-x;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	left: -1px;
}

#centre {
margin-left:550px;
width:400px;
height:400px;
position:absolute;
}

#gauche {
	background-image:url(fondtele.png);
	background-repeat: no-repeat;
	width: 550px;
	height:400px;
	float:left;
	position:absolute;
}


#colonne {
	width: 950px;
	height:1000px;
	float:left;
	margin-top:30px;
}

#pied {
height: 115px;
width:950px;
background-color: #000;
background-image:url(pieds.png);
background-repeat:no-repeat;
position:absolute;
margin-top:1500px;
}

#conteneur2 {
	position: relative;
	width: 950px;
	height:1250px;
	background-color:#000;
	background-image:url(bgconteneur.jpg);
	background-repeat: repeat-x;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	left: -1px;
}

#centre2 {
background-image:url(bgcorp.jpg);
background-repeat: repeat-x;
background-color:#000000;
margin-left:550px;
width:400px;
height:850px;
position:absolute;
}

#gauche2 {
	background-image:url(fondtele.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	position: absolute;
	left:0;
	width: 550px;
	height:850px;
	float:left;
	position:absolute;
}

#pied2 {
height: 115px;
width:950px;
background-color: #000;
background-image:url(pieds.png);
background-repeat:no-repeat;
position:absolute;
margin-top:850px;
}


/* textes */

.texteblanc {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
padding-left:25px;
padding-right:25px;
padding-top: 10px;
text-align:justify;
line-height:16px;
}

.texteblancpied {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#ffffff;
line-height:14px;
}


/*Liens*/
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/*accordion*/
#basic-accordian{
	padding:5px;
	width:850px;
	height:400px;
	position:absolute;
	z-index:2;
	margin:0px;
	}

.accordion_headings{
	padding:5px;
	background-image:url(bgespace.jpg);
	background-repeat:repeat-y;	
	height:15px;
	color:#FFFFFF;
	border:1px solid #3d3334;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#622d24;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#622d24;
}

