
.clear {
	clear: both;
}


.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#page {
	text-align: left;
	margin: 10px auto 0 auto;
	width: 970px;
	position: relative;
}

#gauche {
	float: left;
	width: 769px;
	margin-right: 10px;
}

#contenu {
	float: left;
	width: 750px;
	padding-left: 25px;
	padding-bottom: 5px;
}

#contenu2 {
	float: left;
	width: 725px;
	padding-left: 1px;
	padding-bottom: 1px;
}


#contenu .ligne {
	border-top: 1px solid #58668C;
}



#contenu .onglets li,
#contenu .onglets2 li {
	width: 97px; height: 36px;
	float: left;
	text-align: center;
	background: #7bb51d url(../images/onglet_new_on_2.gif) no-repeat top right;
/*	background: #ffffff url(../images/onglet.gif) no-repeat top right;
	border-left: 1px solid #58668C; 
	border-right: 1px solid #58668C; */
	padding-top:0px; 
	padding-right:0px;
	padding-bottom:0px;
	padding-left:Opx;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}



#contenu .onglets li.on,
#contenu .onglets2 li.on {
	background: #7bb51d url(../images/onglet_new_off_2.gif) no-repeat top right;
	background-position: top left; border-bottom: 2px; border-bottom-color: #7bb51d;
}

#contenu .onglets li a,
#contenu .onglets2 li a {
	color: #7bb51d;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top:10px; 
}

#contenu .onglets li.on a,
#contenu .onglets2 li.on a {
	color: #7bb51d;
}



#contenu .onglets li.social-on {
	background-position: bottom right;
}

#contenu .onglets li.social-on a {
	color: #61A4C2;
}

#contenu .onglets li.logement,
#contenu .onglets li.logement-on {
	height: 21px;
	margin-top: 10px;
	text-align: left;
	background-color: #38A4B1;
	background-image: url(../images/onglet-logement.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#contenu .onglets li.logement-on {
	background-position: bottom right;
}

#contenu .onglets li.logement-on a {
	color: #38A4B1;
}

#contenu .cadre {
	border: 1px solid #58668C;
	padding: 10px;
}

#contenu .cadrepanier {
	border: 1px solid #58668C;
	border-top: 0;
	padding: 0;
	margin-bottom: 10px;
}

#contenu .cadrepanier .boite {
	border-right: 0;
	margin-bottom: 5px;
}

#contenu .cadrepanier p.padding {
	padding: 0 0 10px 10px;
}

#contenu .cadrepanier label {
	margin-left: 20px;
	font-weight: bold;
}

#contenu .englobe_image_right {
	float: right; 
	padding-right: 10px;
	margin: 5px 0 0 0;
}

#contenu .englobe_image {
	float: left; 
	padding-right: 10px;
	margin: 5px 0 0 0;
}
#contenu .englobe_image_article {
	float: left; 
	padding-right: 10px;
	padding-top: 10px;
	margin: 0;
}

#contenu dl.cadre {
	margin: 0 0 10px 0;
	padding: 0;
}

#contenu dl.cadre dt {
	background-color: #E6E8EE;
	font-weight: bold;
	color: #000;
	padding: 5px;
}

#contenu dl.cadre dd {
	margin: 0;
	padding: 10px;
}

#contenu .cadre2 {
	border: 0px solid #58668C;
	border-top: 0;
/*	padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 10px 0px;
}

#contenu .cadre22 {
	border: 1px solid #58668C;
	border-top: 0;
	padding: 0px 0px 0px 0px;
}


#contenu .encadre {
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #d6d6d6; 
	border-top:1px; 
	border-top-color:#FFFFFF;
}

#contenu .encadre a,
#contenu .encadre a:visited {
	color:#000;
}

#contenu .encadre a:hover {
	color:#000;
	text-decoration: underline;
}

#contenu .encadre2 {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #E6E8EE;
}

#contenu p {
	margin: 10px 0 10px 0;
}

#contenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

