@CHARSET "UTF-8";

.custom
{
	position: relative;
	z-index: 99 !important;
	padding-bottom: 20px;
}

#ZoneGauche
{
	width: 482px;
	float: left;
	position: relative;
	z-index: 99 !important;
	padding-left: 10px;
	margin-top: 20px;
}

#ZoneDroite
{
	width: 500px;
	float: left;
	position: relative;
	z-index: 99 !important;
	margin-top: 20px;
	padding-left: 0px;
}

#catalogues
{
	margin-top: 20px;
	outline: none;
}

/*****
Navigation Book
*****/

.mod_booknav
{
	position: absolute;
	right: 15px;
}

*+html .mod_booknav
{
	right: 25px;
}

* html .mod_booknav
{
	right: 25px;
}

.mod_booknav li
{
	float: left;
	list-style: none;
	padding-right: 5px;
	color: #92062B;
	font-weight: 600;
	font-size: 12px;
}

.mod_booknav li a
{
	color: #c3c3c3;
	font-weight: 600;
	text-decoration: none;
	font-size: 11px;
}

/*****
Zone gauche
*****/

#ZoneGauche .mod_article
{
	background-image: url(../images/realisations/bg_top_descriptif.jpg);
	background-repeat: no-repeat;
	width: 424px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 20px;
}

#ZoneGauche .mod_article h1.ce_headline,
#ZoneGauche .mod_article h2.ce_headline,
#ZoneGauche .mod_article h3.ce_headline
{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 1px;
	border-bottom-color: #92062B;
	margin: 0 50px;
}

#ZoneGauche .mod_article .ce_text h1,
#ZoneGauche .mod_article .ce_text h2,
#ZoneGauche .mod_article .ce_text h3,
#ZoneGauche .mod_article .ce_text h4,
#ZoneGauche .mod_article .ce_text h5,
#ZoneGauche .mod_article .ce_text h6
{
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	border-style: solid;
	border-width: 0px;
        border-bottom-width: 0px;
	border-top-width: 1px;
	border-top-color: #92062B;
        margin: 0 28px;
}

#ZoneGauche .mod_article h4.ce_headline,
#ZoneGauche .mod_article h5.ce_headline,
#ZoneGauche .mod_article h6.ce_headline
{
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	padding-bottom: 10px;
}

#ZoneGauche .mod_article .ce_text
{
	background-image: url(../images/realisations/bg_bottom_descriptif.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f0f0f0;
	padding-bottom: 20px;
	padding-left: 22px;
	padding-right: 20px;
        margin-right: 2px;
}

#ZoneGauche .mod_article .ce_text .image_container
{
	padding-top: 10px;
	padding-bottom: 20px;
}


/*****
Zone droite
*****/

#ZoneDroite .mod_article
{
	padding-left: 0px;
	padding-top: 20px;
}

#ZoneDroite .mod_article h6.ce_headline,
#ZoneDroite .mod_article h5.ce_headline,
#ZoneDroite .mod_article h4.ce_headline
{
	background-image: url(../images/puce_titre_realisation.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #454545;
	font-size: 14px;
}

#ZoneDroite .mod_article h1.ce_headline,
#ZoneDroite .mod_article h2.ce_headline,
#ZoneDroite .mod_article h3.ce_headline
{
	background-image: url(../images/puce_titre_realisation.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: #92062B;
	font-size: 20px;
}

#ZoneDroite .mod_navigationRop
{
	padding-left: 10px;
}

/******************************************************
Class CadreRouge
*******************************************************/
#ZoneDroite .mod_navigationRop
{
	margin-right: 40px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	width: 409px;
	background-repeat: no-repeat;
	background-color: #92062B;
}

#ZoneDroite .mod_navigationRop h1,
#ZoneDroite .mod_navigationRop h2,
#ZoneDroite .mod_navigationRop h3,
#ZoneDroite .mod_navigationRop h4,
#ZoneDroite .mod_navigationRop h5,
#ZoneDroite .mod_navigationRop h6
{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 10px;
	padding-bottom: 5px;
}

#ZoneDroite .mod_navigationRop
{
	background-image: url(../images/title_CadreRouge.jpg);
}

#ZoneDroite .mod_navigationRop ul
{
	padding-top: 5px;
}

#ZoneDroite .mod_navigationRop span
{
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

#ZoneDroite .mod_navigationRop a
{
	color: #fff;
	text-decoration: none;
}

#ZoneDroite .mod_navigationRop a:hover
{
	color: #fff;
	text-decoration: underline;
}

#ZoneDroite .mod_navigationRop li
{
	list-style: none;
	width: 204px;
}

#ZoneDroite .mod_navigationRop li.float
{
	float:left;
}

#ZoneDroite .mod_navigationRop li.clean
{
	float:left;
	clear:both;
}

