/**
 * Fichier : styles.css
 * Description : Styles gnriques du site
 * Auteur : Hamza Iqbal - hiqbal[at]agence-clark.com
 ********************************************************/

*
{
	margin:0;
	padding:0;
	font-size:100%;
}

a img, fieldset { border:0; }

label, a * { cursor:pointer; }

ol { list-style-position:inside; }

ul { list-style:none; }

ul li { zoom:1; }

textarea, input { font: 12px Arial, Helvetica, sans-serif; }

sup { vertical-align:top; }

strong { font-weight: bold; }

em { font-style: italic; }

/**
 * Elments gnriques
 ******************************************/
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/**
 * Classes gnriques
 ******************************************/
/* Lien majeur */
a.lien_majeur
{
	background: url(../images/commun/puces/puce_lien_majeur.png) 0 center no-repeat;
	color: #609dcb;
	display: inline-block;
	line-height: 14px;
	padding: 0 0 0 12px;
	text-decoration: underline;
}

a.lien_majeur:hover { text-decoration: none; }

/* Bloc gnrique */
.bloc_generique
{
	background: #051b37 url(../images/commun/fonds/f_bloc_generique.png) 0 0 repeat-x;
	border: 1px solid #153459;
	overflow: hidden;
	padding: 10px 11px 15px;
}

#sidebar .bloc_generique { margin: 0 0 10px; }


.bloc_generique h2
{
	color: #fff;
	line-height: 24px;
	font-size: 19px;
	font-style: italic;
	margin: 0 0 10px;
}

.bloc_generique h2 span { font-style: normal; }

.bloc_generique p
{
	color: #fff;
	line-height: 14px;
}

/* Bloc gnrique 2 */
.bloc_generique_2
{
	background: #0d294a;
	border: 1px solid #153459;
	color: #fff;
	overflow: hidden;
	padding: 10px;
}

/* Player vido */
.player_video
{
	margin: 0 auto 10px;
	text-align: center;
}

/* Titre */
#principal .titre
{
	overflow: hidden;
	width: 100%;
}

#principal .titre h2 { float:left; }

#principal .titre .retour
{
	float: right;
	margin: 15px 0 0 0;
}

/* Pagination */
ul.pagination
{
	background: url(../images/commun/fonds/f_hr.png) repeat-x top left;
	padding:35px 0 0 0;
	overflow:hidden;
	zoom:1;
}

ul.pagination li.precedent { float: left; }
ul.pagination li.suivant { float: right; }

ul.pagination li a
{
	background: 0 center no-repeat;
	color: #609dcb;
	padding: 0 0 0 12px;
	text-decoration: underline;
}

ul.pagination li.precedent a { background-image: url(../images/commun/puces/puce_lien_majeur2.png) }
ul.pagination li.suivant a { background-image: url(../images/commun/puces/puce_lien_majeur.png) }

ul.pagination li a:hover { text-decoration: none; }

/* Retour */
.retour
{
	background: url(../images/commun/puces/puce_lien_majeur2.png) 0 center no-repeat;
	color: #609dcb;
	display: inline-block;
	line-height: 14px;
	margin: 0 0 20px;
	padding: 0 0 0 12px;
	text-decoration: underline;
}

.retour:hover { text-decoration: none; }

/**
 * Structure gnrique
 ******************************************/
body
{
	background: #162d53 url(../images/commun/fonds/f_body.jpg) center 0 no-repeat;
	font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif; 
	font-size: 12px;
	height: 100%;
}

#global
{
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}

#header
{
	height: 264px;
	overflow: hidden;
	position: relative;
	width: 950px;
}

#contenu
{
	position:relative;
	background: #041d3a url(../images/commun/fonds/f_contenu.png) 0 0 repeat-x;
	clear: both;
	overflow: hidden;
	padding: 0 10px;
	width: 930px;
}

#principal
{
	float: left;
	overflow: hidden;
	width: 607px;
}

#sidebar
{
	float: right;
	margin: 20px 0 0;
	overflow: hidden;
	padding: 200px 0 0 0;
	width: 306px;
}

#footer
{
	background: #041d3a url(../images/commun/fonds/f_deco_footer.png) 0 20px no-repeat;
	color: #fff;
	clear: both;
	overflow: hidden;
	padding: 20px 8px 35px 80px;
	width: 862px;
}

/**
 * Header
 ******************************************/
#header ul
{
	position: absolute;
	top: 13px;
	right:17px;
}
#header ul li
{
float:left;
margin:0 0 0 5px;
}
#header h1
{
	position: absolute;
	top: 0;
}

#header p.accroche
{
	position: absolute;
}

/**
 * Navigation principale
 ******************************************/
ul#navigation
{
	background: url(../images/commun/fonds/f_nav_principale.png) 0 0 no-repeat;
	height: 51px;
	font-weight: bold;
	overflow: hidden;
	width: 950px;
}

ul#navigation li
{
	background: url(../images/commun/fonds/f_liens_nav_principale.png) 0 0 no-repeat;
	float: left;
	line-height: 52px;
}

ul#navigation li.in { background-position: center -104px; }

ul#navigation li#nav_accueil { background-position: 0 52px; }
ul#navigation li#nav_accueil.in { background-position: 0 -104px; }
ul#navigation li#nav_produits_derives.in { background-position: right -104px; }

ul#navigation li a
{
	background: url(../images/commun/fonds/f_liens_nav_principale.png) right -52px no-repeat;
	color: #fff;
	display: block;
	height: 52px;
	text-align: center;
}

ul#navigation li#nav_produits_derives a { background: 0; }

/**
 * Sous-navigation
 ******************************************/
ul#sous_navigation
{
	background: url(../images/commun/fonds/f_sous_nav.png) 0 0 repeat-x;
	height: 25px;
	line-height: 1;
	overflow: hidden;
	padding: 12px 15px 0;
	width: 920px;
}

ul#sous_navigation li
{
	border-left: 1px solid #fff;
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

ul#sous_navigation li.first
{
	border: 0;
	margin: 0;
	padding: 0;
}

ul#sous_navigation li a
{
	color: #fff;
	display: block;
	margin: 0 0px 0 0;
}

ul#sous_navigation li.current_page_item a
{
	color: #d5c9af;
	text-decoration: underline;
}

p#sous_navigation
{
	background: url(../images/commun/fonds/f_sous_nav.png) 0 0 repeat-x;
	color: #fff;
	line-height: 37px;
	font-weight: bold;
	padding: 0 15px;
	width: 920px;
}


/**
 * Carte Sidebar
 ******************************************/
#carte_colonne
{
	position:absolute;
	width:280px;
	top:10px;
	right:10px;
	background:#cfc4b2 url(../images/commun/fonds/f_carte.gif) repeat-x top left;
	border:1px solid #264b78;
	padding:12px;
	margin:0 0 10px 0;
	overflow:hidden;
	zoom:1;
}

#carte_colonne .titre
{
	margin:0 0 10px 0;
	overflow:hidden;
	zoom:1;
}

#carte_colonne .titre h2
{
	float:left;
	font-size:19px;
	font-weight:normal;
	font-style:italic;
	color:#174479;
}

#carte_colonne .titre a
{
	outline:none;
	display:block;
	float:right;
	background:url(../images/commun/pictos/picto_agrandir.png) no-repeat 0px 0px;
	font-size:11px;
	color:#1c395d;
	line-height:16px;
	padding:0 0 0 20px;
	margin:5px 0 0 0;
}

#carte_colonne .titre a.reduire
{
	background:url(../images/commun/pictos/picto_reduire.png) no-repeat 0px 0px;
}

#carte_colonne #carte_pos_actuelle
{
	position: absolute;
	top: 0;
	width:279px;
	height:117px;
}

#carte_colonne #cont_carte
{
	position:relative;
	height:117px;
	margin:0 0 10px 0;
}

#carte_colonne .ombre
{
	background: url(../images/commun/fonds/f_ombre_carte.png) 0 0 repeat-x;
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 500;
	_background: 0;
}

#carte_colonne h3
{
	float:left;
	background:#ee6445;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:3px 5px;
}

/**
 * Mission sidebar
 ******************************************/
#mission_sidebar .visuel
{
	display: block;
	margin: 0 0 10px;
}

/**
 * Mdiathque sidebar
 ******************************************/
#sidebar .mediatheque ul
{
	margin: 0 0 7px;
	overflow: hidden;
	width: 100%;
}

#sidebar .mediatheque ul li
{
	float: left;
	height: 66px;
	margin: 0 8px 8px 0;
	overflow: hidden;
	width: 86px;
}

#sidebar .mediatheque ul li.last { margin: 0 0 8px; }

#sidebar .mediatheque a.lien_majeur
{
	background: url(../images/commun/boutons/bt_acces_mediatheque.png) 0 0 no-repeat;
	color: #fff;
	display: block;
	height: 48px;
	line-height: 15px;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#sidebar .mediatheque a.lien_majeur span
{
	background: url(../images/commun/boutons/bt_acces_mediatheque.png) right 0 no-repeat;
	display: block;
	height: 38px;
	padding: 10px 40px 0 0;
}

/**
 * Journal de Bord sidebar
 ******************************************/
#jdb_sidebar ul { margin: 0 0 10px; }

#jdb_sidebar ul li
{
	border-bottom: 1px dashed #153459;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#jdb_sidebar ul li.last
{
	border: 0;
	margin: 0;
	padding: 0;
}

#jdb_sidebar ul li p.date { color: #d5be86; }
#jdb_sidebar ul li a { color: #fff; }


/** 
 * Footer
 ******************************************/
#abonnement_rss,
#footer_partenaires
{
	background: #0d294a;
	border: 1px solid #153459;
	overflow: hidden;
}

/* Abonnement RSS */
#abonnement_rss
{
	height: 58px;
	float: left;
	padding: 30px 12px 0;
	width: 192px;
}

#abonnement_rss p
{
	background: url(../images/commun/pictos/picto_rss_footer.png) 0 2px no-repeat;
	line-height: 14px;
	padding: 0 0 0 35px;
}

#abonnement_rss p a
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#abonnement_rss p a:hover { text-decoration: none; }

/* Partenaires */
#footer_partenaires
{
	float: right;
	height: 63px;
	padding: 25px 14px 0;
	width: 600px;
}

#footer_partenaires h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 7px;
}

#footer_partenaires #cont_partenaires
{
	height: 38px;
	overflow: hidden;
	position: relative;
	width: 600px;
}

#footer_partenaires ul
{
	left: 0;
	position: absolute;
	top: 0;
}

#footer_partenaires ul li
{
	float: left;
	height: 38px;
	line-height: 38px;
}

/* Navigation footer */
ul#navigation_footer
{
	clear: both;
	overflow: hidden;
	padding: 20px 0 0;
}

ul#navigation_footer li
{
	float: left;
	margin: 0 10px 0 0;
}

ul#navigation_footer li a
{
	color: #fff;
	margin: 0 10px 0 0;
	text-decoration: underline;
	white-space: nowrap;
}

ul#navigation_footer li a:hover { text-decoration: none; }