/********************************* RESET ********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h4{
	font-size:12px;
	clear:both;
	color:#CF0403;
	margin-top:20px;
	margin-bottom:5px;
}

table{
		margin:20px 0;
	}

table tr td, table tr th{
		border:none;
		height:30px;
		line-height:30px;
		text-align:center;
	}
	
table tr.pair{
		background:#f5d6d6;
	}

/********************************* GENERAL ********************************/

*
{
	margin : 0;
	padding : 0;
}

body
{
	background : url('/ressources/images/body.png') repeat-x #f60001;
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:21px 0 0 0;
}

body.index{
	background : url('/ressources/images/body_index.png') repeat-x #FA0012;		
}

#conteneur
{
	background:url("/ressources/images/image_back_index.jpg") no-repeat scroll 0 265px;
}

#conteneur-index
{
	background:url("/ressources/images/image_back.jpg") no-repeat scroll 0 265px;
}

/********************************* SIDEBAR ********************************/

#sidebar
{
	background : url('/ressources/images/fond_sidebar.png') repeat-y;
}

#sidebar-inner
{
	padding:0 50px 0 15px;
}

#bottom_sidebar{
	background:url('/ressources/images/bottom_sidebar.png') top left no-repeat;
	width:266px;
	height:36px;
}

#sidebar h3
{
	color: #520000;
	font-size : 16px;
	text-decoration: underline;
	text-align : center;
	margin: 30px 0 20px;
}

#info_contact 
{
	margin : 10px 0 0 5px;
}

#coordonnees { text-align: center; }

#num
{
	background:url("/ressources/images/num.png") no-repeat center top;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	padding-top:35px;
	text-align:center;
}

#mail
{
	background : url('/ressources/images/mail.png') top center no-repeat;
	padding-top:40px;
	text-align: center;
	font-weight:bold;
}

#federation
{
	background:url("/ressources/images/federation_promoteur.png") no-repeat center top;
	margin-bottom:10px;
	margin-top:20px;
	padding-top:80px;
	text-align:center;
}

#mail a, #federation a
{
	color:#000;
	text-decoration:none;
}
	
#mail a:hover, #federation a:hover
{
	text-decoration:underline;	
}

.commentaire{
	border-top: 1px solid #F60001;
	background-color: #FFB0B0;
	margin:10px 0;
	padding:10px;
}


/********************************* SLIDER ********************************/


#slider
{ 
	width : 240px; 
	height : 364px; 
	margin-top : 25px; 
}
	
.coda-slider-no-js .coda-slider 
{ 
	height: 364px;
	overflow: auto !important;
	padding-right: 20px;
	margin-top : 20px;
}
	
.coda-slider, .coda-slider .panel 
{
	width: 239px;
} 

#slider .titre a
{
	display: block;
	font-size : 16px;
	color : #690000;
	margin-bottom : 20px;
	margin-left:-15px;
	text-align:center;
	text-decoration: none;
}

.panel-wrapper
{
	margin : 25px 0 0 10px;
}

.panel-wrapper ul li
{
	list-style : none;
	
}

.titre_appartement
{
	
	font-size : 16px;
	color: #690000;
	margin-bottom : 10px;
	margin-top : 10px;
	font-weight: bold;
}

.offre
{
	text-align:center;
	margin-top : 15px;
}

.offre a 
{
	color : #333;
	
	font-size : 13px;
}

.offre a:hover
{
	text-decoration : none;
}

.coda-nav ul li a.current 
{
	background: #690000;
}



.coda-nav ul {
	display:block;
	margin : 0 auto;
}

				  			   
.coda-nav ul li 
{
	display: inline;
	float : left;

}
.coda-nav ul li a 
{ 
	-webkit-border-radius :5px;
	-moz-border-radius :5px;
	border-radius :5px;
	background:#000000 none repeat scroll 0 0;
	color:#000;
	display:block;
	float:left;
	height:10px;
	margin-left:5px;
	text-decoration:none;
	width:10px;
}

.coda-slider 
{ 
	float: left;
	overflow: hidden;
	position: relative;
}

.coda-slider .panel 
{ 
	display: block;
	float: left;
}

.coda-nav-left, .coda-nav-right 
{ 
	float: left;
}

.coda-nav-left a, .coda-nav-right a 
{ 
	display: block;
	text-align: center;
	text-decoration: none;
}


/********************************* HEADER ********************************/


#header img
{
	border : none;
}


#menu
{
	margin-top:20px;
}

#menu ul
{
	margin : 0;
}

#menu ul li
{
	list-style : none;
	float : left;
	font-family : arial, calibri;
	font-size : 14px;
	margin-right : 14px;
}

#menu ul li a
{
	color:white;
	font-size:14px;
	font-weight:bold;
	margin:0 4px;
	text-decoration:none;
	text-shadow:0 1px 0 #333333;
}

/********************************* LAVALAMP MENU *******************************/

#menu ul li.back
{
    border-bottom: 7px solid #690000;
    height: 3px;
    position: relative;
}
                                   

/********************************* IMAGE BACK  *******************************/

#image_back
{
	background : url('/ressources/images/image_back.jpg') no-repeat;
	height : 102px;
	margin-top: 10px;
}

#image_back_index
{
	background : url('/ressources/images/image_back_index.jpg') no-repeat;
	height : 254px;
	margin-top: 10px;
}


/********************************* CONTENU  *******************************/

#liste_programmes li {
	display: block;
	height: 90px;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0 20px;
	clear: left;
}

#liste_programmes li a {
	display: block;
	padding: 10px 40px 10px 10px;
	text-decoration: none;
	line-height: 1.5em;
	background: url(/ressources/images/list_arrow.png) 555px center no-repeat;
}

#liste_programmes li a:hover {
	background-color: #333;
}

#liste_programmes li a:hover span {
	color: #fff;
}

#liste_programmes li a .photo {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	margin: 0 10px 0 0;
}

#liste_programmes li a .titre {
	display: block;
	color: #000;
	font-size: 18px;
	margin: 0 0 3px 0;
}

#liste_programmes li a .desc {
	display: block;
	color: #999;
}

#liste-prog-rea {
	border-bottom: 1px solid #ccc;
	padding-bottom: 45px;
	margin-bottom: 20px;
}

	#liste-prog-rea li {
		list-style: none;
		float:left;
	}
	
		#liste-prog-rea li a {
			display: block;
			float: left;
			padding: 5px 15px;
			background: #fff;
			color: #222;
			font-weight: bold;
			text-decoration: none;
			margin-right: 10px;
		}

			#liste-prog-rea li a:hover , #liste-prog-rea li.active a {
				background: #FF0013;
				color: #fff;
			}

#info-map {
	color: #999;
	margin-bottom: 20px;
}

#contenu
{
	background : #f0f0f0 url('/ressources/images/footer_contenu.jpg') no-repeat;
	background-position: bottom;
	padding : 20px 20px 30px 20px;
	margin-top:220px;
	width : 580px;
}

#contenu h3
{
	color : #333;
	font-family : arial;
	font-size: 16px;
	border-bottom : 1px dotted #333;
	margin-bottom : 30px;
	padding-bottom : 5px;
}

#contenu ol
{
	list-style: inside decimal;
}

#conteneur-index #contenu 
{
	margin-top:80px;
}

#bandeau_contenu
{
	margin-bottom: 30px;
	width: 580px;
	height: 200px;
	border: 1px solid #aaa;
}

#all_programmes
{
	width: 580px;
	height: 500px;
	border: 1px solid #aaa;
	overflow: hidden;
}

#description
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333;
	margin-bottom: 30px;
}

#description a{
	color:#000;
}

#description a:hover{
	color:#CF0403;
}

#description ul li , .actualite ul li, #investir ul li
{
	list-style : none;
	background : url('/ressources/images/fleche.jpg') no-repeat;
	padding : 0 0 0 25px;
	margin: 5px 0;
}

#photo img
{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	opacity:0.8;
	padding:5px;
	margin: 0 10px 10px 0;
}

	#photo img:hover {
		opacity:1;
	}

#photo ul li
{
	list-style : none;
	float : left;
}



/*********************************ACTUALITES******************************/
.actualite { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd; }

.actualite h4
{
	font-size:14px;
	color:#CF0403;
	margin-bottom : 20px;
	clear:both;
}
	
/********************************FORMULAIRE*******************************/

.form {
		
	}
	
.form label{
		display:block;
		margin-bottom:5px;
	}

.form input{
		padding: 5px;
		width:220px;
		margin-bottom:10px;
		border:1px solid #999999;
	}

.form #contenu{
		margin:0;
	}
	
#contenu .erreur{
		-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; 
		background:none repeat scroll 0 0 #FFFF99;
		border:1px solid #FF9900;
		margin-bottom:30px;
		padding:10px;
	}

.form textarea{
		width:315px;
		padding: 5px;
		height:242px;
		background:#FFF;
		border:1px solid #999999;
	}

#submit input[type=submit]{
		width:100px;
		height:30px;
		margin:20px 0;
		float:right;
		background:#999999;
		border:1px solid #111111;
		cursor:pointer;
		padding:5px;
	}
	
#submit  input[type=submit]:hover{
		background:#CF0403;	
	}
	
#contact-gauche { width: 255px; float: left; }
#contact-droite { width: 300px; float: left; }

/********************************* a propos *******************************/


#a_propos p{
		margin-bottom:20px;
		text-align:justify;
	}
	
#a_propos p span{
		font-style:italic;
		color:#690000;
	}
	
#a_propos ul li{
		margin-top:10px;
	}
	
#a_propos ul li span{
		color:#690000;
		font-weight:bold;
	}
	



/********************************* FOOTER ********************************/

#footer
{
	background:#CF0403;
	color:#FFFFFF;
	font-weight:bold;
	height:15px;
	padding:20px 0;
	text-shadow:0 1px 0 #333333;
	margin-top:30px;
	border-top:1px solid #BA0403;
}

#mentions {
	float:right;
}

#footer a {
	color:#fff;
	text-decoration:none;
	background:#D93635;
	padding:5px;
}

	#footer a:hover {
		background:#A60302;
	}
