*{
	margin:0;
	padding:0;	
	outline:none;
}

body {
	background:#777779;
	font-family: arial, sans-serif;
	font-size:11px;
}

a {
	color:#000000;
	text-decoration: none;	
	outline:none;
}

a:hover {
	color:#000000;
	text-decoration: underline;	
}

.alignCenter {
	text-align: center;	
	width:100%;
}
.alignRight {
	text-align: right;	
	width:370px;
}
pre{
	background: white;	
}

p{
	text-align: justify;	
}
/* ==== HEADER ==== */
.headerContainer{
	height:134px;
	background:url(../img/c2j_header_bg.png) repeat-x #242226;
}

.header{
	width:950px;
	height:134px;
	margin:0 auto;
	position:relative;
}

.header .logo {
	position:absolute;
	top:0;
	left:22px;	
}
.header .logo img{
	border:0;
}

.header p.slo{
	position:absolute;
	top:30px;
	left:182px;	
	color:#d0e200;
	font-size:16px;
	letter-spacing: 4.7px;
	display: block;
	font-weight: bold;
	text-transform:uppercase;
	line-height:1em;
}

/* Langues */
.header ul.languages{
	position:absolute;	
	top:33px;
	right:20px;
	list-style: none;
	width:52px;
}
.header ul.languages li{
	display: block;
	float:left;
	margin-left: 10px;
}
.header ul.languages li em{
	text-indent: -10000em;
	display: block;
}
.header ul.languages li a img{
	border: 0;
}

/* ==== MENU HEADER ==== */
.menuHeader{
	border-top: 1px solid #667920;
	position:absolute;
	top:55px;
	left:182px;	
	width:747px;
	padding-top:15px;
}
.menuHeader li{
	border-left:1px solid #667920;
	padding: 0 15px 0 15px;
	float:left;
	list-style: none;
	height:30px;
		
}
.menuHeader li.first{
	padding-left:0;
	border-left:0;
}
.menuHeader li a{
	display: block;
	height:100%;

	font-size: 13px;
	display: block;
	font-weight: bold;
	color:white;
	line-height:13px;
	overflow:hidden;
	margin-top:-1px;
	text-transform: uppercase;
}
.menuHeader li a.selected, .menuHeader li a:hover{
	color:#cccc00 !important;	
	text-decoration: none;
}


/* ==== MENU HOME ==== */
ul.accroche3{
	list-style: none;	
	width:100%;
	padding-top:17px;
	padding-bottom:10px;
	overflow:hidden;
	padding-left:15px;
}
ul.accroche3 li{
	margin-right:15px;
	color:#CCCCCC;
	font-size:14px;
	text-transform: uppercase;
	float:left;
	background: url(../img/c2j_pink_square.png) no-repeat left center;
	padding-left:28px;
}
ul.accroche3 li a{
	color:#CCCCCC;
}
ul.accroche3 li.first{
	background: none;
	padding-left:0;	
}


/* ==== PARAGRAPHE HOME ==== */
p.paraIntroduction {
	margin:0px !important;
	margin-top:10px !important;
	margin-left:15px !important;
	font-size: 12px !important;
	height:120px !important;
	
	border-bottom:1px solid #414141 !important;
	padding-bottom:15px !important;
}


/* ==== CONTENT ==== */
.contentContainer{
	background:url(../img/c2j_content_bicolor.png) repeat-y center top  #040404;
	position:relative;
}
.uniContainer{
	background: #1e1e1e;
}

.content{
	width:950px;
	margin:0 auto;
	overflow: auto;
	position:relative;
}

.uniContainer .content{
	background: #1e1e1e;
}

/* Shadow */
.contentTopShadow{
	background:url(../img/c2j_content_shadow_top.png);
	height:7px;	
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	width:100%;
}
.contentBottomShadow{
	background:url(../img/c2j_content_shadow_bottom.png);
	height:7px;	
	position: absolute;
	bottom:0;
	left:0;
	z-index: 100;
	width:100%;
}

/* ==== FOOTER ==== */
.footerContainer{
	background:url(../img/c2j_footer_bg.png) top center #868586;
	height:150px;
}

.footer{
	width:950px;
	margin:0 auto;
	padding-top:35px;
}
.footerInner{
	text-align: center;
	color:#FFFFFF;
	border-top:1px solid black;
	padding-top:15px;
	
}
.footerInner a{
	color:#d0e200;	
}
.footerInner ul{
	display: inline;	
	margin-left:10px;
}
.footerInner ul li{
	list-style: none;
	display: inline;	
}

/* ==== BUTTON ==== */
.button {
	overflow:hidden;	
	font-weight: bold;
	text-transform:uppercase;
	color:#191919;
	height:16px;
	display:-moz-inline-box;
	display:inline-block;
	margin-left:auto;
	
}
.button .left,.button .right{
	float:left;
	background: url(../img/c2j_btn_rounded_yellow.png) no-repeat;
	width:6px;
	height:16px;
}
.button a:hover .left,.button a:hover .right{
	background-image: url(../img/c2j_btn_rounded_e8f27d.png);
}
.button .left{
	background-position: left;
}
.button .right{
	background-position: right;
}

.button .center{
	float:left;
	background: #d9ec00;
	line-height:14px;
	height:16px;
	text-align: left;
	font-size:11px;
	padding:0 4px 0 4px;
}
.button a:hover .center{
	background: #e8f27d;	
}

.buttonBlack .left,.buttonBlack .right{
	background-image: url(../img/c2j_btn_rounded_302f32.png);
}
.buttonBlack .center{
	background: #302f32;
	color:white;
}

.buttonBlack a:hover .left, .buttonBlack a:hover .right{
	background-image: url(../img/c2j_btn_rounded_4c4c4e.png);
}
.buttonBlack a:hover .center{
	background: #4c4c4e;
}


ul.listButton li{
	list-style: none;
	margin-top: 20px;
	text-align: center;
}

.button a:hover{
	text-decoration: none;	
}
.buttonCenter{
	text-align: center;	
}
/* ==== TITLES ==== */
h1.pageTitle{
	color:#d0e200;
	text-transform: uppercase;
	margin-left: 22px;
	margin-right: 22px;
	margin-top:10px;
	border-bottom: 1px solid #888888;
	padding-bottom: 4px;
	font-size:22px;
}

.rightCol h3{
	color:#d0e200;
	text-transform: uppercase;
	font-size:13px;	
	padding-top:8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #888888;
	margin-bottom: 10px;
}

.rightCol h3.icon{
	padding-left:40px;
	padding-top:5px;
	margin-top:25px;
}
.rightCol h3.iconPdf{
	background: url(../img/c2j_icons_pdf.png) top left no-repeat;
}
.rightCol h3.iconPhone{
	background: url(../img/c2j_icons_phone.png) top left no-repeat;
}

.leftCol h2{
	color:#d0e200;
	text-transform: uppercase;
	font-size:18px;	
	padding-bottom: 5px;
	margin-left: 22px;
	margin-right: 22px;
	border-bottom: 1px solid #888888;
}
.leftCol h3{
	color:#d0e200;
	text-transform: uppercase;
	font-size:14px;	
}

h2.mini {
	color:#d0e200;
	text-transform: uppercase;
	font-size:14px;	
		
}
/* ==== PARAGRAPHES ==== */
.content p {
	color:#888888;
	margin-left:22px;
	margin-right:22px;
	margin-top:5px;
}	
.content .rightCol p {
	margin-left: 0;	
	margin-bottom:15px;
}
p.accroche{
	color:#888888;	
}
             

/* ==== COL ==== */

.leftCol{
	float:left;
	width:644px;
	background: #1e1e1e;
	padding-bottom: 65px;
}
.rightCol{
	float:left;
	background: #040404;	
	margin-left:16px;
	margin-right:8px;
	padding-bottom: 65px;
}

.uniContainer .rightCol{
	background: #1e1e1e;	
}

/* ==== BREAD CRUMB ==== */
ul.breadcrumb{
	list-style: none;
	height:30px;
	line-height:30px;
	margin-left:22px;
}
ul.breadcrumb li{
	display: inline;	
	color:#888888;
	margin-left:2px;
	font-size:10px;
}
ul.breadcrumb li a{
	color:#888888;
	text-decoration: underline;
}

ul.breadcrumb li.last a{
	text-decoration: none;
}


ul.breadcrumb li.first a{
	color:#cccc00;
	text-decoration: underline;
}

/* ==== HOME ====*/
.pagesHomeContainer{
	background:url(../img/c2j_content_bicolor_500.jpg) repeat-y center top  #040404;
}

.pagesHomeContainer .content{
	background: none;	
	height:640px;
	overflow: visible;
	width:950px;	
}

.pagesHomeContainer .leftCol{
	width:500px;	
	height:504px;
	padding-bottom: 0;
	background:none;
}

.pagesHomeContainer .rightCol{
	width:450px;
	height:504px;
	padding-bottom: 0;
	margin:0;
}

/* Focus List */
ul.focusList{
	list-style:none; 	
	width: 445px;
	margin-left:5px;
	overflow: hidden;
	margin-bottom:2px;
	padding-bottom:2px;
}
ul.focusList li{
	height: 130px;
	width: 220px;
	position:relative;
	float:left;
	overflow:hidden;
	margin-left:5px;
}
ul.focusList li.first{
	border-top:0;	
	margin-left:0px;
}
ul.focusList li h2{
	color:white;
	font-size:16px;
	width:126px;
	font-weight: bold;
	text-transform:uppercase;
	margin-left:93px;
	margin-top:13px;
}

ul.focusList li p{
	width:126px;
	color: #998d81;
	overflow: hidden;
	margin:0 !important;
	margin-left:93px !important;
	color:#998d81;
	text-align:left;
}

ul.focusList li .imageSide{
	position:absolute;
	top:0px;
	left:0px;
	width:94px;
	height: 107px;
	background: url(../img/c2j_home_side_img_back.png) center center no-repeat;
}

ul.focusList li .imageSide img{
	border:0;
}
ul.focusList li .imageSideInner{
	width:86px;	
	height:86px;	
	overflow: hidden;
	position:relative;
	margin-top:12px;
	margin-left:4px;
}
ul.focusList li .imageSideInner img{
	position:absolute;
	top:0;
	left:-37px;
}

a.linkHome{
	color:#d0e200;
	text-transform: uppercase;
	font-size:11px;
	border-bottom: 1px solid #373c03;
	text-decoration: none;
}

ul.focusList a.linkHome{
	display:block;
	padding-top:5px;
	margin-left:93px !important;
	border:0;
}

.rightCol h2.paraTitle{
	color:white;
	font-size:16px;
	width:500px;
	font-weight: bold;
	text-transform:uppercase;
	margin-top:10px;
	margin-left:15px;
}

/* Reference et temoignage sur home*/
div.refTemContainer{
	border-top:1px solid #414141;
	margin-left: 15px;	
	padding-bottom:3px;
	overflow:hidden;
}


div.refTemContainer h2{
	color:white;
	font-size:16px;
	width:126px;
	font-weight: bold;
	text-transform:uppercase;
	margin-top:15px;
}
	
.referenceFocus{
	width:210px;
	float:left;	
}
.referenceFocus .imageContainer{
	width:210px;
	height: 109px;
	overflow:hidden;
	display:block;
	margin-top:5px;
}
.referenceFocus img{
	border: 0;	
}
.referenceFocus .linkHome{
	margin-top:10px;	
}

.referenceFocusName {
	color:white;
	background: #302f32;
	text-transform: uppercase;	
	font-size:13px;
	padding:3px 5px 3px 5px;
	margin-bottom:5px;
}

.testimonialFocus{
	width:210px;
	float:left;	
	margin-left:15px;
}

.testimonialFocus p{
	margin:0 !important;
	margin-top:5px !important;
	margin-bottom:5px !important;
}



/* Nos salons */
.nosSalonsContainer{
	display:block;	
	border:1px dashed white;
	background: #232326;
	padding:5px;
	margin-left:15px;
	margin-top:12px;
}
.nosSalonsContainer h2{
	color:#d0e200;
	text-transform: uppercase;
	font-size:11px;
	text-decoration: none;
}
.nosSalonsContainer marquee{
	font-size:14px;
	color:#998d81;	
	margin-top:10px !important;
	margin-bottom:10px !important;
}

/* Categorie news HOME */
.listCategoryActu {
	overflow:hidden;	
}

.listCategoryActu .item{
	float:left;
	width:166px;
	padding-bottom:3px;
}

.listCategoryActu h2{
	color:white;
	font-size:16px;
	font-weight:bold;
	margin:0;
	margin-top:10px;
	text-transform:uppercase;
	width:126px;
	border:0;
}
.listCategoryActu h2 a{
	color:white;
	text-decoration: none;	
}

.listCategoryActu img{
	border:0;	
}
.listCategoryActu .homeActuMediaContainer{
	width:135px;
	height:90px;
	overflow:hidden;	
}
.listCategoryActu .homeActuMediaEmptyContainer{
	width:135px;
	height:90px;
	overflow:hidden;	
}

.listCategoryActu .homeActuMediaContainer img{
	margin-left:-15px;
}
.listCategoryActu p{
	margin:0;
	width:135px;
	height:83px;
	margin-top:5px;
	margin-bottom:7px;
	overflow:hidden;
	text-align: left;
}
.listCategoryActu .linkHome{
	border-color:#5f632b;
}
/* Home Btn */
.homeBtn{
	position:absolute;
	top:96px;
	left:110px;
}

.homeBtn a .center{
	width:108px;
	text-align: center;
}

.homeBtn a{
	display:block;
	overflow:hidden;	
}

/* ===== REFERENCES ===== */
.referencesActivitiesContainer .leftCol,
.referencesTypesContainer .leftCol,
.referencesIndexActivityContainer .leftCol,
.referencesIndexTypeContainer .leftCol{
	width:756px;
}
.referencesActivitiesContainer .rightCol,
.referencesTypesContainer .rightCol,
.referencesIndexActivityContainer .rightCol,
.referencesIndexTypeContainer .rightCol{
	width:170px;
	margin-top:57px;
}

h2.typeTitle {
	position: relative;	
	height:40px;
	border:0;
	margin-top:10px;
	font-size:16px;
}

h2.typeTitle strong{
	position: absolute;
	top:0;
	left:44px;	
	line-height: 32px;
}

ul.referenceOverview{
	list-style: none;	
	margin-top:10px;
}

ul.referenceOverview li{
	width:345px;
	height: 220px;
	background: #302f32;
	display: block;
	float: left;
	margin-left:22px;
	margin-bottom: 15px;
	position: relative;
}
ul.referenceOverview li a{
	position:absolute;
	top:0;
	left:0;
	display: block;	
	width:345px;
	height: 220px;
	padding:0;
	margin:0;
	text-decoration: none;
	background: url(../img/spacer.gif);
}

ul.referenceOverview li a img{
	border:0;	
}

ul.referenceOverview li .imageOverview{
	width:345px;
	height:180px;
	overflow: none;
}

ul.referenceOverview li .label{
	width:345px;
	height:26px;
	overflow:hidden;
	position: relative;
}
ul.referenceOverview li a h2{
	font-weight: bold;
	font-style:normal;
	font-size:13px;
	color:white;
	text-transform:uppercase;
	overflow:hidden;
	line-height:26px;
	height:26px;
	position:absolute;
	top:180px;
	left: 40px;
	margin:0;
	text-decoration: none;
	border:0;
}
ul.referenceOverview li .label img{
	width:40px;
	height:40px;
	float:left;
	border:0;

}
ul.referenceOverview li .client{
	height:14px;
	display: block;
	padding-left: 40px;
	color:white;
}



.referencesIndexActivityContainer .rightCol .button .center,
.referencesIndexTypeContainer .rightCol .button .center,
.referencesActivitiesContainer .rightCol .button .center,
.referencesTypesContainer .rightCol .button .center{
	width: 150px;
}

.referenceTriButton .center{
	width: 90px !important;
	text-align: center !important;
}
.referenceTriButton{
	padding: 5px 0 5px 0 !important;	
}


/* ===== REFERENCES VIEW ===== */
.referencesViewContainer{
	background:url(../img/c2j_content_bicolor_645.png) repeat-y center top  #040404;	
}
.referencesActivitiesContainer,
.referencesTypesContainer,
.referencesIndexTypeContainer,
.referencesIndexActivityContainer{
	background:url(../img/c2j_content_bicolor_756.png) repeat-y center top  #040404;	
}


.referencesViewContainer .leftCol{
	width: 645px;	
}
.referencesViewContainer .rightCol{
	width: 281px;	
}

.referencesViewContainer .leftCol .mainImageContainer{
	width: 645px;
	height:365px;
	padding-top:35px;
	position:relative;
}
.referencesViewContainer .leftCol .mainImage{
	width:587px;
	height:365px;
	margin-left:52px;
	position: relative;	
	
}
.referencesViewContainer .leftCol .mainImageShadow{
	width:587px;
	height:365px;
	position: absolute;
	top:0;
	left:0;
	display:none;
	background: url(../img/c2j_black_80p.png) repeat;
}
.referencesViewContainer .leftCol .mainImageShadow img{
	position: absolute;
	top:174px;
	left:285px;
}


.referencesViewContainer .leftCol .arrowLeftContainer{
	position:absolute;
	top:216px;
	left:22px;
}
.referencesViewContainer .rightCol .arrowRightContainer{
	position:absolute;
	top:246px;
	right:22px;
}
.referencesViewContainer .leftCol .arrowLeftContainer a img,
.referencesViewContainer .rightCol .arrowRightContainer a img{
	border:0;
}
.referencesViewContainer .leftCol .listImage{
	width:587px;
	margin-left:52px;	
	margin-top:35px;	
	overflow:auto;
}
.referencesViewContainer .leftCol .listImage .col{
	width: 293px;
	float:left;
	overflow:auto;
}

.referencesViewContainer .leftCol .listImage h2{
	font-size: 15px;
	margin-left:0;
	margin-bottom:10px;
	width:160px;
}

.referencesViewContainer .leftCol .listImage ul{
	overflow: auto;
	list-style: none;	
}
.referencesViewContainer .leftCol .listImage ul li{
	float:left;
	width:40px;
	height:39px;
	margin-right:5px;
	margin-bottom:5px;
	overflow:hidden;
}
.referencesViewContainer .leftCol .listImage ul li img{
	margin-left:-12px;
	border:0;
}

/* Bottom */
.referencesViewContainer .bottomColContainer{
	width:587px;
	margin-left:52px;	
	margin-top:35px;	
	overflow:auto;
}
.referencesViewContainer .bottomColContainer .colLeft{
	width: 293px;
	float:left;
	overflow:auto;
}
.referencesViewContainer .bottomColContainer .colRight{
	width: 293px;
	float:left;
	overflow:hidden;
}

.referencesViewContainer .bottomColContainer .colRight .video{
	margin:0 !important;
	height:192px !important;
	width:277px !important;
	overflow: hidden !important;
	float:none;
}

.referencesViewContainer .bottomColContainer .colRight p{
	margin:0;
	margin-top:5px;	
}
.referencesViewContainer .bottomColContainer h2{
	font-size: 15px;
	margin-left:0;
	margin-bottom:10px;
	width:160px;
}



/* Right */
.referencesViewContainer .rightCol ul.listButton{
	margin-top:40px;	
}
.referencesViewContainer .rightCol ul.listButton li{
	list-style: none;
	margin-top: 0px;
	text-align: left;
}
	
.referencesViewContainer .rightCol h1{
	color:#D0E200;
	font-size:16px;
	margin-top:20px;
	text-transform: uppercase;
}
.referencesViewContainer .rightCol p.client{
	color:#998d81;	
	font-family: arial, sans-serif;
	font-size:11px;
	margin-top:0;
	margin-bottom:5px;
}
.referencesViewContainer .rightCol p.info,
.referencesViewContainer .bottomColContainer p.info{
	color:#cccccc;	
	margin:0;
	margin-bottom:5px;
}
.referencesViewContainer .rightCol p.info strong,
.referencesViewContainer .bottomColContainer p.info strong{
	font-size: 13px;
	text-transform: uppercase;	
}
.referencesViewContainer .rightCol p.picto{
	overflow: hidden;
	margin:0;
}
.referencesViewContainer .rightCol p.picto img{
	float:left;
	border:none;
}
.referencesViewContainer .rightCol p.picto strong{
	line-height:32px;
	float:left;
}
.referencesViewContainer .rightCol hr.border{
	width:160px;
	height:1px;
	border-top:#888888;
	margin-bottom:10px;
	text-align: left;
}
.referencesViewContainer .rightCol h2.salon{
	color:#cccccc;
	text-transform: uppercase;
	font-size:13px;
	width:240px;
}
.referencesViewContainer .rightCol div.description{
	color:#998d81;
	width:240px;
	margin-bottom:5px;
	margin-top:10px;
}
.referencesViewContainer .rightCol div.description p{
	color:#998d81;
	
}
	
.rightCol h3.underlined{
	width:160px;
	font-size:16px;
	padding-bottom: 5px;
	margin-top:10px;	
}

.leftCol em.empty{
	color:#CCCCCC;
	margin-left:22px;
	margin-top:15px;
	display: block;	
}
	
	
/* ===== COMPETENCES ===== */
.pagesCompetencesContainer .leftCol{
	width:716px;
}
.pagesCompetencesContainer .rightCol{
	width:210px;
	padding-top:37px;
}
.pagesCompetencesContainer .leftCol img{
	margin-top:20px;	
	margin-left:22px;	
}

.pagesCompetencesContainer .rightCol p{
	color:#998d81;
	margin-top:20px;
	text-align: left;
}

.pagesCompetencesContainer .flashContainer{
	margin-left:22px;	
	outline:none;
}
.pagesCompetencesContainer .flashContainer object{
	outline:none;
}

/* ==== MOBILIER LOCATION ==== */
.mobiliersIndexContainer .leftCol {
	width:694px;
}
.mobiliersIndexContainer .rightCol {
	width:232px;
}

.mobiliersIndexContainer #coverflow{
	margin-left: 22px;
	margin-top: 10px;
	height: 317px;
	outline:none;	
}
.mobiliersIndexContainer #coverflow object{
	outline:none;	
}

.locationAccroche{
	margin-left:22px;
	margin-bottom:30px;
	overflow: auto;
}
.locationAccroche img{
	float:left;	
	margin-right:22px;
}

.locationAccroche h3{
	padding-top:40px;
}
.locationAccroche p{
	padding-left:20px;
	padding-top:5px;
}


/* ===== CMS CONTENT ===== */
.cmsContentContainer{
	padding-bottom:50px;
}

.cmsContent a{
	color:#888888;
	text-decoration: underline;
}


/* ===== CONTACT ====== */
.contactsIndexContainer{
	padding-bottom:50px;
}
.contactsIndexContainer .contactInner{
	overflow:hidden;	
	height:600px;
	paddng-bottom:1000px;
}
.contactsIndexContainer .colContainer{
	overflow:auto;
	margin-top:20px;
}
.contactsIndexContainer .colContainer .col{
	float:left;
	width:50%;
}
.contactsIndexContainer .colContainer p{
	color:#998D81;
	font-size:12px;
	margin:5px 0 0;
}
.contactsIndexContainer .colContainer p a{
	color:#998D81;
	text-decoration:underline;
}

.contactsIndexContainer .formulaire{
	width: 390px;
	margin-left: 22px;
	float: left;
	margin-top:45px;
}
.contactsIndexContainer .formulaire p.contact{
	color: #998d81;
	margin:0;
	margin-top:5px;
	font-size:12px;
}
.contactsIndexContainer .formulaire form{
	margin-top:25px;	
}
.contactsIndexContainer .formulaire div.input{
	margin-bottom: 10px;
}

.contactsIndexContainer .formulaire form label{
	color: #998d81;
	font-size:12px;
	float:left;
	width:70px;	
	height: 20px;
	line-height: 20px;
}
.contactsIndexContainer .formulaire form input,
.contactsIndexContainer .formulaire form textarea{
	width:295px;	
	border:1px solid #5d5d5d;
	font-size:12px;
	padding-left:5px;
	background: #e1e1e1;
}
.contactsIndexContainer .formulaire form textarea{
	height:100px;	
}
.contactsIndexContainer .formulaire form input{
	height:18px;	
	line-height: 18px;
}
.contactsIndexContainer .formulaire form .submitLink{
	padding-top:10px; 	
}

.contactsIndexContainer .formulaire form .submit{
	display:none;
}

.contactsIndexContainer .formulaire form .error-message{
	color:#d0e200;
	font-size:12px;	
	text-align:right;
	margin-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}	
.contactsIndexContainer .formulaire form .form-error{
	border:1px solid #d0e200;	
	background: #fcfeea;
}

.contactsIndexContainer .formulaire .formInfo{
	color:#d0e200;
	font-size:12px;	
	text-align:center;
	padding-top:20px;	
}

.contactsIndexContainer .formulaire p.intro{
	color:#998D81;
	font-size:12px;
	margin:0;
	margin-right:15px;
	text-align: justify;
}

.contactsIndexContainer .map{
	width: 516px;
	margin-top:45px;
	margin-bottom:50px;
	height:498px;
	float: left;
}


/* ===== PROJETS ====== */
.salonsIndexContainer .colContainer{
	margin-top:20px;
	margin-left:22px;
	overflow:hidden;
}
.salonsIndexContainer .colPresentation{
	float:left;	
	width:291px;
}
.salonsIndexContainer .colPresentation p{
	color:#888888;
	margin:0;
	margin-right: 20px;
}
.salonsIndexContainer .colPresentation h2{
	color:#d0e200;
	text-transform: uppercase;
	margin-bottom:0px !important;
	font-size:14px;
	margin-top:10px;
}
.salonsIndexContainer .colPresentation ul.keywords{
	margin-top:5px;	
	margin-right: 20px;
	text-align: justify;
	z-index:1000;
	background: #1E1E1E;
	position:absolute;
	width:271px;
	padding-right:20px;
}
.salonsIndexContainer .colPresentation ul.keywords li{
	list-style: none;
	display:inline;
	color:#888888;
}

.salonsIndexContainer .countryList{
	overflow:hidden;
	margin-left:22px;
	margin-right:22px;
	margin-top:20px;
	margin-bottom:30px;
}
.salonsIndexContainer .countryList .countryItem{
	width:180px;
	float:left;
}
.salonsIndexContainer .countryList .countryItem h3{
	color:#d0e200;
	text-transform: uppercase;
	margin-bottom:10px;
}
.salonsIndexContainer .countryList .salonItem h4{
	color:#888888;
	font-weight: weight;
	font-size:13px;
}

.salonsIndexContainer .countryList ul{
	margin-bottom:15px;
}
.salonsIndexContainer .countryList ul li{
	color:#888888;
	list-style-type: none;
	margin-top:5px;
}
.salonsIndexContainer .countryList ul li a{
	color:#888888;
	text-decoration: underline;
}

.salonsIndexContainer .colMap{
	float:left;	
	width:615px;
}


.salonsIndexContainer .mapContainer{
	text-align: center;
	width:615px;
	height:440px;
	overflow:hidden;
	margin-bottom:25px;
}

.salonsIndexContainer .mapContainer .map{
	width: 613px;
	height:440px;
	margin:0 auto;
	display: block;
	overflow:hidden;
}

.salonsIndexContainer .mapContainer .map .pointLocatorHelper #pointLocatorHelperMap{
	height:440px !important;
}
.salonsIndexContainer .mapContainer .map .bubble{
	text-align: left;
	overflow:auto;
	display: block;
}

.salonsIndexContainer .mapContainer .map .bubble a{
	display: inline;
}

.salonsIndexContainer .mapContainer .map .bubble strong{
	display:block;
	font-size: 12px;
	font-weight:bold;
	border-bottom:1px solid black;
	margin-bottom:3px;
	padding-bottom:3px;
}

/* ===== ACTUALITES ===== */
.newsIndexContainer{
	background:url(../img/c2j_content_bicolor_756.png) repeat-y center top  #040404;	
}
.newsIndexContainer h2{
	color:white;
	font-size:16px;
	font-weight: bold;
	text-transform:uppercase;
	margin-top:10px;
	margin-left:22px;
	border:0;
}

.newsIndexContainer .titleContainer {
	overflow: hidden;
}

.newsIndexContainer .separateur {
	border-bottom:1px solid #888888;	
	width:713px;
	margin-left: 22px;
}

.newsIndexContainer .titleActu {
	width: 625px;
	float: left;
	margin-right: 0;
	border: 0;
	
}

.newsIndexContainer .buttonTouteActu {
	width: 90px;
	float: left;
	margin-top:15px;
	padding-bottom:4px;
}

.newsIndexContainer .leftCol {
	width:756px;
}

.media.image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 150px;
	display:block;
}
.media.image img{
	border: 0;
}

.media.video {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 160px;
	display:block;
}


.actuList .contentActu {
	margin-bottom:20px;
	overflow:auto;
}

.floatContainer {
	overflow:hidden;	
}
.contentActu .actuTitle{
	overflow:hidden;	
	display: block;
	float:left;
}

.actuList {	
	list-style:none outside none;
	margin-top:20px;	
	overflow: auto;
}

.newsIndexContainer .leftCol .paging {	
	text-align:center;
	color: #3c3c3c;
	font-weight: bold;
	text-transform: uppercase;
}

.newsIndexContainer .leftCol .paging a {
	color: black;
	background: url(../img/c2j_btn_rounded_yellow_70px.png) no-repeat;
	width:110px;
	height: 16px;
}

.newsIndexContainer .leftCol .paging .disabled {
	/*background: url(../img/c2j_btn_rounded_302f32_70px.png) no-repeat;
	width:110px;
	color: white;
	height: 16px;*/
	display:none;
}

.actuList .actu_item {
	display:block;
	border-bottom:1px solid #3c3c3c;
	margin-bottom:20px;
	margin-left:22px;
	width:713px;
	float: left;
}

.newsIndexContainer .leftCol h3.replace {
	display:block;
	width:100%;
	overflow:hidden;
}

.categorieActu {
	text-align: right;
	display:block;
}

.dateActu{
	color: white;
	display: block;
}

.descriptionActu {
	color: #998d81;
	margin-left: 0;
	margin-bottom: 10px;
	text-align: justify;
}

.descriptionActu p{
	margin-left: 0;
}
.descriptionActu ul{
	list-style:none;
	color: #888888;
}

/* Right */
.newsIndexContainer .rightCol{
	width:170px;
	margin-top:37px;
}

.newsIndexContainer .rightCol ul.listButton {
	margin-top:10px;
	margin-bottom:20px;	
}
.newsIndexContainer .rightCol ul.listButton li{
	list-style: none;
	margin-top: 20px;
	text-align: left;
}

/* View */
.newsViewContainer {
	background: #1e1e1e;
}

.newsViewContainer .actuView {
	margin: 40px 22px;	
	overflow:hidden;
}

.newsViewContainer .actuView .actuRetour {
	text-align: right;
}

.error404 {
	color: white;
	text-align: center;
}
	
/* === HOME == */

.headerLink {
	position: absolute;	
	top:0;
	left:170px;
	display:block;
	height:134px;
	width:700px;
	z-index:1000;
	background: url(../img/c2j_transparent.gif);
}
.headerLink em{
	display:none;
}


.requiredFieldsPara {
	color:#998D81;
	float:left;
	font-size:10px;
}
	
	

	
	
	