/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
body {
	color : #5d554e !important;
	//background: #c4bba6;
	}
strong, em{
	color : #5d554e !important;
	} 
.custom-logo {
	display: inline-block;
	width: 940px;
	height: 205px;
	background: url(../../../images/logo-bouzar-exp.jpg) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}
.wrapper{
	max-width : 1080px;
	}
#menu{
	background: #5d554e;
	border-radius : 5px;
	padding : 7px 0px;
}
.menu-dropdown a.level1{
	color : #fff !important;
	font-size : 19px !important;
}
.menu-dropdown li.active .level1{
	color : #c4bba6 !important;
}
.menu-dropdown a.level1:hover{
	color : #c4bba6 !important;
}

.leading > article{
	background: #c6bbaa;
}
.nav >li{
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fond_clair{
	background-color: #c6bbaa;
}
.fond_fonce{
	background: #5d554e;
	color : #fff;
}
.fond_fonce a{
	color : #fff;
}
.fond_fonce a:hover{
	color : #ff6600;
}
div.une{
	width:220px !important;
}
.cv{
	font-family: Times; 
	font-size: medium;
}

/*POUR LES CV*/
@media (min-width: 479px) {

	.cv-lylia-comp { margin-top:85px;}
	.cv-lylia-rech { margin-top:225px;}
	.cv_lylia-qual {margin-top:290px;}
	.cv-lylia-pub {margin-top:95px;}
	.cv-dounia-statut{margin-top:105px;}
	
}
.orange{
	background-color:#db9a24;
	color : #FFF;
}