/* Les Éléments Généraux
--------------------------------------------------------------------------------------- */

*{margin:0; padding:0;}

body {
	background: #27624a url(images/bg.gif);
	color: #636466;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
}

img {border: none;}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

h1 {
	font-weight: normal;
	text-align: left; 
	margin: 36px 0 0 0;
	float: left;
}

h2 {
	width: 286px;
	color: #1b5a40;
	font-size: 24px;
	line-height: 26px;
	padding: 18px 0 0 0;
	margin: 0 0 10px 20px;
}

h3 {
	color: #4b4c90; 
	font-size: 16px;
	margin: 0 8px 10px 8px;
}

h4, h5 {
	margin: 0 8px 8px 8px;
}

h4 {font-size: 13px;}
h5 {font-size: 12px;}

.points {color: #b7c292; font-weight: bold;}
.boldjaune {font-weight:normal; color:#abb400;}

hr{
	height: 1px; 
	border: 1px solid #dbe0c8;  
	margin: 0 10px 10px 10px;
}

.right {float: right; margin: 0 10px 10px 0;}
.left {float: left; margin: 0 0 10px 10px;}


/* Les Containers
--------------------------------------------------------------------------------------- */

#page {
	margin: 0 auto;
	width: 777px;
	background: #e9edde url(images/bg_main.gif) repeat-y;
}

#main {
	border-top: 2px solid #000;
}


/* Le Header
--------------------------------------------------------------------------------------- */

#header {
	width: 777px;
	height: 244px;
	background: url(images/bg_header.jpg) no-repeat;
}

#header p {
	width: 200px;
	color: #fff;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin: 0;
	padding: 30px 10px 0 0;
	float: right;
}

#header p a {color: #fff; text-decoration: none;}
#header p a:hover { text-decoration: underline;}

/* Le Menu
--------------------------------------------------------------------------------------- */

#menu {
	width: 777px;
	height: 50px;
	background: #27624a url(images/bg.gif);
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#menu ul {	
	width: 728px;
	height: 30px;
	margin: 0 0 0 15px;
	padding: 10px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	background: #9ea900;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
 	list-style: none;
}

#menu li{
	height: 30px;
	float: left;
	position: relative;
}

#menu li a{
	float: left;
	color: #1b5a40;
	padding: 6px 16px;
	text-decoration: none;	
	background: #fff;
	border: 2px solid #767679;
	border-right: none;
}

#menu li#last  a {border-right: 2px solid #767679;}

#menu li a:hover{
	color: #565795;
	background: transparent url(images/bg_menu.gif) repeat-x;
}

.sousmenu{
	position:absolute;
	visibility: hidden;
	border: 2px solid #767679;
	border-top: none;
	border-bottom: none;
	z-index: 100;
	background-color: #fff;
	width: 200px;
}

.sousmenu a{
	width: 100%;
	color: #1b5a40;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid #767679;
	padding: 5px 0;
	text-decoration: none;
	text-indent: 16px;
}

.sousmenu a:hover{
	color: #565795;
	background: transparent url(images/bg_menu.gif) repeat-x;
}

/* Le Contenu
--------------------------------------------------------------------------------------- */

#middle {
	float: left;
}

#content {
	width: 286px;
	background: #fff;
	border: 2px solid #dbe0c8;
	padding: 8px 0 0 0;
	margin: 0px 0 20px 20px;
}

#content.full{width:493px;}

#content a:link, #content a:visited {color: #1b5a40; text-decoration: none;}
#content a:hover {color: #565795; text-decoration: underline;}
#content a:active {color: #ff0000;}

#content p {
	text-align: justify;
	margin: 0 8px 8px 8px;
}

#content table, #content form {
	margin: 0 8px 8px 8px;
}

#content form input {
	border: 2px solid #dbe0c8;
	color: #636466;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

#content ul {
	width: 260px;
	list-style: square;
	margin: 0 0 8px 0;
}

#content li {
	margin: 0 0 0 24px;
}

#content ul ul {width: 238px;}

#content img {border: 2px solid #dbe0c8;}

#listenews ul {
	width: 270px;
	margin: 0 0 8px 8px;
} 

#listenews li {
	width: 270px;
	border-bottom: 1px solid #dbe0c8;
	list-style: none;
	margin: 0;
}

#listenews li a {
	color: #636466;
	display: block;
	padding: 5px;
	text-decoration: none;
}

#listenews li a:hover {
	background: #f0f2e8;
	text-decoration: none;
}

#retour{
	background: #f0f2e8;
	border-top: 1px solid #dbe0c8;
	padding: 3px 5px;
}

#content table {
	width: 270px;
	margin: 0 8px 8px 8px;
	text-align: left;
}

#content table td, #content table th {padding: 3px;}

#content table th { background: #dbe0c8;}

#content table .alt {
	background: #f0f2e8;
}

#calendrier {
	width: 286px;
	background: #4b4c90 url(images/bg_calendar.gif) repeat-x;
	border: 2px solid #000;
	text-align: center;
	margin: 0 0 20px 20px;
	overflow: auto;
}

#calendrier h3 {
	color: #fff;
	margin: 8px 0 8px 0;
}

#calendrier a:link, #calendrier a:visited {color: #fff; text-decoration: none;}
#calendrier a:hover {color: #fff; text-decoration: underline;}
#calendrier a:active {color: #ff0000;}

#calendrier a.jaune {color: #abb400;}

#calendrier table {
	width: 194px;
	margin: 3px 46px 0 46px;
}

#calendrier th{
	width: 22px;
	height: 16px;
	color: #fff;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}

#calendrier td{
	width: 22px;
	height: 16px;
	background: #a3bccc url(images/bg_date.gif);
	color: #4b4c90;
	font-size: 11px;
	padding: 0;
}

#calendrier table a {
	width: 22px; 
	height: 16px;
	background: url(images/bg_date_on.gif); 
	display: block; 
}

#calendrier p {margin: 0 0 10px 0;}

#albumphoto {
	margin: 8px;
}



/* La Colonne de Gauche
--------------------------------------------------------------------------------------- */

#left {
	width: 207px;
	margin: 0 0 20px 0;
	float: left;
}

#news {
	background: #fff;
	border: 2px solid #000;
	border-top:3px solid #000;
	margin: 25px 0 0 24px;
	list-style: none;
}

#news li {
	background: #ededed;
	font-size: 10px;
	line-height: 13px;
	margin: 8px 0 0 0;

}

#news li p{
	padding: 3px;
}

#news li p a{
	color: #4b4c90;
	font-weight: bold;
	text-decoration: none;
}

#news li p a:hover{
	color: #7f8e2b;
}

.date {font-weight: bold;}
.titre {color: #7f8e2b; font-weight: bold;}

#news li#titre {
	height: 51px;
	background: url(images/bg_title_news.gif);
	color: #fff;
	font: 18px	Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
}

#news li#titre span{
	padding: 24px 0 0 0;
	display: block;
}

#news li#plus {
	height: 32px;
	background: url(images/bg_plus_news.gif);
	color: #fff;
	font: 14px	Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

#news li#plus a{
	color: #fff;
	padding: 8px;
	text-decoration: none;
	display: block;
}

#news li#plus a:hover{
	text-decoration: underline;
}

#teaser-album {margin: 20px 0 0 2px;}



/* La Colonne de Droite
--------------------------------------------------------------------------------------- */

#right {
	width: 216px;
	margin: 0 0 0 20px;
	float: left;
}

#nav {
	background: #fff;
	border: 2px solid #000;
	font: 13px	Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin-top:10px;
}

#nav li {
	width: 212px;
	height: 24px;
	background: url(images/bg_menu2_off.gif) no-repeat;
	border-bottom: 1px solid #d9d9d9;
}

#nav li#dottori {
	background: url(images/bg_menu21_off.gif) no-repeat;
}

#nav li#dottori a:hover {
	background: url(images/bg_menu21_on.gif);
}

#nav li#video {
	background: url(images/bg_menuvideo_off.gif) no-repeat;
}

#nav li#video a:hover {
	background: url(images/bg_menuvideo_on.gif);
}

#nav li#ntop {
	height: 51px;
	background: url(images/menu2_top.gif) no-repeat;
}

#nav li a{
	width: 212px;
	color: #4b4c90;
	text-decoration: none;
	display: block;	
}

#nav li a:hover{
	color: #9ea900;
	background: url(images/bg_menu2_on.gif);
}

#nav li a span{
 	padding: 4px 5px 4px 32px;
 	display: block;
 	cursor: pointer;
}


/* Le Footer
--------------------------------------------------------------------------------------- */

#footer {
	height: 86px;
	background: url(images/bg_footer.gif) no-repeat bottom;
	clear: both;
}

#top {
	width: 179px;
	height: 30px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	border: 2px solid #000;
	margin: 0 0 0 24px;
	float: left;

}

#top a {
	background: url(images/top_off.gif);
	color: #fff;
	text-decoration: none;
	display: block;
}

#top a:hover {
	background: url(images/top_on.gif);
	color: #9ea900;
	display: block;
}

#top a span {
	padding: 6px 0 7px 55px;
	display: block;
}

#bas {
	width: 286px;
	height: 31px;
	background: #f0f2e8;
	border: 2px solid #dbe0c8;
	margin: 0 0 0 20px;
	float: left;
}

#copyright {
	width: 777px;
	margin: 10px auto;
	color: #fff;
	text-align: center;
}

#copyright a {
	color: #abb400;
	text-decoration: none;
}
