/* Styles de type screen du site Mouvement Socialiste */

/* Styles généraux */
body {
	margin: 10px 0px ;
	padding: 0px ;
	text-align: center ;
	font: 12px Georgia;
} 

img {
	border : none ;
}

p.img{
	float : left ; 
	clear : both ;
	margin : 0 ;
	padding : 0 ;
}

/* Styles de l'entete */
div#entete {
	margin: 0 auto ;
	text-align: left ;
	height : 183px ;
	width : 801px ;
	text-align : left ;
	background-image: url("img/top2.png") ; 
	background-repeat : no-repeat ; 
}

/* Styles du contenu */
div#conteneur {
	width: 801px ;
	margin: 0 auto ;
	text-align: left ;
	background-image : url("img/middle.png") ; 
	background-repeat : repeat-y ; 
}

div#conteneur h1 {
	margin: 0;	
}

div#contenu {
	float : left ;
}

div.article {
	width  : 480px;
	padding : 0px 15px 0px 15px ;
	margin : 20px 20px 0px 20px ;
}

div.article a {
	color : #004e8b ;
}

div.article a:hover {
	text-decoration : underline ;
}

h1.titreArticle, h2.titreArticle{
	margin-bottom : 0px ;
	font : 21px georgia ;
	font-weight : bold ;
	color : #a00707;
	background-color : #FFF ;
}

div.texteArticle p {
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.6em ;
}

p.texteArticle {
	color : #2b2b2b ;
	clear : right ; 
	text-indent : 3em ;
}

/* Styles du menu */
div#navigation {
	height : 30px;
	width : 774px ;
	margin-left : 14px ;
	padding-top : 7px ;
	background-color : #a00707 ;
	text-align : center ;
}

div#navigation  a {	
	padding : 20px ;
	color: #fff ;
	font-family : Georgia, Arial ;
	font-size : 16px ;
	text-decoration: none ;
}

div#navigation  a:hover, div#navigation  a:focus, div#navigation a:active {
	text-decoration : underline ;
}

/* Styles des news */
div#rss {
	font-family : "Trebuchet MS" ;
	overflow : hidden ;
}

div#rss, div#adresse {	
	margin : 32px 35px 0px 35px ;
	clear : right ;
}

div#rss  p {
	text-indent : 0em ;
	text-align: left ;
}

h2.titreBlog {
	font-size : 16px ;
	color : #160000;
	margin-top : 1em ;
	margin-bottom : 0em ;
}

a.lienBlog {
	text-decoration : none ;
	color : #23507e ;
}

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

p.contenuBlog {
	margin-top : 0em ;
	margin-bottom : 0.3em ;
	line-height : 1.2em ;
}

/* Styles de la foire  aux questions */
h2.titreQuestion {
	font : 18px georgia ;
	color : #1d6409 ;
	font-weight : bold ;
	margin-top : 40px ;
	text-decoration : underline ;
}

div.sousArticle {
	clear : both ;
	margin-bottom : 3em ;
}

h3.titreSousArticle {
	font : 16px Georgia ;
	font-weight : bold ;
	color : #004e8b ;
}

p.imgSousArticle {
	float : left ;
	margin : 0px 20px 0px 20px ;
	padding : 0 ; 
}

/* Styles du pied de page */
div#pied {
	margin-top : 10px ;
	padding-top : 10px ;
	clear: both ; 	
	height : 45px ;
	width : 801px ;
	text-align: center ;
	background-image : url("img/bottom.png") ; 
	background-repeat : no-repeat ;
	background-position : bottom center ;		
}

div#pied a {
	color : #0d335a ;
	text-decoration : none ;
}

div#pied a:hover {
	text-decoration : underline  ;
	color : #0d335a ;
}


