/*#Initialisation#*/
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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

body {
	line-height:1.15em;
	color:#333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(img/fond.jpg) center top no-repeat;
	margin:0;
	height:100%;
	text-align: justify;
}

/* STYLES DE BASE */

a {
	color:#392a8f;
	text-decoration:none;
}

a:hover {
	color:#392a8f;
	text-decoration:underline;
}

li {
	margin:0 0 5px 20px;
	text-align: left;
}

h1 {
	font-size:18px;
	margin:0 0 10px;
	text-align: left;
}

h2 {
	font-size:16px;
	margin:0 0 10px;
	text-align: left;
	font-weight:bold;
}

h3 {
	font-size:14px;
	margin:0 0 10px;
	text-align: left;
}

h4 {
	font-size:14px;
	margin:0 0 10px;
	text-align: left;
}

h5 {
	font-size:12px;
	margin:0 0 10px;
	text-align: left;
}

hr {
	display:block;
	color:#fff;
	height:1px;
	background:#fff;
	border-top:solid 1px #608a24;
	margin:10px 0;
}

/* MISE EN PAGE */

#container {
	margin:0 auto;
	width:782px;
	clear:both;
	position:relative;
}

/* Bannière */

#header {
	margin:0 auto;
	width:785px;
	height:141px;
	clear:both;
	position:relative;
	background:url(img/banniere.jpg) 275px top no-repeat;
}

#logo {
	width:192px;
	height:141px;
	float:left;
}

#menu_banniere {
	width:220px;
	height:30px;
	float:left;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	right:0;
	margin:7px 0 0 370px;
}

*html #menu_banniere {
	width:220px;
	height:30px;
	float:left;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	right:0;
	margin:7px 0 0 275px;
}

#menu_banniere a {
	padding:0 3px;
	color:#392a8e;
	text-decoration:none;
}

#menu_banniere a:hover {
	color:#4e8ac1;
	text-decoration:none;
}

#recherche {
	width:175px;
	height:30px;
	float:right;
	margin-top:70px;
	text-align:right;
}

#recherche input {
	border:solid 1px #608a24;
	width:100px;
	font-size:11px;
	padding:2px;
	color:#4e8ac1;
}

#recherche #bouton,#recherche #bouton a {
	background-color:#006da6;
	padding:1px;
	border-left:solid 1px #86bad5;
	border-top:solid 1px #86bad5;
	border-right:solid 1px #001e34;
	border-bottom:solid 1px #001e34;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	width:30px;
}

#recherche #bouton a:hover {
	background-color:#006da6;
	padding:1px;
	border-right:solid 1px #86bad5;
	border-bottom:solid 1px #86bad5;
	border-left:solid 1px #001e34;
	border-top:solid 1px #001e34;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

/* Menu haut */

#top_menu {
	margin:0 auto;
	width:100%;
	height:33px;
	clear:both;
	position:relative;
	background-color:#4e8ac1;
	border-top:solid 5px #fff;
	border-bottom:solid 5px #fff;
}

#zone_menu_top {
	padding-top:10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	width:782px;
	clear:both;
	position:relative;
}

#zone_menu_top a {
	padding:0 5px;
	color:#fff;
	text-decoration:none;
}

/* Menu de gauche */

#gauche {
	background:url(img/menu_bas.gif) left bottom no-repeat;
	width:186px;
	border-right:solid 5px #fff;
	border-bottom:solid 5px #fff;
	border-left:solid 5px #fff;
	background-color:#e62b17;
}

#zone_gauche {
	background:url(img/back_menu_left.jpg) left top no-repeat;
	padding:50px 20px;
	color:#fff;
	font-weight:bold;
	line-height:1.5em;
	text-decoration:none;
}

#zone_menu_gauche {
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.05em;
	text-decoration:none;
	text-align: left;
}

#zone_menu_gauche li {
	list-style-type:square;
	line-height:1.2em;
	font-size:1em;
}

#zone_menu_gauche li a {
	line-height:1.2em;
}

#zone_menu_gauche p {
	padding: 0 0 8px 0;
}

/* Menus - Styles communs */

#zone_menu_top a:hover,#zone_gauche a,#zone_menu_gauche a {
	color:#f8c753;
	text-decoration:none;
}

#zone_gauche a:hover,#zone_menu_gauche a:hover {
	color:#f8c753;
	text-decoration:underline;
}

/* Fil */

#fil {
	width:570px;
	height:30px;
	border-bottom:solid 5px #fff;
	background-color:#dfe5d9;
	background:url(img/fond_fil.jpg) left top no-repeat;
	color:#392a8e;
	text-decoration:none;
	font-size:1em;
}

#fil a {
	text-decoration:none;
}

#fil a:hover {
	color:#4e8ac1;
	text-decoration:underline;
}

/* Zone principale */

#zone_texte {
	margin:20px;
}

#zone_texte h1 {
	margin: 0;
	border: 0;
	padding: 0 0 8px 0;
	font-size:14pt;
	font-weight:bold;
	color:#608a24;
}
#zone_texte h2 {
	margin: 0;
	border: 0;
	padding: 16px 0 8px 0;
	clear:both;
}

/* Zone principale  - Tableaux */

#zone_texte table {
	background-color:#FFF;
	border-top:solid #608a24 1px;
	border-left:solid #608a24 1px;
}

#zone_texte table td,#zone_texte table th {
	padding:5px;
	border-bottom:solid #608a24 1px;
	border-right:solid #608a24 1px;
}

#zone_texte table th {
	font-weight:bold;
	font-size:1.1em;
}

#zone_texte table caption {
	padding:5px;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	background-color:#608a24;
	color:#fff;
}

#zone_texte table.tableNoFormating {
	background-color:inherit;
	border:none;
}

#zone_texte table.tableNoFormating td {
	padding:6px;
	border:none;
}

/* Zone principale - Images  */

#zone_texte .imgLeft {
	float:left;
	margin:10px 10px 10px 0;
}

#zone_texte .imgRight {
	float:right;
	margin:10px 0 10px 10px;
}

#zone_texte img {
	border:solid 1px #608a24;
	border: 0;
}

#zone_texte blockquote {
	padding:5px;
	background-color:#f1f1f1;
	font-style:italic;
}

/* Bas de page */

#bottom {
	margin:0 auto;
	width:100%;
	height:25px;
	clear:both;
	position:relative;
	background-color:#f8c753;
}

#bottom #copyright {
	margin:0 auto;
	width:782px;
	clear:both;
	position:relative;
	text-align:center;
	color:#392a8f;
	font-size:11px;
	padding-top:5px;
}
#bottom #copyright img {
	margin: 0;
	border: 0;
	padding:0;
	text-align: right;
	line-height: 1px;
	position:absolute;
	left:630px;
	top:5px;
}

.opEvenementPage .opEvenementPageGauche {
        width: 240px;
}  

.opImage img {
        margin: 0;
        border: 0;
        padding: 0 6px 0 0;
}


#zone_texte table.OvoCalendrierGros td {
        border: 0;
        padding: 0;
}

#zone_texte table.OvoCalendrierGros {
        margin-top: 16px;
        margin-bottom: 16px;
        background-color: #fff;
        border-right: 1px solid #4E8AC1;
        border-top: 1px solid #4E8AC1;
        border-bottom: 1px solid #4E8AC1;
}
#zone_texte table.OvoCalendrierGros td table.titreMois td {
        padding: 0;
        border: 0;
}
#zone_texte table.OvoCalendrierGros td.caseJour {
        padding: 0;
        border: 0;
        border-top: 1px solid #4E8AC1;
        border-left: 1px solid #4E8AC1;
}
#zone_texte table.OvoCalendrierGros td {
        background-color: #fff;
        border-left: 1px solid #4E8AC1;
        padding: 0;
}
#zone_texte table.OvoCalendrierGros td.plusieursjours {
        background-color: #fff;
        border-left: 1px solid #ccc;
        padding: 0;
}
#zone_texte table.OvoCalendrierGros td table.titreMois td {
        width: 34%;
        font-size: 1.4em;
        color:#4E8AC1;
}
#zone_texte table.OvoCalendrierGros td table.titreMois td a {
        color:#4E8AC1;
}
#zone_texte table.OvoCalendrierGros td table.titreMois td a:hover {
        color:#fff;
        background-color:#4E8AC1;
}
#zone_texte table.OvoCalendrierGros th {
        border: 0;
        background-color:#4E8AC1;
        color:#fff;
}
#zone_texte table.OvoCalendrierGros td div.caseJour,
#zone_texte table.OvoCalendrierGros td div.caseJourPale {
        background-color: #DFE5D9;
        float: right;
        width: 30px;
        height: 19px;
        margin: 0 0 8px 8px;
        border: 0;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #dcdcdc;
        font-size: 1.2em;
        text-align:center;
}
#zone_texte table.OvoCalendrierGros td div.caseJour,
#zone_texte table.OvoCalendrierGros td div.caseJour a {
        text-decoration: none;
        color: #382B63;
        display: block;
}
#zone_texte table.OvoCalendrierGros td div.caseJour a:hover {
        background-color: #555;
        color: #ddd;
}
#zone_texte table.OvoCalendrierGros td div.caseJourPale,
#zone_texte table.OvoCalendrierGros td div.caseJourPale a {
        text-decoration: none;
        color: #aaa;
        display: block;
}
#zone_texte table.OvoCalendrierGros td div.caseJourPale a:hover {
        background-color: #aaa;
        color: #ddd;
}
#zone_texte table.OvoCalendrierGros td div.element {
        line-height: 12px;
        margin: 1px;
        border: 0;
        padding: 0;
        background-color: #fff;
}
#zone_texte table.OvoCalendrierGros td div.element a,
#zone_texte table.OvoCalendrierGros td div.element a:hover,
#zone_texte table.OvoCalendrierGros td div.element a:active,
#zone_texte table.OvoCalendrierGros td div.element a:focus,
#zone_texte table.OvoCalendrierGros td div.element a:link,
#zone_texte table.OvoCalendrierGros td div.element a:visited {
        color:#3C2D66;
        background-color: #DFE5D9;
        margin: 0;
        border: 1px solid #fff;
        border-right: 1px solid #BBCDDB;
        border-bottom: 1px solid #BBCDDB;
        padding: 2px;
        line-height: 12px;
        text-decoration:none;
}
#zone_texte table.OvoCalendrierGros td div.element a:hover {
        background-color: #4E8AC1;
        color: #fff;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
}



