
/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */

html { font-size: 100%; } 
body { font-size: 11px; font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; color: #999; }

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; }
h1 { font-size: 1.70em; color: #000; }
h2 { font-size: 1.40em; font-weight: normal; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
h3 { font-size: 1.20em; font-weight: bold; }
h3.spip {} /* Cf.: spip_style.css */
hr.spip {} /* Cf.: spip_style.css */





/* Autres enrichissements typo */
strong { font-weight: bold;color:#000; }

i {font-style: normal; text-transform: uppercase;}

i strong{color: #00AEEF;}

a.spip_mail
{}



em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; }
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 { background: #FFF; margin: 0 60px 0; padding: 0; text-align: left; }

#page { background-color: #ffffff; position: relative; width: 1020px; margin:; text-align: left; }


#entete {margin: 0; padding:0; height: 90px;}


#entete a.accueil { display: block; width: 67%; }
#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-weight: normal; display: none; }

#entete .formulaire_menu_lang { position: absolute; right: 0; top: 0.90em; display: none; width: 30%; } /*Cf.: spip_formulaires.css*/

#entete .menu_tete{padding-top:20px; text-transform:uppercase;}

#entete .menu_tete ul{margin:0; padding:0;}

#entete .menu_tete li{
	display:inline;
	padding:0 10px 0 0;
	margin:0 10px 0 0; 
	border-right: 1px solid #ccc;
	}

#entete .menu_tete li.telephone_tete, #entete .menu_tete li.telephone_tete a{color: #00AEEF; border: 0;}


.menu_tete .entreprise_tete{
	color: #00AEEF;
	position: absolute;
	left:651px
	}


#conteneur { 
	clear: both; 
	float: left; 
	width: 636px; 
	overflow: hidden; 
	}

#contenu {
	padding-top: 0;
	background-color: #ffffff; 
	position: relative; 
	z-index: 0;
	}

.logo-coin{
	position: absolute; 
	top:0; 
	right:0;
	width:72px;
	overflow:hidden;
	}

#navigation .fabrique{
	background-image:url(http://cotefleuve.ca.s16479.gridserver.com/squelettes/images/Fabrique-de-marques.png);
	height: 80px;
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	}

#navigation {
	float: left; 
	margin-left:15px; 
	width: 300px; 
	overflow: hidden; 
	}


.menu_navigation{
	margin: 0;
	height: 106px;
	text-transform:uppercase;
	}

.menu_navigation ul{margin:0; padding:0;}

.menu_navigation li{margin-bottom: 5px;}





.precedent{
	position:absolute;
	top:-1px;
	left:-1px;
	background:transparent;
z-index: 10;

}

.precedent a{
	width: 300px;
	display: block; 
	height: 620px;
	background-image: url(http://www.cotefleuve.ca/squelettes/images/fleche-G_transp50.png);
	background-position:left center;
	background-repeat: no-repeat;
	}

.precedent a:hover{
	background-image: url(http://cotefleuve.ca.s16479.gridserver.com/squelettes/images/fleche-G.png);
	background-position:left center;
	background-repeat: no-repeat;
	text-decoration: none;
	}

.suivant{
	position:absolute;
	top:0;
	right:0;
z-index: 10;
	background:transparent;

	}

.suivant a{
	width: 300px;
	display: block; 
	height: 620px;
	background-image: url(http://www.cotefleuve.ca/squelettes/images/fleche-D-transp50.png);
	background-position:right center;
	background-repeat: no-repeat;
	}

.suivant a:hover{
	background-image: url(http://cotefleuve.ca.s16479.gridserver.com/squelettes/images/fleche-D.png);
	background-position:right center;
	background-repeat: no-repeat;
	text-decoration: none;
	}




#extra { float: right; clear: right; width: 30%; margin-top: 1em; overflow: hidden; }

#pied { clear: both; width: 100%; text-align: left; font-size: 0.90em; padding: 30px 0; color: #aaa;}

#pied a{color: #ccc;}

#pied img { vertical-align: middle; }




/* 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 de l accueil
/* ------------------------------------------ */


.bloc_accueil{
	margin:0; 
	min-height: 106px;
	background-color: blue;
	overflow: hidden;
	border-bottom:#999 0px solid;
	}

.bloc_accueil .gauche{width: 318px;display: block; float:left;}

.bloc_accueil .droite{width: 318px;display: block;float:right;}

.bloc_accueil .titre{
	text-transform:uppercase;
	font-size: 1em;
color:#000;
	}

.bloc_accueil .titre:hover{cursor: hand}

.bloc_accueil .titre a{color: #000;}


.bloc_accueil .date{
	color:#00AEEF; 
	font-weight: bold;
	}

.bloc_accueil a .boite-image {
	padding-bottom: 80px;
	}




/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

#hierarchie { clear: both; margin-bottom: 2em; font-size: 0.90em; }
#hierarchie, #hierarchie a { color: #666; }



.cartouche { margin: 10px 0; }

.cartouche .entry-title{font-size: 11px;width: 318px; float: left;color: #000;}



.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; 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; }

#contenu p{margin:0;}

#contenu .texte p{margin: 0 0 8px; }

.texte { line-height: 1.30em; }


.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; }



/* ------------------------------------------
/* 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;  }
.menu ul li { margin: 0; padding: 0; }
.menu ul li ul { margin-left: 0em; border: 0; }
.menu ul li li { padding: 0; margin: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 { }

.formulaire_recherche { margin-bottom: 2em; } /*Cf.: spip_formulaires.css*/




/* 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: #888; text-decoration: none; }
a:focus,a:hover,a:active { color: #000; text-decoration: underline; }


a.on, .page_sommaire .accueil a{font-weight: bold; color: #000;}

.page_sommaire .toggler a { color: #00AEEF; text-decoration: none; }


/* Menu navigation BAS freres
---------------------------------------------- */


.autres{
	float: right;
	width: 300px; 
	display: block;
	text-align:right;
	padding:0; 
	margin:0;
	}


.autres ul {list-style:none;margin:0; padding:0;}

.autres li{display: inline;padding:0; margin:0 0 0 3px;}

/* --- ancien code
.autres li img{pading:0;margin:0;height: 8px; overflow:hidden;}

.autres a{background-color: #ccc;height: 8px; overflow:hidden;}

.autres a:hover {background-color: #000;}

.autres .on {background-color: #000;}

.autres .toutes_pieces a{background-color: #fff;}
*/	



/* pages mots - classement
---------------------------------------------- */


.liste_mot ul{list-style:none;margin:0;padding:0;}
.liste_mot li{}

.liste_mot a{
	display: block; 
	height: 53px;
	color:red; 
	padding: 0;
	}

.liste_mot a .titre{display:none;}
.liste_mot a:hover .titre{display:block;}

.liste_mot a:hover{
	display: block; 
	height: 53px;
	color:#333;
	text-decoration: none;
	background-color: #00ccff; 
	font-size: 10px; color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	}

.liste_mot h3{padding:0;}



/* page entreprise
---------------------------------------------- */

#contenu.fond_bleu{background-color: #00AEEF;color: #000;height: 636px;}

#contenu.fond_bleu p{width: 318px;margin:0;padding:0;}

#contenu.fond_bleu .chapo{color: #fff;text-transform: uppercase;font-size: 1.8em;line-height: 1em;padding-top: 30px;margin:0;}

#contenu.fond_bleu .texte p{width: 318px;margin:0;padding: 0.5em 0 0;line-height: 1.2em;}

#contenu.fond_bleu ul{padding:0px; list-style: disc; list-style-position:inside; margin:0;}


/* page nouvelles RUB
---------------------------------------------- */

.page_rubrique_nouvelles .titre,
.page_article_nouvelle .titre{
	text-transform:uppercase;
	font-size: 1em; 
	color: #000;
	}

.page_rubrique_nouvelles .gauche .titre a, 
.page_article_nouvelle .titre a{
	color: #000;
	}

.page_rubrique_nouvelles .date,
.page_article_nouvelle .date{
 	color:#00AEEF;
	font-weight: bold;
	}

.page_rubrique_nouvelles .gauche{
	border-bottom: 1px dotted #ccc;
	padding:10px 0;
	width: 318px;
	}

.page_rubrique_nouvelles .gauche a{color: #00AEEF;}

.page_rubrique_nouvelles .gauche a:hover{color: #000;}


/* page nouvelles ARTICLE
---------------------------------------------- */

.page_article_nouvelle{position: relative;}

.page_article_nouvelle .logo_nouvelle{
	height: 316px;
	width: 330px;
	float:left;
	}


.page_article_nouvelle .precedent-suivant{position: absolute;top: 400px;left: 330px;}


.page_article_nouvelle .texte a,
.page_article_nouvelle .precedent-suivant a{
	color: #00AEEF;
	}

.page_article_nouvelle .texte{
	margin-bottom: 15px;
	}

.page_article_nouvelle .texte p{
	margin:0;
	padding:0 0 4px;
	}

.page_rubrique_nouvelles .articles .spip_logos { float: left; clear: right; margin: 0; padding: 3px 10px 0 0; }







