@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #013E74;
	margin: 0;
	text-align: center;
}
.noMargin {
	margin: 0;
}
img {
	border: none;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatleft { 
	float: left;
	margin: 0px 20px 10px 0;
}
.hidden {
	display: none;
}
.marginAnnuaire {
	margin-bottom: 20px;
}
.bouton {
	background-color: #003E74;
	border: 1px solid #61799C;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #61799C;
}
.encadre { 
	background-color: #E1F4F6;
	padding: 7px;
}
.bleu { 
	background-color: #dde3ea;
}
.navigation a:hover {
	color: #FFFFFF;
	background-color: #003E74;
}
.separateurTexte {
	background-color: #dde3ea;
	height: 4px;
	margin: 40px 0 20px 0;
}

/* CONTAINERS
-----------------------------------------*/
#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	background-position: 611px 4px;
	background-color: #FFFFFF;
}
#header { 
	width: 990px;
	height: 319px;
}
#logo {
	top: 188px;
	left: 677px;
	position: relative;
	width: 248px;
}
#menu {
	top: 0;
	position: absolute;
}
#contact { 
	top: 5px;
	left: 834px;
	position: relative;
	width: 120px;
}
#headContent {
	height: 58px;
	padding-left: 66px;
}
#mainContent {
	float:left;
	margin:0;
	padding:0 0 40px 66px;
	width:491px;
}
#mainContent a:hover {
	color: #FFFFFF;
	background-color: #003E74;
}
#footer { 
	padding: 0 10px 0 14px;
	color: #FFFFFF;
	font-size: 10px;
} 
#footer a { 
	color: #FFFFFF;
}
#footer a:hover { 
	background-color: #003E74;
}
#recherche-alpha, #recherche-region {
	border-bottom: #E1F4F6 solid 4px;
	padding-bottom: 5px;
}

/* TEXTES
-----------------------------------------*/
.titre1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0 4px 0;
	letter-spacing: 1px;
}
.textecourant {
	margin: 0 0 12px 0;
}
.small-italic {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}
.small-bold {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
.paragraphe1 {
	margin-top: 30px;
}
#accueil {
	line-height: 14px;
}

/* LISTES
-----------------------------------------*/
ul, #alpha ul, #bulletin ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 15px;
}
li.pdf, li.web {
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 2px 0 2px 20px;
	background-image: url(images/pdf_icon.gif);
}
li.web {
	background-image: url(images/web_icon.gif);
}
li.prix {
	background-repeat: no-repeat;
	background-position: 35px 7px;
	padding-left: 0;
}
#alpha ul li {
	display: inline;
	padding-left: 0;
	padding-right: 8px;
	background-image: none;
}
.navigation ul li {
	display: inline;
	padding-left: 30px;
	background-image: none;
	font-weight: bold;
}
#accueil li {
	padding-bottom: 15px;
}

/* LIENS
-----------------------------------------*/
a {
	color: #BE6720;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

/* SIDEBAR
-----------------------------------------*/
#sidebar {
	float: right;
	width: 295px;
	padding: 0 20px 0 27px;
}
#sidebar a:hover {
	color: #FFFFFF;
	background-color: #003E74;
}
.sidebarBloc {
	margin: 22px 0 30px 0;
	font-size: 11px;
	line-height: 14px;
}
.sidebarTexte {
	margin: 0;
}
.sidebarTitre {
	margin: 12px 0 0 0;
	font-weight: bold;
}
.sidebarSeparateur {
	margin-left: -27px;
	margin-right: -20px;
}
.calendrier {
	padding-right: 10px;
	padding-bottom: 5px;
}
a.dateActive {
	color: #FFFFFF;
	background-color: #BE6720;
	text-decoration: none;
	padding: 0 2px 0 2px;
}
a.dateActive:hover {
	background-color: #003E74;
}

/* bulletin
----------------------------------------------- */ 

#bulletin li, #carrieres li {
	padding: 0;
}
#bulletin ul li {
	float: left;
}
#bulletin ul li a {
	display: block;
	width: 343px;
	height: 58px;
	background: url(images/btn_bulletin_jeunesse.gif);
}
/* Normal Links */ 
#bulletin ul li.nouveau a {
	background-position: 0 0;
}
#bulletin ul li.regulier a {
	background-position: -343px 0;
}
/* Hover Links */
#bulletin ul li.nouveau a:hover {
	background-position: 0 -58px;
}
#bulletin ul li.regulier a:hover {
	background-position: -343px -58px;
}

#carrieres ul li a {
	display: block;
	width: 245px;
	height: 45px;
	background: url(images/logo_carrieres.gif);
}