/***************************** CSS MODELE 1 ********************************/
div{
	border: 0px solid black;
}

/***************************** DECOUPAGE DE LA PAGE ********************************/
#dr_contener_gauche {
	width : 100%;
	background : url(./images/droual/fond_gauche.gif) repeat-x;
}
#dr_contener_droit {
	width : 100%;
	background : url(./images/droual/fond_droit.gif) 909px 0px no-repeat;
}
#dr_contener_div{
	position: relative;
	width: 909px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#dr_bandeau{
	position: relative;
	width: 909px;
	height: 318px;
	background : url(./images/droual/bandeau.jpg) no-repeat;
}


#dr_page{
	position: relative;
	width: 857px;
	float: left;
	padding-left:52px;
}
#dr_gauche{
	position: relative;
	width: 187px;
	float: left;
}
#dr_menu {
	width: 186px;
	float: left;
	border-left: 1px solid #d1cdc4;
	border-bottom: 1px solid #d1cdc4;
	background: #fdfcfb url(./images/droual/dr_fond_menu.gif) right repeat-y;
}
#dr_centre{
	width: 390px;
	float: left;
	border-left: 1px solid #e2ddd5;
	border-bottom: 1px solid #e2ddd5;
	border-right: 1px solid #e2ddd5;
	background: #ffffff;
	height : auto;
	min-height: 300px;
	_height: 300px;
padding: 5px 5px 5px 5px;
}
#dr_droite {
	background: url(./images/droual/fond_cherche.jpg) no-repeat;
	height: 100px;
	width: 240px;
	float:left;
}
#dr_bas{
	position: relative;
	width: 909px;
	padding: 20px 0px 0px 52px;
	color : #afaeb9;
}
#dr_bas a {
	color : #afaeb9;
}
/***************************** PARTIE HAUTE ********************************/
#dr_lien_logo {
height: 70px;
width: 70px;
position : absolute;
top : 51px;
}
#dr_balise_h1{
	position: absolute;
	top: 70px;
left: 555px;
}
#dr_balise_h1 h1{
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	color: #afaeb9;
	font-weight:normal;
}
#dr_imp {
position : absolute;
top: 213px;
left: 735px;
font-weight:bold;
color: #fff;
letter-spacing :-1px;
}
#dr_plan {
position : absolute;
top: 213px;
left: 822px;
font-weight:bold;
color: #fff;
letter-spacing :-1px;
}
/***************************** PARTIE GAUCHE ********************************/
#dr_menu li{
border-bottom : 1px solid #f6f5ef;
}
#dr_menu li{
list-style: none;
padding-left:15px;
}
#dr_menu a{
color: #adb1a7;
}
#dr_menu a:hover{
text-decoration: none;
}

#dr_menu .menu_niv1 {
background: url(./images/droual/puce_menu_niv1.gif) 0px 12px no-repeat;
}
#dr_menu .menu_niv1 a{
font-size: 16px;
line-height: 30px;
}
#dr_menu .menu_niv1_on{
background-image: url(./images/droual/puce_menu_niv1_on.gif);
cursor: pointer;
cursor: hand;
}
#dr_menu .menu_niv1_on a{
color: #0091b8;
}
#dr_menu .menu_niv2 {
background: url(./images/droual/puce_menu_niv2.gif) 1px 4px no-repeat;
padding-left:19px;
}
#dr_menu .menu_niv2 a{
font-size: 12px;
line-height: 16px;
}
#dr_menu .menu_niv2_on{
background-image: url(./images/droual/puce_menu_niv2_on.gif);
cursor: pointer;
cursor: hand;
}
#dr_menu .menu_niv2_on a{
color: #0091b8;
}

#dr_menu .menu_niv3 {
background: url(./images/droual/puce_menu_niv3.gif) 3px 7px no-repeat;
padding-left:19px;
}
#dr_menu .menu_niv3 a{
font-size: 11px;
line-height: 14px;
}
#dr_menu .menu_niv3_on{
background-image: url(./images/droual/puce_menu_niv3_on.gif);
cursor: pointer;
cursor: hand;
}
#dr_menu .menu_niv3_on a{
color: #0091b8;
}
/***************************** PARTIE CENTRE ********************************/
#dr_arianne,#contenu #dr_arianne a{
	color: #c7bdb6;
	font-size : 10px;
	margin: 0px 0px 5px 3px;
}
#contenu {
	color: #75746b;
}
#contenu a{
	color: #7cc200;
	text-decoration: underline;
}
#contenu a:hover{
	text-decoration: none;
}
/***************************** PARTIE DROITE ********************************/
#dr_titre_recherche {
	padding: 26px 0px 40px 8px;
	font-size: 16px;
	font-weight : bold;
	color: #0091b8;
	letter-spacing: -1px;
}


/***************************** PARTIE BAS ********************************/
#dr_copyright, #dr_copyright a{
	font-size: 10px;
}
#dr_copyright a{
	font-weight:bold;
}
#dr_copyright img{
	margin-bottom: -4px;
}
