/* --------------------------------------------------------- */
/* Feuille de style des squelettes par defaut pour SPIP 2.0  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html { font-size: 100%; width:100%; height:100%;} /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body { font-size: 0.8125em; font-family: Verdana,Geneva,Kalimati,sans-serif; color: #333;}

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: Verdana,Geneva,Kalimati,sans-serif }
h1 { font-size: 1.55em; color: #000; font-style: italic;}
h2 { font-size: 1.40em; font-weight: normal;font-style: italic;  }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
h3 { font-size: 1.10em; color: #231C5e; }
h3.spip {} /* Cf.: spip_style.css */
hr.spip {} /* Cf.: spip_style.css */

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #666; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }

/* Listes */
ul.spip {} /* Cf.: spip_style.css */
ol.spip {} /* Cf.: spip_style.css */
dl {}
dt {}
dd {}

/* Citations, code et poesie */
cite {}
q {}
blockquote {}
blockquote.spip {} /* Cf.: spip_style.css */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
.spip_code {} /* Cf.: spip_style.css */
.spip_cadre {} /* Cf.: spip_style.css */
address {}

/* Tableaux */
table.spip {} /* Cf.: spip_style.css */

/* Logos, documents et images */
img { margin: 0; padding: 0; border: 0; }
.spip_logos {} /* Cf.: spip_style.css */
.spip_documents {} /* Cf.: spip_style.css */
.spip_documents_center {} /* Cf.: spip_style.css */
.spip_documents_left {} /* Cf.: spip_style.css */
.spip_documents_right {} /* Cf.: spip_style.css */
.spip_doc_titre {} /* Cf.: spip_style.css */
.spip_doc_descriptif {} /* Cf.: spip_style.css */


/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body {position:absolute; background: #FFF; margin: 0; padding: 0; width: 100%; height:100%; text-align: center; }
#pagelarge {position:relative; width: 950px; min-height:100%;  background: #FFF; padding-left:0px;text-align:left;  margin: 0 auto;overflow:visible;}
#page {position:relative; width: 100%; z-index:2; overflow:auto; }
#fixbordgauche {position: absolute; top: 0; left:0; width: 64px; height: 100%;}
#bordgauche {width: 100%; height: 100%;}
#topbar {position: absolute; top: 0; left: 0; width:100%; height: 14px; z-index: 1; }
#halfgreybg {position: fixed; top: 0; left: 0; width: 50%; height: 100%; background-color: #f7f7f7; z-index: -1;}


/* not working
body {position:absolute; background: #FFF; margin: 0; padding: 0; width: 100%; height:100%; text-align: center; }
#pagelarge { width: 950px; min-height:100%;  background: #FFF; padding-left:0px;text-align:left;  margin: 0 auto;overflow:visible;}
#page {position:relative; width: 100%; z-index:2; overflow:auto; }
#fixbordgauche {width: 64px; height: 100%;}
#bordgauche {width: 100%; height: 100%;}
#topbar {position: absolute; top: 0; left: 0; width:100%; height: 14px; z-index: 1; }
#halfgreybg {position: fixed; top: 0; left: 0; width: 50%; height: 100%; background-color: #f7f7f7; z-index: -1;}

#tablefix {overflow:auto;width:100%;}
#trfix {height: 100%;width:100%;}
#tdfix_l {height: 100%; width:64px;overflow:auto;}
#tdfix_r {width:100%;overflow:auto; position: relative;}
*/

#entete { position: relative; width: 100%; margin: 0;margin-bottom: 10px; height: 110px; }
#entete a.accueil { display: block; width: 100%; }
#entete a.accueil img.spip_logos { vertical-align: bottom; line-height: 1em; }
#entete a.accueil #nom_site_spip { vertical-align: bottom; font-size: 2.2em; font-family: Verdana, Georgia, Times, sans-serif; font-weight: normal; }
.formulaire_menu_lang { position: absolute; right: 0; top: 0; } /*Cf.: spip_formulaires.css*/
.formulaire_menu_lang a { margin: 0;}


#conteneur { clear: both; float: left; width:660px;  margin-left: 100px; }
#contenu { clear: both; width: 100%;  float: left; margin: 0;  }

#navigation { float: right; width: 137px; margin: 0; padding: 0; margin-bottom: 18px;}
#navigation_panel { width: 100%; height: 513px; margin: 0; padding:0;  padding-top: 8px; background: url("../IMG/gradient.png") repeat-x;}

#extra { float: right; clear: right; width: 30%; margin-top: 1em; overflow: hidden; }

#pied { clear: both; width: 852px; margin-left: auto; margin-right: auto; height: 41px; margin-top: 10px; padding:0 ;  font-size: 10px; background: #1e1c5d url("../IMG/pied.png"); text-align:center; }
#pied img { vertical-align: middle; }

#pied a {float: left; min-width: 95px; margin-top: 16px; padding-left: 12px;  color: #ffffff; display: block;}

/* Espaceur de blocs */
.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

#hierarchie { clear: both; margin-bottom: 2em; font-size: 0.90em; }
#hierarchie, #hierarchie a { color: #666; }

.cartouche { margin-bottom: 2em; }
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.surtitre, .soustitre { font-size: 0.90em; color: #666; text-transform: uppercase; letter-spacing: 0.10em; }
.cartouche .surtitre { margin-bottom: 0.30em; }
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
.cartouche .traductions { font-size: 0.90em; }

.chapo { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; color: #669; }
.texte { line-height: 1.60em; }
.hyperlien { display: block; background: #EEE; padding: 0.50em 1em; font-weight: bold; color: #8B6F92; }
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; }
.notes { clear: both; font-size: 0.90em; }

abbr.published { border: 0; }


/* Portfolio */
#documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; }
#documents_portfolio a.on .spip_logos { border-color: #F57900; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #8B6F92; }


/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 2.50em; margin-right: 1em; text-align: right; font-weight: bold; }

/* Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.50em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; color: #333; }
.forum-texte { margin: 0; padding: 0.50em 1em; color: #333; }
.forum-texte .hyperlien {}
.forum-texte .repondre { margin: 0; padding: 0.10em 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }


/* Habillage des petitions
---------------------------------------------- */
#signatures { clear: both; margin: 0 0 2em 0; padding: 0; background: none; }
#signatures table { width: 100%; margin: 1em 0 0 0; }
#signatures thead { text-align: center; color: #555; }
#signatures td { padding: 0.50em; border: 2px solid #FEFEFE; vertical-align: top; }
#signatures td.signature-date { background: #E4F0F0; text-align: center; white-space: nowrap; }
#signatures td.signature-nom { background: #ECF4F4; text-align: center; }
#signatures td.signature-nom small { display: block; }
#signatures td.signature-message { background: #F4F8F8; }
#signatures .formulaire_recherche { margin: 1em 0; text-align: right; } /*Cf.: spip_formulaires.css*/
#signatures .formulaire_recherche input.text { width: 10em; text-align: left; } /*Cf.: spip_formulaires.css*/


/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de navigation */
.menu { clear: both; margin-bottom: 2em; text-align: left; }
.menu p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu ul { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #DDD; }
.menu ul li { margin: 0.20em 0; padding: 0.20em; border-top: 1px solid #DDD; }
.menu ul li ul { margin-left: 1em; border: 0; }
.menu ul li li { padding: 0; border: 0; }

/* Pagination */
.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; }
.pagination .on { font-weight: bold; color: #666; }

/* Rubriques */
.rubriques ul { border: 0; }
.rubriques ul li { background: #EEE; border: 0; }


/* Formulaires de recherche (site / petitions) */
.formulaire_recherche { margin-left: 7px; margin-bottom: 2em; margin-top: 0; padding: 0; background: none; width: 119px; }
/*
.formulaire_recherche * { display: inline; vertical-align: middle;}
*/
.formulaire_recherche label {color: #ffffff;}
.formulaire_recherche input.text { margin: 0; margin-bottom: 6px; width: 100%; background: #eee;}
.formulaire_recherche input.submit {float: right;}

/* Listes d'articles et extraits introductifs */
.articles ul li { clear: both; padding: 0.40em 0.20em; }
.articles ul li h3 { margin: 0.30em 0; }
.articles .spip_logos { float: right; clear: right; margin: 0 0 4px 16px; }
.articles ul li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles ul li .introduction { margin-top: 0.30em; line-height: 1.40em; }


/* Couleurs des liens
---------------------------------------------- */
a { color: #F57900; text-decoration: none; }
a:focus,a:hover,a:active {  text-decoration: underline; }
.nodeco:hover,.nodeco:focus,.nodeco:active,.nodeco:link  {text-decoration: none; }



/* fin spip ou debut euromed */

.document_center
{
	text-align:center;
}


#logo_euromed {float: left; margin-left: 110px; margin-right: 0px;}
#logo_euromed img {margin: 0;}
#banniere_flash {float: left; margin-top : 15px;}

/* menu euromed */

#div_menu_euromed { position: relative; height: 31px; width: 799px; margin-left: auto; margin-right: auto; margin-top : 5px; margin-bottom : 10px; z-index: 3; }


.image_menu_hover {display:block; height: 31px;overflow: hidden; position: absolute;}
.div_menu_euromed_item:hover .image_menu_hover img{ position: relative; top: -31px;}

.div_menu_euromed_item_container {float: left;  height: 100%; margin: 0; }
.div_menu_euromed_item { width: 100%; height: 100%; background: #1e1c5d; position: relative;}
.div_menu_euromed_item a {color: #FFFFFF;}


.div_menu_euromed_popup { visibility: hidden; position: absolute; clear: both; margin: 0; width: 422px; min-height: 96px;  top: 31px;  background-color: #6e6796; background-image: url("../IMG/back_menu.png"); z-index:100000;}
.div_menu_euromed_item:hover .div_menu_euromed_popup {visibility: visible; }

.div_menu_euromed_popup_rubriques {float: left;  width: 140px; height: 84px;margin: 0; margin-top: 12px;}
.div_menu_euromed_popup_rubriques_notfirst {margin-left: 1px; }

.div_menu_euromed_popup h4 { margin-left: 8px; margin-right: 8px; font-size: 0.9em; margin-bottom: 5px; padding-top: 3px; padding-bottom: 3px; border-bottom: 2px solid #e2e2e2;}
.div_menu_euromed_popup a:hover {color: #FFF;}
.div_menu_euromed_popup_rubriques:hover h4 { background: #908ab0; color: #fff;}

.div_menu_euromed_popup p { margin:0;  margin-left: 10px; font-size: 10px; margin-right: 10px;}
.div_logo_rubrique_menu { text-align: center;}


#introduction {margin: 0; margin-top: 37px; margin-bottom: 40px; font-size: 12px; }
#introduction  p {font-size: 1.0em; color: #606060;}


.login_box {width: 400px; margin: auto;}

#latest_news {width: 100%; height: 255px; padding: 0; margin: 0; margin-top: 21px; margin-bottom: 18px;}
#latest_news h3 { margin-bottom: 12px; margin-top: 12px; color: #231C5e;}
#latest_news p {font-size: 11px; margin-top: 1px; color: #555;}


#pieceofnews_first {  margin:0;} 
.pieceofnews {width: 190px; height: 255px; margin-left: 24px; float: left; background: #f1f0f7; position: relative;}
.pieceofnews * {margin-left: 15px; margin-right: 15px;}
.pieceofnews p img {display:none;}


#featured_box {position: relative; width: 640px; min-height: 480px; padding: 0; margin: auto; margin-top: 21px; margin-bottom: 18px; overflow:hidden}
#featured_articles {position: relative; width:100%; height: 300px; }
#featured_articles h3 {margin-bottom: 12px; margin-top: 12px; color: #231C5e;}
#featured_articles p {font-size: 11px; margin-top: 1px; color: #555;}

#feat_bg {position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; left: 0;}

.tagcloud { clear: both;text-align: justify; width: 604px; margin: auto; padding-top: 5px; padding-bottom: 8px; border-top: 1px dotted white; }
.tagcloud a {color: #EEE;}

#featured_element_first {margin-left: 25px;}
.featured_element {width: 180px; height: 255px; margin: 24px; margin-left: 12px; margin-right: 13px; float: left; background: #f1f0f7; position: relative;}
.featured_element * {margin-left: 15px; margin-right: 15px;}
.featured_element p img {display:none;}

.euromed_description_article { width: 640px; height: 116px; margin: 20px auto; padding: 8px;  position: relative; border: 1px dotted #999; text-decoration: none;}
.euromed_description_article h3 {width: 100%; margin: 0 10px;}
.euromed_description_article p { margin: 5px 10px; color: #555; position: relative;}
.euromed_description_article .previewdate {position:absolute; left: 10px; bottom: 10px; color: #ff6a00; font-size: 0.8em;}
.euromed_description_article .previewdate .previewauthor {color: #555;}
.euromed_description_logo {float: left; padding-top: 8px; margin: 0 10px;}

.euromed_liste_video {float: right;  margin : 0 10px; width: 390px;}


.pieceofnews_suite {margin: 0; margin-left: 0.5em; font-size: 1.1em; position: absolute; bottom: 1em; right: 1em; }

.liste_euromed_article {width: 100%; background: #e3e3e3; height: 9em; padding: 0.7em; position: relative;}
.liste_euromed_article_suite {margin: 0; margin-left: 0.5em; font-size: 1.1em; position: absolute; bottom: 1em;color: #ff9200; background-image: url(../IMG/yellowarrow.png); background-repeat: no-repeat; background-position: right; padding-right: 3em;}

.video_de_la_semaine {width: 403px; float: left; border: 1px dotted #c4c4c4; height: 147px; margin-bottom: 18px;}
.video_encart_large{ width: 640px; margin-left: auto; margin-right:auto; float:none; position: relative;}
#vdls_logo {width: 190px; margin:9px; float: left;}
#vdls_texte {float: left; width: 182px; margin: 6px; color: #888; font-size: 12px;}
#vdls_texte h1 {font-size: 15px;color: #888;}
#prochaines_dates { float: left; margin-left: 24px; width: 186px; border-top: 1px dotted #c4c4c4;}
.euromed_dates_texte {display: block; font-size: 11px; margin-top: 3px; color: black}
.euromed_dates_titre {color: #ff9200; font-size: 12px;}

.zone_multimedia { background-image: url(../IMG/fondMultimedia.png); width: 669px; height: 705px; position: relative;}
#galerie_du_forum {position: absolute; top: 38px; left: 15px;}
/*padding-top: 38px; margin-left: 15px;}*/
#inzonemultimedia {position: absolute; top: 540px; left: 16px;}


#fillparent {width: 100%; height:100%;}
#video_meme_rubrique {position: absolute; bottom: 5px; right: 5px;}

.euromed_rubrique h1 {color: #333; margin-left: 8px;}

.euromed_div_article {width: 95%; margin-left: auto; margin-right: auto;}
/*.euromed_contenu_article { width:100%; margin: 0; padding: 0; overflow: auto; border-top: 1px dotted #c4c4c4; text-align: justify;} */
.euromed_contenu_article { width:100%; padding: 10px; margin-left: auto; margin-right: auto; border-top: 1px dotted #c4c4c4; position:relative; overflow: auto;}


/*.date_auteur_right {position:absolute; right:0; bottom:2px; margin: 0; }*/
.date_auteur_right { text-align: right; margin: 0; padding: 0; width:60%; margin-left: 40%;}
.entete_article_euromed { position:relative; margin: 0; padding-left: 8px;}


#euromed_nav_articles_left { margin:0;margin-top: 10px; margin-bottom: 10px; padding: 12px; padding-left: 25px; width: 293px; float: left; background-image: url("../IMG/next_article_arrow_left.png"); background-repeat: no-repeat; border-top: 1px dotted #c4c4c4;}
#euromed_nav_articles_right { margin:0;margin-top: 10px; margin-bottom: 10px; padding: 12px; padding-right: 25px; width: 293px; float: right; text-align: right; background-image: url("../IMG/next_article_arrow_right.png"); background-repeat: no-repeat; background-position: top right; border-top: 1px dotted #c4c4c4;}
.euromed_nav span { color: #666;}

.vertical_container {float: left;}

#filtreanneebox {position: relative; height: 22px; overflow: hidden;}
.filtreanneeselected img { position: relative; top: -22px;}
.filtreannee { height: 22px; display:block; float: left; overflow: hidden; }
.filtreannee:hover img { position: relative; top: -22px; }

/* 
 * Marche Pas
.horizontal_container {border: 1px solid black; overflow: hidden; clear: both; margin: 0 auto; position: absolute; left: 50%; margin-left: }
.horizontal_container dl { float: left; }
*/

/*
 * Marche mais pas ie7
.horizontal_container_container {width: 100%; position: relative; overflow: auto;}
.horizontal_container {position:relative; float: right; left: -50% }
.horizontal_container_in {float:left; position:relative;left:50%;}
.horizontal_container dl { float: left;  margin-right: 7px; margin-left: 7px; margin-bottom: 5px;}
*/


 /* Marche mais pas ie7 (sans floats)*/
.horizontal_container {text-align: center;}
.horizontal_container_in {display: inline-block;}
.horizontal_container .spip_documents {display: inline-block; margin-right: 7px; margin-left: 7px; margin-bottom: 5px; }

