body{
		background-image:url(assets/bg.png);
		background-color:#273244;
		background-repeat:repeat-x;
		background-attachment:fixed;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#273244;
	}
.cream {color: #FFFFCC}

a:link {
	text-decoration: underline;
	color: #273244;
}
a:visited {
	text-decoration: none;
	color: #273244;
}
a:hover{
    text-decoration: underline;
	color: #273244;
}


.light a:link {
	text-decoration: none;
	color: #FFFFCC;
}
.light a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
.light a:hover{
    text-decoration: underline;
	color:#CCCC99;
}

.today { 
FONT-WEIGHT: bold; 
FONT-SIZE: 10pt; 
COLOR: black; 
FONT-FAMILY: 
sans-serif 
}

.days { 
FONT-WEIGHT: bold; 
FONT-SIZE: 10pt; 
COLOR: #27364e; 
FONT-FAMILY: sans-serif; 
TEXT-ALIGN: center 
}

.dates { 
FONT-SIZE: 10pt; 
COLOR: black;
FONT-FAMILY: sans-serif 
}



#content {
	width: 790px;
	clear: left;
	color: #ccc;
}

#nav div {
	border-right: solid 1px #364960;
}

#nav div.last {
	border-right: solid 1px #364960;
	width: 144px;
}
#nav div.first {
	border-left: solid 1px #364960;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	position: relative;
	text-align: left;
	cursor: default;
	background-color: #212e3e;
}

#nav li ul { /* second-level lists */
	white-space:nowrap;
	float: none;
	width: auto;
	position: absolute;
	background-color: #212e3e;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	left: auto;
	background-color:#212e3e;
}
#nav li:hover ul li, #nav li.sfhover ul li {
	float: none;
	line-height: 14px;
}

#nav li a {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	background-color:#212e3e;
	padding-left:15px;
	padding-right:15px;
}

#nav li a:hover, #nav li.sfhover a:hover {
	background-color:#48607e;
}

#nav li.sfhover {
	background-color:#48607e;
}



/* Menu anglais*/



#en_nav div {
	border-right: solid 1px #364960;
}

#en_nav div.last {
	border-right: solid 2px #364960;
	width: 120px;
}
#en_nav div.first {
	border-left: solid 2px #364960;
}

#en_nav, #en_nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#en_nav a {
	display: block;
}

#en_nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	position: relative;
	text-align: left;
	cursor: default;
	background-color: #212e3e;
}

#en_nav li ul { /* second-level lists */
	white-space:nowrap;
	float: none;
	width: auto;
	position: absolute;
	background-color: #212e3e;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#en_nav li:hover ul, #en_nav li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	left: auto;
	background-color:#212e3e;
}
#en_nav li:hover ul li, #en_nav li.sfhover ul li {
	float: none;
	line-height: 14px;
}

#en_nav li a {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	background-color:#212e3e;
	padding-left:19px;
	padding-right:19px;
}

#en_nav li a:hover, #en_nav li.sfhover a:hover {
	background-color:#48607e;
}

#en_nav li.sfhover {
	background-color:#48607e;
}
