/* Feuille de style pour le site Gauche Socialiste
CSS Level 2*/


/* La division de page */
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1.5em;
	text-align: left;
	font-size: 11px;
	color: #333;
}

#Conteneur {
	width: 100%;
	height: 1000px;
}
#Entete {
	height: 165px;
	background-image: url(../images/logogsweb2.jpg);
	background-repeat: no-repeat;
}

.LaGauche {
	float: right;
	position: relative;
	padding: 3px;
	font-family: Georgia;
	font-size: 32px;
	text-align: right;
	width: 65%;
	Color: White;
	background-color: #990000;
}
.Theme {
	float: right;
	position: relative;
	width: 75%;
	font-family: Georgia;
	font-size: 18px;
	text-align: right;
	padding-right: 1%;
	padding-top: 1%;
}
.CadBarre {
	width: 100%;
	font-family: Georgia;
	font-size: 18px;
	background: White;
	Color: White;
	padding: 1% 0 1% 0;
	margin: 0 0 1% 0;
}
.Barre {
	width: 100%;
	font-family: Georgia;
	font-size: 16px;
	background: Black;
	Color: White;
	padding: 1% 0 1% 0;
	margin: 0 0 1% 0;
	clear: both;
}

#Cgauche {
	float: left;
	position: relative;
	width: 20%;
}
#CgaucheArt {
	float: left;
	position: relative;
	width: 28%;
}
.IntGauche{
	border: thin solid #990000;
	padding: 5px 10px 5px 5px;
	margin: 0 0 10px 0;
}


.Centre {
	position: relative;
	float: left;
	width: 54%;
	margin;
	margin-left: 10px;
}
.CentreArt {
	position: relative;
	float: left;
	width: 69%;
	margin-left: 10px;
	color: black;
}
.Cdroite {
	position: relative;
	float: right;
	width: 22%;
	text-align: center;

}
.IntDroite{
	border: thin solid #990000;
	padding: 5px 10px 5px 5px;
	margin: 0 0 2px 0;
	font-size: 8px;
	text-align: center;
	color: black;
}


.Pied {
	position: relative;
	border: solid #8B0000;
	clear: left;
}

/* Les liens */
a:link{
	Color: Black;
	text-decoration: none;
}
a:hover{
	Color: red;
	text-decoration: none;
	}
a:visited{
	Color: Black;
	text-decoration: none;
}
a:active{
	Color: Black;
	text-decoration: none;
}
.Barre a:link{
	font-size: 16px;
	Color: White;
	text-decoration: none;
}
.Barre a:hover{
	font-size: 16px;
	Color: White;
	text-decoration: none;
	}
.Barre a:visited{
	font-size: 16px;
	Color: White;
	text-decoration: none;
}

.IntGauche a:link{
	Color: Black;
	text-decoration: none;
	font-size: 80%;

}
.IntGauche a:hover{
	Color: red;
	text-decoration: none;
	font-size: 80%;

}
.IntGauche a:visited{
	Color: Black;
	text-decoration: none;
	font-size: 80%;

}
.IntGauche a:active{
	Color: Black;
	text-decoration: none;
	font-size: 80%;
}

.IntDroite a:link{
	Color: Black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.IntDroite a:active{
	Color: Black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.IntDroite a:hover{
	Color: Black;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.IntDroite a:visited{
	Color: Black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

/* Les titres */

.Sommairetitre{					/* Titres du sommaire*/
	color: black;
	font-family: "Gill Sans Ultra Bold";
	font-size: 16px;
}

.boiteArticle{
	padding: 5px 10px 5px 5px;
	margin: 0 0 2px 0;
	font-size: 8px;
}
.titre1{						/* Titres de rubrique en rouge*/
	background: White;
	border: none;
	font-family: "Gill Sans Ultra Bold";
	font-size: 18px;
	color: Black;
	margin: 0px;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.ligne1{ 						/* ligne sous le titre de rubrique rouge*/
	border: 1px solid #161616;
	margin-top: 5px;
}
.surtitre{
	color: red;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: black;
}.titre{ 						/* Titres d'article*/
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: black;
}
.soustitre{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: black;
}
.auteur{
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
.intro{
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: justify;
	display: block;
}
.suite{
	text-align: right;
	font-size: 12px;
	line-height: 13px;	
}
.Hiercarchie{
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
}
.sommaire ul {
	margin-left: 5px;
	color: black;
	color: black;
}
.sommaire li {
		font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
		font-size: 80%;
		color: black;
		padding-left: 5px;
}
.titreColDroite {
	font-size: 12px;
	}
.imageG img{
	float:left;
	border:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
