﻿/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#FFF0CC;
	color:#FDB802;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align:center;
    }
#borderwrap{
	border: 2px solid #C00F14;
	width:750px;
	margin:0 auto;
	padding:0;
}
#wrap {
	background:#A70E40;
	width:750px;
    }
#header {
	padding:0;
	height:112px;
	width:574px;
	float:left;
	background-image: url(images/whitebanner1.gif);
	background-repeat: no-repeat;
	background-position: left top;
    }
#rightlogo {
    background: url(images/rightlogo1.gif) no-repeat right top;
    float:right;
    width:176px;
	height:154px;
	padding:0;
    }
#main {
    background:#A70E40 url(images/?.gif) repeat-y 35px 5px;
    float:left;
    width:515px;
	padding: 0 15 10 15;
	margin:10 0 0 0;
	text-align:justify;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #C00F14;
    }

#main h1 {
	padding:5px 0 5px 0;
	margin:0;
	font-size: 14px;
    }
#main h2 {
    padding:0;
	font-size: 12px;
    }
#main h3 {
	padding:10 0 0 20px;
    font-size: 11px;
	background: transparent url(images/?.gif) no-repeat 0 150%;
    }
#main p {
	text-align:justify;
    }
#main ul {margin-top:0; padding-top:0;}

a:link, a:visited {font-weight:bold; color:#FCB702;}
a:hover, a:active {font-weight:bold; color:#677897;}

.rightimage{float:right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px;}
.leftimage{float:left; margin-right: 10px; margin-bottom: 10px; margin-top: 10px;}
.leftimageborder{float:left; margin-right: 10px; margin-bottom: 10px; margin-top: 10px; border: thin inset #A60000;}
.rightimageborder{float:right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px; border: thin inset #A60000;}
.photoborder {border: thin inset #A60000;}
#smalltext{font-size: 10px; font-weight:bold;}
input, textarea, select {
	margin-bottom: 5px;
	background-color:#D8DFE9; 
	color:#660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* NAVIGATION */
#nav {
	border-bottom: 2px solid #C00F14;
	border-top: 2px solid #C00F14;
	float:left;
	width:574px;
	height:18px;
	background:#A70E40;
	text-align:left;
    }
#nav ul{
	margin:0;
	list-style:none;
    }
#nav li{
	display:inline;
	margin:0;
	padding-left: 18px;
    }
#nav li a{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height:18px;
    }
#nav li a:link, #nav li a:visited{
	color: #FCB602;
    }
#nav li a:active, #nav li a:hover{
	color: #677897;
    }
/* NAV CURRENT */
#accueil #nav-accueil a,
#programme #nav-programme a,
#LZR #nav-LZR a,
#tarifs #nav-tarifs a,
#comment #nav-comment a {
	color: #FE93BC;
}


/* RIGHT SIDE BAR */
#sidebar {
	background:#A70E40;
	float:left;
	width:180px;
        text-align:left;
    }
#sidebar ul {
    list-style: none;
	margin: 0;
	padding:0 10px;
    }
#sidebar li {
	background: transparent url(images/?.gif) no-repeat 0% 80%;
	padding: 6px 0 3px 20px;
}
#sidebar li a{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
    }
#sidebar li a:link, #sidebar li a:visited{
	color: #FDB600;
    }
#sidebar li a:active, #sidebar li a:hover{
	color: #677897;
    }
#sidebar h3{
	font-size: 1.2em;
}
#sidebar h3, #sidebar p {
    padding:0 10px;
    }
/* side bar current */
#actuellement #sidebar-actuellement a,
#prochainement #sidebar-prochainement a,
#calendrier #sidebar-calendrier a,
{
	color: #677897;
}


/* FOOTER */
#footer {
	background:#A70E40;
	clear:both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C00F14;
	height:20px;
    }

#footer p {
	padding:3px;
	margin:0;
	text-align: center;
	font-style: normal;
	
    }
#footer a{
	text-decoration: none;
	font-size: 0.9em;
    }

#footer a:link, #footer a:visited{
	color: #FCB602;
    }
#footer a:active, #footer a:hover{
	color: #677897;
    }
