#balance {
	left: 0;
	background-image: url(../images/balance_droite.png);
}

img#bandeau {
	position: relative;
	top: -12px;	
}

/*************
***  LEFT  ***
*************/

#left {
	width: 266px;
	float: left;
}
#left .mod_article {
	width: 266px;
	float: right;	
	clear: both;
}

/****** Logo (retour accueil	) ******/
#left #retourAccueil {
	width: 219px;
	height: 51px;
	float: right;
	background: url(../images/logo.png);
}
#left #retourAccueil a {
	width: 219px;
	height: 51px;
	display: block;
	font-size: 0;
	text-indent: -300px;
	overflow: hidden;
}

/****** Sous-menu ******/
#sousMenu {
	width: 188px;
	float: right;
	margin: 22px 0 0 0;
}

#sousMenu ul {
	width: 188px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#sousMenu ul li {
	width: 188px;
	float: left;
	margin: 0 0 14px 0;
	text-align: left;
	background: #dedede url(../images/smenu_puce_clair.gif) no-repeat 4px 11px;
}
#sousMenu ul li a {
	width: 160px;
	padding: 8px 14px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #6a6565;
	text-decoration: none;
}
#sousMenu ul li a:hover,
#sousMenu ul li a.active {
	color: white;
	background: #414246 url(../images/smenu_puce_fonce.gif) no-repeat 4px 11px;
}

/****** Demande de tarification ******/
#left #demandeTarification {
	width: 192px;
	height: 122px;
	float: right;
	margin: 30px 0;
	display: block;
	background: url(../images/bg_demandeTarification.png) no-repeat;
	font-size: 0;
	text-indent: -300px;
	overflow: hidden;
	clear: both;
}
#left #demandeTarification a {
	width: 192px;
	height: 122px;
	display: block;
	background-image: url(../images/btn_demandeTarification_off.gif);
}
#left #demandeTarification a:hover {
	width: 192px;
	height: 122px;
	display: block;
	background-image: url(../images/btn_demandeTarification_on.gif);
}
#left #demandeTarification img {
	display: none;
}

/*************
***  MAIN  ***
*************/

#main {
	width: 516px;
	padding: 0 58px 0 22px;	
	float: left;
	text-align: left;
}

/****** Titres ******/
#titres {
	width: 100%;
	float: left;
	padding: 22px 0 16px 0;
}
#titres  h1,
#titres  h2 {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: -500px;
	overflow: hidden;
}
#titres #titre1 {
	width: 100%;
	height: 20px;
	margin: 0;
	float: left;
	background: no-repeat right top;
	border-bottom: #9e9d9d solid 1px;
}
#titres #titre2 {
	width: 100%;
	height: 36px;
	margin: 30px 0 0 0;
	float: left;
	background: no-repeat left top;
}

/****** Articles ******/
.mod_article h1,
.mod_article h2,
.mod_article h3,
.mod_article h4,
.mod_article h5,
.mod_article h6,
.mod_article span.titre {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 12px;
	font-weight: bold;
	color: #828284;
	padding-left: 12px;
	background: url(../images/smenu_puce_blanc.gif) no-repeat 0 5px;
}
.mod_article span.sousTitre {
	color: #828284;
	font-weight: bold;
}

#produit1 h1,
#produit1 h2,
#produit1 h3,
#produit1 h4,
#produit1 h5,
#produit1 h6,
#produit1 span.titre,
#produit1 span.sousTitre {
	color: #c1484f;
}

#produit2 h1,
#produit2 h2,
#produit2 h3,
#produit2 h4,
#produit2 h5,
#produit2 h6,
#produit2 span.titre,
#produit2 span.sousTitre {
	color: #847773;
}

#produit3 h1,
#produit3 h2,
#produit3 h3,
#produit3 h4,
#produit3 h5,
#produit3 h6,
#produit3 span.titre,
#produit3 span.sousTitre {
	color: #477284;
}

#produit4 h1,
#produit4 h2,
#produit4 h3,
#produit4 h4,
#produit4 h5,
#produit4 h6,
#produit4 span.titre,
#produit4 span.sousTitre {
	color: #828c70;
}



.mod_article {
	float: left;
	color: black;
}

.mod_article a {
	color: #c22a2f;
}

.mod_article p {
	margin: 12px 0;
}

.mod_article ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: outside;
}


.mod_article .image_container img{
	border: 1px solid #adacad;
	padding: 1px;
}

.mod_article .teaser {
	color: #5f5658;
	width: 84%;
	float: left;
	text-align: justify;
	margin-bottom: 32px;
}


.mod_article .ce_text {
	margin-bottom: 12px;
	text-align: justify;
}

.mod_article .ce_download {
	margin-bottom: 12px;
	text-align: justify;
}

.mod_article .ce_form {
	padding: 0 78px 16px 78px;
}
.mod_article .ce_form label {
	float: left;
	text-align: right;
	margin: 1px 2px 1px 0;
}
.mod_article .ce_form input.text, 
.mod_article .ce_form select.select, 
.mod_article .ce_form textarea.textarea {
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	color: #5f5658;
	margin: 1px 0 1px 4px;
}
.mod_article .ce_form select.select {
	width: 254px;
	_width: 256px;
}
*+html .mod_article .ce_form select.select {
	width: 256px;
}
.mod_article .ce_form input.submit {
	font-family: Verdana, Geneva, sans-serif;
	margin: 1px 0 1px 4px;
	padding: 3px 6px;
	background: url(../images/bg_bouton.gif) repeat-x;
	border: none;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.mod_article .ce_form .error {
	color: #c22a2f;
	margin: 1px 0 1px 4px;
}

/****** Plan du site ******/

#plan-du-site ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
#plan-du-site ul.level_1 li{
	padding: 0 0 5px 0;
}
#plan-du-site ul.level_1 li a {
	color: black;
	text-transform: uppercase;
}
#plan-du-site ul.level_2 li{
	padding: 0;
}
#plan-du-site ul.level_2 li a {
	color: black;
	padding-left: 20px;
	font-size: 10px;
	color: #828284;
	text-transform: none;
	text-decoration: none;
}
#plan-du-site ul li a:hover {
	color: #c22a2f;
}

