body{
	background:#666;
	font-family: Verdana, sans-serif;
	font-size:12px;
}

h1{
	color: #993300;
	text-indent:-500000px;
	height:128px;
	background: url('../IMG/banniereteklab062.png') no-repeat;
	margin: 0px auto 0px auto;
}

#wrapper{
	width:940px;
	margin:auto;
	color: #000;
}

#navbar{
	width:920px;
	margin : 0 auto 7.5px auto;
	background-color:#CCC;
	height:30px;	
}

#menu{
	padding-left:15px;
	height:30px;
	width:738px;
	float:left;
}

#searchbar{
	margin-left:712px;
	position:relative;
	top:11%;
	color:#FFF;
}


/* MENU */
#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
		height:21px;
		background: #CFC1B0;
        font-weight : bold; /* on met le texte en gras */
        font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
        margin-bottom:5px;
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #CFC1B0; /* couleur de fond */        
        color : #5C88AB; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        min-width : 144px; /* largeur */
        text-transform: uppercase;
        font-weight:bold;
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #5C88AB; /* on met une bordure blanche à droite de chaque élément */
}

/*#menu li#accueil{
	border-left: 1px solid #5C88AB;
}*/

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 144px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #5C88AB; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

#menu li ul ul {
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left : 1px solid #5C88AB; /* Petite bordure à gauche pour ne pas coller ... */      
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #CFC1B0; /* On passe le texte en noir... */
        background: #FFF; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul a{
	background-color: #CFC1B0;
	color: #5C88AB;
}

#menu li:hover ul a:hover{
	background-color: #FFF;
	color : #CFC1B0;
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}

/**/


#site{
	background-color:#000;
	padding:5px;
}

#bloc_droite{
	margin: 5px 5px 0 615px
}

#bloc_gauche{
	width:600px;
	float:left;
	margin-left: 5px;
}

#selection_articles, #bloc_musique, #bloc_news, #cloudtags, #bloc_rubrique, #article_en_cours, #ariane, #rubrique, #forum_en_cours{
	background:#CCC;
	padding:5px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#article_une, #site_syndic{
	background:#FFF;
	padding:5px;
	border: 4px solid #CCC;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#bloc_musique, #bloc_news, #cloudtags, #bloc_rubrique, #site_syndic{
	margin-top: 10px;
}

.titre_bloc{
	font-family: "Myriad Pro", Arial, sans-serif;
	margin-bottom: 3px;
	font-size: 16px;
}

#article_une h2{
	font-size: 14px;
}

h2, h2 a{
	color:#3E7AA9;
	font-weight:bold;
	font-size:12px;
	margin-bottom:0;
	text-decoration:none;
}

#ariane{
	width: 910px;
	margin : 0 auto 7.5px auto;
}



.article_select .photo_article{
	float:left;
	border: 2px solid #666;
	width: 100px;
	padding:2px;
	margin-right: 6px;
}

.article_select .photo_article img{
	vertical-align:middle;
}

.article_select{
	min-height:110px;
}

.article_select .resum_article .resume_article{
	text-align:justify;
}

#article_une .logo_article{
	width:205px;
	float:left;
	border: 2px solid #666;
}

#article_une .logo_article img{
	vertical-align:middle;
}

#article_une .logo_article{
	float:left;
	border: 2px solid #666;
	width: 200px;
	padding:2px;
	margin-right: 5px;
	text-align:center;
	margin-bottom:5px;
}

#article_une .resume_article{
	text-align:justify;
}

#article_une{
	min-height: 210px;
}

.liresuite, .liresuite a{
	color:#3E7AA9;
	text-align:right;
	text-decoration : none;
}

.liresuite a:hover{
	text-decoration: underline;
}

#bloc_news .news{
	text-align: justify;
}

#bloc_news .news .logo_news{
	border: 2px solid #000;
	padding: 2px;
	width: 140px;
	margin: 5px 5px 0 auto;
	float:left;
}

#bloc_news .news .logo_news img{
	vertical-align: middle;
}

#bloc_news #lien{
	text-align:right;
}

#bloc_news #lien a{
	color:#993300;
	text-decoration : none;	
}

#bloc_news #lien a:hover{
	text-decoration: underline;
}

.clear{
	width:400px;
	clear:both;
}


#article_en_cours, #rubrique, #forum_en_cours{
	width : 910px;
	margin-left:auto;
	margin-right:auto;
}

#site_syndic .sites_syndic{
	margin-bottom: 5px;
}

#site_syndic .sites_syndic a{
	text-decoration:none;
	color:#000;
}

#site_syndic .sites_syndic span.titre_site_syndic a{
	font-weight:bold;
	color: #3E7AA9;
}

#site_syndic .sites_syndic span.adresse_site_syndic{
	font-style:italic;
}

#site_syndic .sites_syndic span.adresse_site_syndic a:hover{
	text-decoration:underline;
}

/* PAGE RUBRIQUE */

#rubrique #haut_rub #logo_rubrique{
	float:right;
}

#rubrique #haut_rub #titre_rubrique{
	color: #993300;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#rubrique #haut_rub #resume_rubrique{
	text-align:justify;
}

#rubrique #haut_rub{
	margin-bottom: 10px;
}

#rubrique #sous_rubrique{
	margin-bottom: 10px;
}

#rubrique #sous_rubrique #annonce_ss_rubrique, #rubrique #article_rubrique #annonce_art_rubrique{
	font-family: "Myriad Pro";
	margin-bottom: 3px;
	font-size: 16px;
}

#rubrique #sous_rubrique .bloc_sous_rubrique .logo_rubrique, #rubrique #article_rubrique .bloc_article .logo_article{
	float:left;
	margin-right:5px;
	border: 2px solid #666;
	padding: 2px;
	width: 150px;
}

#rubrique #sous_rubrique .bloc_sous_rubrique h3, #rubrique #article_rubrique .bloc_article h3{
	margin: 0;
	color: #993300;
}

#rubrique #sous_rubrique .bloc_sous_rubrique h3 a, #rubrique #article_rubrique .bloc_article h3 a{
	color: #993300;
	text-decoration: none;
}	

#rubrique #sous_rubrique .bloc_sous_rubrique{
	margin-bottom: 5px;
	float:left;
	width:450px;
}

#rubrique #sous_rubrique .bloc_sous_rubrique .logo_rubrique img, #rubrique #article_rubrique .bloc_article .logo_article img{
	vertical-align:middle;
}

#rubrique #sous_rubrique .bloc_sous_rubrique .article_ss_rub .titre_article_ss_rub a, #rubrique #article_rubrique #article_lien a{
	color: #000;
	text-decoration: none;
}

#rubrique #sous_rubrique .bloc_sous_rubrique .article_ss_rub .titre_article_ss_rub a:hover, #rubrique #article_rubrique #article_lien a:hover{
	text-decoration: underline;
}

#rubrique #article_rubrique .auteur_article, #rubrique #article_rubrique .auteur_article a{
	color:#666;
	text-decoration: none;
}

#rubrique #article_rubrique .intro_article{
	text-align: justify;
	margin-top:0;
	margin-bottom: 0;
}

#rubrique #article_rubrique .lien_article{
	text-align: right;
}

.pagination{
	color: #000;
	text-align: center;
	font-size: 32px;
}

.pagination a, .pagination a:hover{
	color: #000;
	text-decoration:none;
}

.pagination .on{
	color: #3E7AA9;
}



/* ARTICLE */

#article_en_cours #colonne_droite{
	width:200px;
	float:right;
	text-align:right;
	font-size:13px;
}

#article_en_cours #colonne_droite #logo_article{
	width:200px;
	border: 2px #666 solid;
	margin-bottom: 5px;
}

#article_en_cours #colonne_droite #logo_article img{
	vertical-align:middle;
	padding: 2px;
}

#article_en_cours #colonne_droite #bloc_reaction{
	margin-top: 20px;
	width:175px;
	float:right;
	padding:1px;
}

#article_en_cours #colonne_droite #bloc_reaction .reactions{
	margin-bottom: 10px;
}

#article_en_cours #colonne_gauche{
	margin-right: 210px;
}

#article_en_cours h2#titre_article{
	font-size: 20px;
}

#article_en_cours h3.spip{
	font-size: 16px;
	text-align: center;
}

#article_en_cours #resume_article{
	font-weight: bold;
}

#article_en_cours #texte_article p{
	text-align:justify;
}

#article_en_cours #texte_article blockquote.spip p{
	border-left: 3px solid #000;
	padding: 5px;
	text-align: justify;
}

#article_en_cours #texte_article .spip_code{
	padding:5px;
	background: #000;
	color: #FFF;
}

#article_en_cours #logo_article{
	float:right;
}

#article_en_cours #colonne_gauche .spip_documents_center{
	display:block;
	//clear:both;
	//margin:5px auto;
	//width: 100%;
	text-align: center;
}

#article_en_cours #colonne_gauche .spip_documents_center img{
	//text-align:center;
}

#article_en_cours #colonne_gauche .spip_documents_left{
	float:left;
	margin: 1px 15px 5px 0;
}

#article_en_cours #colonne_gauche .spip_documents_right{
	float:right;
	margin: 1px 0 5px 15px;
}

#article_en_cours #colonne_gauche .spip_documents img{
	vertical-align: middle;
	border: 2px #666 solid;
	padding:2px;
}

#article_en_cours #colonne_gauche .spip_doc_titre{
	margin-right:auto;
	margin-left:auto;
	font-size:10px;
	text-align:center;
}

#article_en_cours #colonne_gauche .spip_doc_descriptif{
	clear:both;
	margin-right:auto;
	margin-left:auto;
	font-size:11px;
	text-align:justify;
}

#article_en_cours table.spip{
	margin: 5px auto;
	caption-side:bottom;
	border-collapse: collapse;
	text-align:center;
}

#article_en_cours table.spip tr, #article_en_cours table.spip td{
	border: 1px solid #FFF;
	
}

#article_en_cours table.spip td, #article_en_cours table.spip th{
	padding:5px;
}

#article_en_cours table.spip caption{
	font-weight:bold;
}

#article_en_cours hr.spip{
	color: #000;
	height:1px;
	background-color: #000;
	border:0
}

/* FORUM */
#forum_en_cours{
	font-size:14px;
}

#forum_en_cours h2#titre_article{
	font-size:20px;
}

#forum_en_cours #resume_article{
	font-weight:bold;
}

#forum_en_cours .reaction{
	border: 1px solid #930;
	margin-bottom: 5px;
}

#forum_en_cours .reaction .info_react{
	background-color: #930;
	color: #FC0;
	padding: 5px;
	margin: 0;
}

#forum_en_cours .reaction .text_react{
	padding: 5px;
	margin:0;
	text-align: justify;
}

#forum_en_cours .reaction h3.titre_react{
	margin:0;
}

#forum_en_cours .titre_bloc{
	margin-top: 10px;
	margin-bottom:0;
}



/* FOOTER */

#footer_site{
	width:920px;
	clear:both;
}

#last_art{
	background-color: #000;
	padding: 10px;
	color:#FFF;
	width: 920px;
	margin-left:auto;
	margin-right:auto;
}

#last_art .titre_bloc{
	font-family:Arial;
	text-transform:lowercase;
	font-weight:bold;
	font-size:15px;
	margin-bottom:0;
}

#art_rec, #art_consult, #art_pasconsult{
	border:1px solid #FFF;
	padding:10px;
	width:280px;
	padding-bottom:0;
	font-size:13px;
}

#art_rec{
	float:left;
}

#art_consult{
	margin-left: 309px;
}

#art_pasconsult{
	float:right;
}
#art_rec ul, #art_consult ul, #art_pasconsult ul{
	padding-left:0;
	margin-top:0;	
}

#art_rec ul li, #art_consult ul li, #art_pasconsult ul li{
	list-style:none;
	list-style-position:inside;
	border-top:1px dotted #FFF;
	padding:5px;
}
#art_rec ul li:hover, #art_consult ul li:hover, #art_pasconsult ul li:hover{
	background-color:#3E7AA9;
}

#art_rec ul li a, #art_consult ul li a, #art_pasconsult ul li a{
	color:#FFF;
	text-decoration:none;
}

#art_rec ul li a:hover, #art_consult ul li a:hover, #art_pasconsult ul li a:hover{
	text-decoration:underline;
}

#art_rec ul li:first-child, #art_consult ul li:first-child, #art_pasconsult ul li:first-child{
	border-top:none;
}

#footer{
	text-align:center;
}
