

/*Style pour les articles*/

.gauche {
float : left;
}

.droite {
float : right;
}


/* STYLES pour recents de sommaire.html*/
hr {
	color : red;
	size : 5px;
}

/*Modification des styles d'origine de SIPI*/

/* Nouvelles règles si la fenêtre fait au plus 1024px de large */

@media screen and (max-width: 1024px)
{
 body {
	background: url(../img/fond_vertical.jpg) no-repeat ; 
}

}

body {
	background: url(../img/fond.jpg) no-repeat ; 
	background-position: right;
	background-position: top;
	color : #D3D3D3;
}
.wrapper {
	width : 80%;
	}
	
.aside {	
	width : 19%;
	margin-top : 130px;
	background : black; 
	opacity : 0.8;
	padding-left : 4px;
	padding-right : 4px;
	}
	
.spip_logo {
    float: left;  
}	

.header, .header .spip_logo_site, .spip_logo_site a,  .spip_logo_site a:hover {
    background: transparent none repeat scroll 0 0;
    color : #D3D3D3;
}


#haut_fixe {
	
	}
/*

A revoir pour fixer le bandeau

.header {
	position : fixed;
	background: transparent none repeat scroll 0 0;
	 color : #D3D3D3;
}
 
.arbo {
	padding-top : 100px;
	position:fixed
	background-color: darkseagreen;
	}

.cartouche {
	position : fixed;
	}
	
.menu_articles {
	padding-top : 150px;
	}
	
#contenu_sommaire {
	padding-top : 125px;
	}
	
#content {
	padding-top : 125px;
	}

*/


.arbo {
	background-color: #5e2320;
	}


div.socialtags {
	text-align : center;
	/*background-color:gray;*/
}

/* CSS PAGINATION horizontale*/
li.pagination-item { 
	float:left;
	width:25px; 
	clear: none;
}

