/* CSS Document */
body {
    background-image:url(degrade_fond.jpg);
	background-repeat:repeat-x;
	background-color:#d52120;
	background-position:top;
	text-align:center;
	}
.centrage {
    margin-left:auto;
	margin-right:auto;
	width:800px;
	}
.conteneur {
	min-height:630px;
	min-width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#c2c2c2;
	border-right-width:5px;
	border-right-style:solid;
	border-right-color:#c2c2c2;
	}
.bandeau {
    background-image:url(bandeau.jpg);
	background-repeat:no-repeat;
	width:800px;
	background-position:center bottom;
	height:246px;
	border-top-width:5px;
	border-top-style:solid;
	border-top-color:#c2c2c2;
	}
.bandeau_argeles {
    background-image:url(bandeau_argeles.jpg);
	background-repeat:no-repeat;
	width:800px;
	background-position:center bottom;
	height:327px;
	border-top-width:5px;
	border-top-style:solid;
	border-top-color:#c2c2c2;
	}
.menu_left {
    float:left;
	width:140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	background-color:#FFFFFF;
	}
.contentpane {
    float:left;
	width:400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	background-color:#FFFFFF;
	}
.contentpane_interne {
      float:left;
	width:650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	background-color:#FFFFFF;
	}
.rightpane {
    float:left;
	min-height:300px;
	height:300px;
	width:250px;
	background-image:url(image_a_bientot.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	}
.bandeau_bas {
    background-image:url(bandeau_bas.jpg);
	background-position:center bottom;
	position:relative;
	text-align:center;
	width:800px;
	height:11px;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-bottom-color:#c2c2c2;
	border-right-width:5px;
	border-right-style:solid;
	border-right-color:#c2c2c2;
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#c2c2c2;
	}			
.copyright {
    text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#8c3a2e;
	}
.clear {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
