@charset "utf-8";
/* CSS Document */

body{
	font-size:13px;
	font-family: Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	background:url(../upload/images/fond-body.jpg) repeat-x #efefef;
}
#page{
	background:url(../upload/images/bg-page.png) repeat-y center;
}
#global{
	margin:auto;
	width:940px;
	background:#FFF;
	padding:0 10px;
	
}
#header{
	height:150px;
	position:relative;
	background:url(../upload/images/bg_header.gif) no-repeat;
}
#header #lang{
	width:264px;
	height:29px;
	position:absolute;
	right:100px;
	color:#FFF;
}
#header #lang img{
	border:none;
}
#appli{
	height:200px;	margin-bottom:20px;
	background:url(../upload/images/0.jpg) no-repeat;
}
#middle{
	margin:0 170px 0 200px;
}
#middle #contenu{

	border:#0c3c73 1px solid;
	padding:5px;	
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px; 
}
#middle ul li{

	list-style:url(../upload/images/tick_16.png);
	margin:10px 25px;
	padding:0;
}
#middle ul li li{
	list-style:url(../upload/images/ok-grey.png);
	margin:10px 25px;
	padding:0;
}
#middle a,#middle a:visited{
	color:#0c3c73;
}
#middle a:hover{
	text-decoration:none;
}
h1{
	color: #989da3;
	margin:0;
	padding:0;
	border-bottom:1px solid #0c3c73;
	margin-bottom:10px;
}
#left{
	float:left;
	width:190px;
	margin-bottom:10px;
}
#left #mainmenu{
	margin:0;
	list-style:none;
	padding:0;
}
#left #mainmenu li a, #left #mainmenu li a:visited{
	display:block;

	padding:5px 3px;
	background:#690 url(../upload/images/bgmenu.jpg) repeat-x;
	color:#FFF;
	text-decoration:none;
	margin:5px;
	font-size:0.9em;

	border-radius:3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius:3px; 
	-khtml-border-radius:3px; 
}
#left #mainmenu li a:hover{
	background: #edf0fa;
	color: #51a1eb;
	font-weight:bold;
	border:1px solid #003099;
	
}
#left #mainmenu li a.selected{
	background: #d7d7ff;
	color: #690;
	font-weight:bold;
	text-align:right;
	border:1px solid #690;
	border-right:5px solid #690;
}

#video{
}
#footer{
	height:120px;
	clear:both;
	margin-top:20px;
	color:#FFF;
	background: #F1F1F1;
	display:none;
}
#copyright{
	margin-top:20px;
	clear:both;
	height:44px;
	text-align:center;
	line-height:44px;
	color:#FFF;
	background:url(../upload/images/bg-copyright.jpg) repeat-x;
	border-top:5px solid #0c3c73;
		border-top-right-radius:5px;
		border-top-left-radius:5px;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-right-radius:5px; 
	-webkit-border-top-left-radius:5px; 
	-khtml-border-top-radius:5px; 
}
.iphoto{
	text-align:center;
}
.iphoto img{
	margin:5px;
	border:none;
	cursor:url(../js/magnifying.cur), -moz-zoom-in;
	cursor:url(../js/magnifying.cur),-webkit-zoom-in;
}
.fiche{
	display:block;
	margin:auto;
	width:130px;
	height:35px;
	text-decoration:none;
	background:#Fff url(../upload/images/icone_pdf.png) right no-repeat;
	color:#000;
	padding:5px;
	padding-right:60px;
	border:1px solid #999;
	padding-top:5px;
	font-size:0.9em;
}
a.fiche:hover{
		background:#Fff url(../upload/images/icone_pdf-on.png) right no-repeat;
}
#video img{
	border:none;
}
#video{
	text-align:center;
}
/*------------------Right----------------------*/
#right{
	float:right;
	width:160px;
}
#right h2{
	background:#8aa719 url(../upload/images/bg-copyright.jpg) repeat-x;
	color:#FFF;
	font-size:12px;
	padding:5px;
	border-left:5px solid #0c3c73;	
	border-radius:3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius:3px; 
	-khtml-border-radius:3px; 
}
#right div div{
	padding:0 5px 5px 5px;
	font-size:12px;
}
#right #nour, #right #news,#right #salons{
	margin-bottom:10px;
	background:#EFEFEF;
	border-bottom:1px solid #999;
}
#right #nour div{
	text-align:center;
	
}
#right #nour a, #right #nour a:visited{
	text-decoration:none;
	color:#013353;
	font-weight:bold;
}
#right #nour img:hover{
	border:1px solid #666;
}
#right #nour div a:hover{
	text-decoration:underline;
	color:#405301;
}
#right #nour div img{
	border:1px solid #CCC;
	margin-bottom:5px;
}
#right div p{
	margin:0;
}