html,body{
	height:100%;
	margin:0;
	padding:0:
}
body{
font-family: 'PT Sans Narrow', sans-serif;
background: #000000;
}
td,th{
font-size:1em;
}

#page,#page_interne{
font-size:1em;
position : relative;
min-height:100%
}


#corpus_mail{
margin-left:auto;
margin-right:auto;
margin-top:5px;
width: 650px;
text-align:left;
background-color:#ffffff;
border:1px solid #dedede;
}

/************* mail *********************/
body.mail{
background:#474747;
}
#corpus_mail div.bdx_logo{
width:650px;
height:142px;
margin-bottom:8px;
}
div.mail_content{
margin:20px;
background:#ffffff;
}
div.mail_content a{
color:#d80000;
}

div.mail_footer{
background:#000000;
color:#ffffff;
padding:5px;
margin-bottom:0px;
}
div.mail_footer a{
color:#ffffff;
}
/***************** page home ****************/
#content,#interne_content{
margin:0;
padding-bottom:180px;
}

.home_col_gauche{
margin-left:92px;
}

.home_col_droite{
position:absolute;
/*float:right;*/
margin-top:32px;
right:0;
bottom:0;
margin-bottom:180px;
width: 313px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.55);
color:#dedede;
padding:5px 10px 20px 10px;
}

/*
.home_col_droite{
float:right;
margin-top:-150px;
width: 313px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.55);
color:#dedede;
padding:5px 10px 20px 10px;
}
*/
.home_bas_page{
position:absolute;
height:180px;
width:100%;
bottom:0px;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.55);
}

/****************Page interne ******************/
.interne_menu_principal{
	height:32px;
	background:#da0028;
}

.interne_col_gauche{
clear:both;
float:left;
width:228px;
}
.interne_col_central{
float:left;
position:relative;
width:590px;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.85);
padding:80px 20px 20px;
overflow:hidden;
min-height:300px;
}
.interne_col_droite{
position:relative;
float:left;
width:220px;
margin-top:80px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.55);
color:#dedede;
padding:45px 15px 20px;
}

.header_col_droite{
position:absolute;
top:0;
left:0;
width:250px;
background:#6e2020;
height:46px;
}

.interne_col_central_large{
float:left;
position:relative;
width:70%;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.85);
padding:80px 0px 20px;
min-height:400px;
overflow:hidden;
}

