/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#383837;
	color:#383837;
	text-align:justify;
}
#conteneur{
	width:942px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 50px 0 50px;
}
#content{
	width:589px;
	height:auto !important;
	height:470px;
	min-height:470px;
	background:#fff url(img/bg_design_content.jpg) top left no-repeat;
	float:left;
	padding:10px 10px 20px 10px;
}
#contentpopup{
	width:400px;
	height:auto;
	min-height:470px !important;
//	height:470px;
	background:#fff url(img/bg_design_content.jpg) top left no-repeat;
	float:left;
	padding:10px;
}

#content_menu_cont{
	background:#737373;
	width:839px;
	height:auto;
	float:left;
}

#breadcrumbs{
	width:610px;
	margin:20px 0 20px 0;
	float:left;
}

#breadcrumbspopup{
	width:412px;
	height:auto;
	margin:20px 0 20px 0;
	float:left;
}

#design-top{
	background:url(img/bg_design_top.jpg) no-repeat;
	width:942px;
	height:81px;
}
#design-left{
	background:url(img/bg_design_left.jpg) no-repeat #383837;
	width:60px;
	min-height:470px !important;
	height:470px;
	float:left;
}
#design-right{
	background:url(img/bg_design_right.jpg) no-repeat #383837;
	width:43px;
	height:500px;
	float:left;
}


/*/////////////////////////////////////////// BOX MENU ////////////////////////////////////*/
#menu{
	width:210px !important;
	width:209px;
	height:470px;
	background: url(img/bg_design_menu.jpg) #737373 no-repeat;
	background-position:100% 0%;
	float:left;
	padding:50px 0 0 20px;
}
#menu2{
	width:210px !important;
	width:189px;
	height:470px;
	background: url(img/bg_design_menu.jpg) #737373 no-repeat;
	background-position:100% 0%;
	float:left;
	padding:50px 0 0 20px;
}
#contact{
	width:130px;
	height:45px;
	background:url(img/contact.jpg) center right no-repeat;	
	margin:0;
	color:#fff;
	padding:30px 0 0 0;
	font-size:15px;
}
#contact a{
	color:#fff;
	text-decoration:none;
}
#contact a:hover{
	color:#eb027c;
	text-decoration:none;
}
#newsletter{
	width:155px;
	height:45px;
	background:url(img/newsletter.jpg) center right no-repeat;	
	margin:0;
	color:#fff;
	padding:30px 0 0 0;
	font-size:15px;
}
#newsletter a{
	color:#fff;
	text-decoration:none;
}
#newsletter a:hover{
	color:#eb027c;
	text-decoration:none;
}

/*/////////////////////////////////////// FOOTER //////////////////////////////////////*/
#footer{
	width:840px;
	height:60px;
	float:left;
	position:relative;
	bottom:50px;
	left:60px;
	padding:10px 0 0 0;
	text-align:right;
	color:#fff;
	background:#383837;
}
#logo{
	width:310px;
	height:50px;
	background:url(img/logo.jpg) no-repeat;
	float:left;
	margin:0 10px 0 0;
	cursor:pointer;
}
#menu_footer{
	width:520px;
	height:50px;
	background:#b4b4b4;
	float:left;
	margin:0 0 10px 0;
}


/*//////////////////////////////////////// LAYOUT ///////////////////////////////////////*/
h1{
	font-size:20px;
	margin:0;
	padding:0 0 0 30px;
	color:#eb027c;
}
h2{
	font-size:14px;
	margin:8px 0 0 0;
	padding:0;
	color:#383837;
}
h3{
	font-size:24px;
	font-weight:normal;
	margin:0 0 20px 0;
	padding:0;
}
h3 a{
	color:#fff;
}
h3 a:hover{
	color:#eb027c;
	text-decoration:none;
}
h4{
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#383837;
}
.date{
	font-size:10px;
	font-weight:bold;
}
.selected{
	color:#eb027c;
}
img{
	border:0;
}
a{
	color:#eb027c;
	text-decoration:none;
}
a:hover{
	color:#eb027c;
	text-decoration:underline;
}
.breadcrumbs{
	float:left;
}
a.breadcrumbs{
	color:#383837;
}
a:hover.breadcrumbs{
	color:#eb027c;
}

/* /////////////////////////////// MENUS //////////////////////////////////////////*/
ul#menu_right{
	list-style:none;
	margin:0 0 30px 0;
	padding:0;
	font-size:16px;
}
ul#menu_right li a{
	color:#fff;
	text-decoration:none;
}
ul#menu_right li a:hover{
	color:#eb027c;
	text-decoration:none;
}

ul#menu_bottom{
	list-style:none;
	margin:10px 0 0 15px;
	padding:0;
	font-size:10px;
}
ul#menu_bottom li{
	float:left;
	padding:5px;
}
ul#menu_bottom li a{
	color:#fff;
	text-decoration:none;
}
ul#menu_bottom li a:hover{
	color:#FF00FF;
	text-decoration:none;
}

