html {
	font-size: 100%; /* Pour corriger un bug sous Internet Explorer. */
}

/* Général */
body {
	color: #000000;
	/*background: #e1e3e1;*/
	background: url(img/body.png) repeat-y fixed center top;
	margin: 0;
	padding: 10px 20px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.25;
}

/*Titres*/
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}
h1 {
	font-size: 3em;
	font-style: italic;
	text-align: center;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

/* h3.vasijv{
	background:transparent url(img/vasijv.jpg) no-repeat scroll left top;
	height:40px;
} */

h2.valeur{
color : #55ab26;
font-size: 1.8em;
}

h2.action {
color : #9a3d16;
font-size: 1.8em;
text-align : right;
}

h3.vasijv{
	font-family: Tempus Sans ITC, serif;
	text-align: center;
	font-size: 2em;
	color: #55ab26;	
}

p.valeur{
margin: .75em 0;
	text-align: justify;
	color: #55ab26;
	padding : 0 150px 0 0;
}

p.action{
margin: .75em 0;
	text-align: justify;
	color: #9a3d16;
	padding : 0 0 0 50px;
}

h2.news{
color : #c28315;
font-size: 1.8em;
text-align : center;
}

p.news{
	font-size: 14px;
	color: #fb9216;
	font-weight: bold;
	text-align : center;
}


/*Tableau*/

table.news {
border:3px solid #9a3d16;
border-collapse:collapse;
width:100%;
margin:auto;
}

td.news {
font-size:80%;
border:1px solid #9a3d16;
padding:5px;
text-align:justify;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
	text-align: justify;
}
li p {
	margin: .5em 0;
}

p.important{
	font-size: 14px;
	color: #fb9216;
	font-weight: bold;
}

p.centrer{
	text-align: center;
}

p.pied{
	text-align: right;
}

p.remarque{
	color: #55ab26;	
	font-size: 14px;
	font-weight: bold;
}



/* Liens */
a {
	text-decoration: underline;
}
a:hover, a:focus {
	color: black;
}
a img {
	border: none;
}

em {
	font-style: italic;
}

strong {
	color: #A1B55D;
}

 a.presse { 
 color:blue; 
 text-decoration:underline; 
 } 
 
 a.presse:link {
	color: #6699CC;
}
 
 a.presse:hover {
 color:blue; 
 text-decoration:underline;
 font-style: italic;
 } 



/* Pour le tableau dans la page des futurs évènements */
table.activite {
border:3px solid #796a9d;
border-collapse:collapse;
width:100%;
margin:auto;
}

td.activite {
font-size:80%;
border:1px solid #796a9d;
padding:5px;
text-align:left;
}



/*Entête
#entete {
	background : url(img/entete.png);
	}*/


/* Bloc central contenant #menu , #liens amis et #contenu */
#centre {
	background: url(img/centre.png) repeat-y;
}

/* menu */
#menu {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#menu a {
	color: #000000;
}
#menu a:hover, #menu a:focus {
	background: #c5c4bf;
}

/* liens amis*/
#amis {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 11px;

}
#amis a {
	color: #000000;
}
#amis a:hover, #menu a:focus {
	background: #c5c4bf;
}

/* Contenu principal */
#contenu {
	color: #363B29;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}

#pied {
	text-align : right;
	background: url(img/pied_page.png);
	color: #55ab26;
}
	

/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 10px 5px;
}
#global {
	margin: auto;
	width: 750px; 
}

/* En-tête */
#entete {
	margin: 0;
	/*padding: 10px 20px 10px 20px;*/
	height: 155px;
	width: 751px;
}
#entete h1 {
	margin: 0;
}

/* Bloc central contenant #menu et #contenu */
#centre {
	width: 100%; 
	overflow: hidden; 
}

/* Menu */
#left {
	background: #e1e3e1;
	width: 160px;
	float: left;
}
#menu ul {
	margin: 0;
	padding: 0 10px 0 20px;
	list-style: none;
	border-left: groove #4f2c19 5px;

}

#menu a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/*liens amis*/

#amis ul {
	margin: 0;
	padding: 0 5px 0 10px;
	list-style: none;
	border-left: ridge #4f2c19 3px;

}

#amis a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.1em;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu */
#contenu {
	margin-left: 200px;
	padding: 10px 20px 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}


/*video*/

#video
{
	margin:auto;
	padding-right:4px;
	padding-top:4px;
	width: 250px;
	height: 130px;
}



/*qui_membres


#main #nord
{
	float:left;
	width:90px;
}

#main #sud
{
	text-align:top;
	float:left;
	width:90px;
	overflow:hidden;
}

#main #nord img
{
	display:block;
	width: 90px;
	height: 90px;
	margin:5px 0px;
}

#main #sud img
{
	display:block;
	width: 90px;
	height: 90px;
	margin:5px 0px;
}

#main #desc_entite
{
	width: 406px;
	height: 564px;
	margin:5px;
	float:left;
	overflow:hidden;
}

#main #actif img
{
	display:inline;
	width: 81px;
	height: 90px;
	margin:5px 0px;
}

#main #desc_actif
{
	width: 596px;
	margin:5px;
	text-align: center;
	overflow:hidden;
}
 */



/* Pied de page */
#pied {
	margin: 0;
	padding: 20px 20px 10px 20px;
	font-size: .85em;
	height: 50px;
	width: 710px;
}