/********************************************
	Fond d'écran et Containers
*********************************************/
body {
	margin: 0;
	padding: 5px;
	text-align: center;
	background-color:#333333;
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}
#Container_page{
	position: relative;
	width:950px;
	height:2000px;
	margin: 0 auto auto auto;
	padding: 0;
	text-align: left;
	background-color: #D2D2D2;
}
#Container_entete {
	position: relative;
	margin: 0;
	padding: 0;
	height: 220px;
	text-align: left;
	z-index: 99;
}
#Container_main {
	position: relative;
	float:left;
	margin: 0;
	padding: 0;
	width: 600px;
	text-align: left;
}
#Container_marge {
	position: relative;
	float:right;
	margin: 0;
	padding: 0;
	width: 350px;
	text-align: left;
}
#Container_main_pleine_page {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 99;
}
#Container_pied {
	position: relative;
	clear: both;
	float: right
	margin: 0;
	padding: 0;
	height: 220px;
	text-align: left;
	z-index: 99;
}


/********************************************
	Box avec bords arrondis et fond gris 
*********************************************/
.box {
	position: relative;
	background-color: #D2D2D2;
	clip: rect(auto,auto,auto,auto);
	z-index: 0;
}
.box_tr{
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-image: url(../images/box_rc_tr.jpg);
	z-index: 0;
}
.box_tl{
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0; 
	background-image: url(../images/box_rc_tl.jpg);
	z-index: 0;
}
.box_br{
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-image: url(../images/box_rc_br.jpg);
	z-index: 0;
}
.box_bl{
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-image: url(../images/box_rc_bl.jpg);
	z-index: 0;
}

.box_l{
	position: relative;
	height: 100%;
	background-repeat: repeat-y;
	background-position: 0 0; 
	background-image: url(../images/box_rc_l.jpg);
	z-index: 0;
}
.box_r{
	position: relative;
	height: 100%;
	background-repeat: repeat-y;
	background-position: 100% 0;
	background-image: url(../images/box_rc_r.jpg);
	z-index: 0;
}

.box_t{
	position: relative;
	height: 100%;
	background-repeat: repeat-x;
	background-position: 0 0; 
	background-image: url(../images/box_rc_t.jpg);
	z-index: 0;
}
.box_b{
	position: relative;
	height: 100%;
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-image: url(../images/box_rc_b.jpg);
	z-index: 0;
}
.box_content{
	position: relative;
	display: block;
	float: none;
	padding: 10px 15px 15px 15px;
	margin: 0 0 0 0;
	z-index: 0;
}
/********************************************
	Titre des Box 
*********************************************/

h1 {
	position: static;
	display:block;
	float: none;
	margin :0;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}


/******************************
	Style des ancres
*******************************/
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


