body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #fff url(../img/interface/background.gif) center 0 no-repeat;
}

img {
	border: none;
}

ul, li {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}

/** centreur / conteneur du site **/
#global {
    margin-left: auto;
    margin-right: auto;
    width: 955px;
}

/** bandeau navigation titre / bts **/
#global #navigation {
    position: relative;
	height: 137px;
}

#global #footer {
    position: relative;
	height: 40px;
	padding-left:10px;
	color: #B6BFC3;
}

#global #footer a{
   text-decoration: none;
	color: #B6BFC3;
}

#global #titre {
    position: relative;
    width: 252px;
	height: 127px;
	float: left;
}

#global #bts {
    position: relative;
    width: 703px;
	height: 78px;
	float: left;
	padding: 49px 0 0;
}

#global ul {}

#global #bts li {
    float: left;
}
.margin5 {margin: 0 5px 0 0}
.w130 {width: 131px;}
.w135 {width: 136px;}
.w145 {width: 144px;}

#global #bts li a {
    text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	padding: 7px 0 0;
	color: #434343;
	height: 23px;
	display: block;
	text-align: center;
	background: url(../img/interface/backgroundlink.gif) left top repeat-x;
}

#global #bts li a:hover {
	color: #fff;
    background: url(../img/interface/backgroundlink.gif) left -30px repeat-x;
}
#global #bts li a.on {
	color: #fff;
	padding: 7px 0 0;
    background: url(../img/interface/backgroundlink.gif) left -30px repeat-x;
}

#contenu {
	position: relative;
	padding-bottom: 30px;
	overflow: visible;
}

/** contenu des pages partie gauche **/
#contenu_gauche {
	position: relative;
    	width: 671px;
	padding: 0 0 0 28px;
	float: left;
	height: 600px;
}

.bkg_contenu_gauche {
	background: #fff;
}

/** contenu des pages partie droite **/
#contenu_droite {
	position: relative;
    width: 256px;
	height: 78px;
	float: left;
}

#titre_contenu_droite {
	margin: 33px 0 0 22px;
	padding : 0 15px 13px 10px;
	font-size: 18px;
	background: url(../img/interface/orange.gif) left top repeat-y;
	color: #fff;
}

#sstitre_contenu_droite {
	font-size: 18px;
	font-weight: bold;
	color: #fd6303;
	margin: 43px 0 0 22px;
	padding : 0 15px 0 12px;
}
#ref {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 185px;
	line-height: 17px;
	margin: 0 0 0 22px;
	padding : 0 15px 13px 12px;
	text-align: justify;
}

.link_contenu_droite {
	margin: 0 0 0 22px;
	display: block;
	padding : 0 15px 13px 12px;
	font-size: 12px;
	background: url(../img/interface/orange.gif) left top repeat-y;
	color: #fff;
	text-decoration: none;
}
.link_contenu_droite:hover {
	text-decoration: underline;
}

/** Utils **/
.clear {
	clear: both;
}

.orange{
	font-size: 16px;
	font-weight: bold;
	color: #fd6303;
}

.gris{
	line-height: 14px;
	color: #5c5c5c;
	font-weight: bold;
}
