/*CSS Document*/

*{margin:0;border:0;padding:0;}

html{
	background-image:url(../img/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:verdana, sans-serif;
}

body{
	background-image:url(../img/bg-body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#general {
	width:980px;
	margin:0 auto 0 auto;
}

.clear{clear:both;}

/*----------------- HEADER -----------------*/

#header{
	height:346px;
}

#logo {
	position:absolute;
	top:20px;
	left:20px;
	z-index:4;
}

#contact_ban {
	position:absolute;
	top:90px;
	left:20px;
	z-index:3;
}

#editoLang {
	width:100%;
	font-size:14px;
	font-weight:bold;
	position: absolute;
	bottom: 0px;
	z-index: 5;
}

#edito {
	float:left;
	width:895px;
	padding:5px 0 5px 15px;
}

#langues {
	padding:5px 0 5px 0;
}

#banner {
	position: relative;
	top: 0;
}

#flash{
	height:284px;
	background-image:url(../img/flash.jpg);
}

#menu{
	width:100%;
	height:62px;
	background-image:url(../img/bg-menu.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#menu ul li{
	display:block;
	list-style:none;
	padding:24px 28px 0 28px;
	height:37px;
	float:left;
}

#menu ul li + li{
	background-image:url(../img/separation-menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#menu ul a{
	font-size:11px;
	color:#9d9392;
	font-weight:bold;
	text-decoration:none;
}

#menu ul a:hover{
	color:#413c3c;
}

/*----------------- CONTENT -----------------*/

#content{
	width:100%;
	color:#4e494b;
	font-size:11px;
}

/*----------------- CONTENT LEFT -----------------*/
  
#left{
	width:307px;
	padding:10px 10px 10px 10px;
	background-image:url(../img/bg-left.jpg);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

#visuel img{border:1px solid #c6c6c6;margin:10px 0 10px 0;}

#sous-menu{
	margin:0 10px 0 10px;
}

#sous-menu li {
	height:17px;
	margin:1px 0 0 0;
	padding:1px 0 0 13px;
	list-style:none;
	background-image:url(../img/bg-sous-menu.jpg);
	background-repeat:repeat-x;
}

#sous-menu li a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

#sous-menu li a:hover{
	color:#000;
}

#actu {
	text-align:justify;
	padding:0 0 20px 10px;
	font-size:10px;
	color:#ab8f8f;
}

.titre-actu {
	padding-top:0;
}

.titre-actu  a{
	font-size:10px;
	color:#705858;
	font-weight:bold;
	padding:0 0 6px 0;
	text-decoration: none;
}

.content-actu a {
	color:#AB8F8F;
	font-size:10px;
	text-align:justify;
	text-decoration: none;
}

.titre-actu  a:hover, .content-actu a:hover {
	text-decoration: underline;
}

#link-actu  li{
	color:#b82823;
	list-style:none;
	margin:2px 0 2px 0;
}

#link-actu  li a{
	color:#b82823;
	text-decoration:none;
}

#link-actu  li a:hover{text-decoration:underline;}

/*----------------- CONTENT RIGHT -----------------*/

#right{
	width:633px;
	padding:10px 10px 25px 10px;
	text-align:justify;
}

#table_right {
	background-image:url(../img/bg-right.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#f0f0f0;
}

h1{
	font-size:14px;
	font-weight:none;
	color:#b82823;
	padding:0 0 17px 0;
}

h1:first-letter{
	font-weight:bold;
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#4e494b;
	padding:0 0 5px 0;
}

h3{
	font-size:12px;
	font-weight:bold;
	/*color:#4e494b;*/
	color:#0C5085;
	padding:10px 0 5px 0;
}

p{
	padding:5px 0 10px 0;
}

strong{
	color:#7a7376;
}

.acco li{
	list-style:none;
	background-image:url(../img/bullet-acco.jpg);
	background-position:16px 13px;
	background-repeat:no-repeat;
	padding:10px 0 10px 43px;
}

.acco2 li{
	list-style:none;
	background-image:url(../img/bullet-acco2.jpg);
	background-position:16px 13px;
	background-repeat:no-repeat;
	padding:10px 0 10px 43px;
}

.acco3 li{
	list-style:none;
	background-image:url(../img/bullet-acco3.jpg);
	background-position:16px 13px;
	background-repeat:no-repeat;
	padding:10px 0 10px 43px;
}

.norm{
	padding:0 0 0 43px;
}

.norm li{
	list-style:none;
	padding:5px 0 5px 43px;
}

a {
	/*color:#0C4885;*/
	color:#dc2f2b;
}

a:hover {
	text-decoration:none;
}

/*----------------- FORMULAIRE -----------------*/

form {
	width:400px;
	margin:0 auto 0 auto;
}

input, textarea {
	margin:3px 5px 5px 5px;
}

#btn_send {
	margin:20px 0 0 0;
	padding:2px 40px 2px 40px;
	background-color:#B82D23;
	color:white;
}

/*----------------- FOOTER -----------------*/

#footer{background-color:#dedede;margin:0 0 0 10px;}

#footer p{
	padding:12px 0 12px 0;
	margin:7px 0 0 0;
	text-align:center;
	font-size:11px;
	color:#919191;
}

#footer a{color:#919191;text-decoration:none;}

#footer a:hover{color:#797979;text-decoration:underline;}

/*---------- ERREURS ----------*/

#applicationMessage {
	background-color:#bd3535;
	color:#fff;
	margin:0 0 0 0;
}

#applicationMessage #errors li {
	background: url('../img/bullet2.jpg') no-repeat 10px 7px;
}

#applicationMessage li{
	list-style:none;
	padding: 3px 0 3px 20px;
}

/*----------------- ACTUALITES -----------------*/

.contentpagetitle{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.contentpagetitle:hover{
	text-decoration:underline;
}

.componentheading {
	font-size:14px;
	font-weight:bold;
	color:#b82823;
	padding:0 0 17px 0;
}

.blog div {
	width:100%;
	border-bottom:1px solid #ababab;
	margin:0 0 15px 0;
}

/*
	Popup critère
*/

.popup
{
	position: absolute;
	left: 300px;
	z-index: 1000;
	text-align: justify;
	border-collapse: collapse;
	display: none;
	color: #333;
}

.popup .top .left      { height: 10px; width:10px; background: bottom right url(../img/popup_top_left.png) no-repeat; }
.popup .top .center { height: 10px; background: bottom url(../img/popup_line.png) repeat-x; }
.popup .top .right   { height: 10px; width:10px; background: bottom left url(../img/popup_top_right.png) no-repeat; }

.popup .middle .left { width: 10px; background: right url(../img/popup_line.png) repeat-y; }
.popup .middle .center { background: white; }
.popup .middle .center .popupTitle { background-color: #397eae; padding: 4px; color: #eee; margin: 0 0 10px 0; font-size: 12px; }
.popup .middle .center .popupError { background-color: #d25656; padding: 4px; color: #eee; margin: 0 0 10px 0; font-size: 12px; }
.popup .middle .center .popupBottom { text-align: right; border-top: 1px solid #ccc; background-color: #eee; padding: 4px 5px 4px 5px; margin: 10px 0 0 0; }
.popup .middle .center { padding: 3px; }
.popup .middle .right { width: 10px; background: left url(../img/popup_line.png) repeat-y; }

.popup .bottom .left      { height: 10px; width:10px; background: top right url(../img/popup_bottom_left.png) no-repeat; }
.popup .bottom .center { height: 10px; background: top url(../img/popup_line.png) repeat-x; }
.popup .bottom .right   { height: 10px; width:10px; background: top left url(../img/popup_bottom_right.png) no-repeat; }

#popUpOverlay 
{
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
}
