body
{
	/*background: url("fond_jaune.png");*/
	background-color: #E67E30; /*#E67E30 #386F48 vert #708D23 olive #F6DC12; #FFE436  #CD853F  #3A9D23 */
	font-family:'Trebuchet MS', Arial, sans-serif;
	color: #181818 /*sorte de gris*/
}

#bloc-page
{
	background-image: url("fond_jaune1.jpg");
	width: 80%;/*1000px;*/
	margin: auto; /*centrage bloc*/
	border: 0px black solid;
	border-radius: 10px;
	padding:2%; /*marge int*/
}


table
{
	border: 0px solid black;
	width: 100%;
	
}

td
{
	border: 0px solid black;
}

.titre_principal h1, .navi a, .contenu h2
{
	font-family:serif;
	font-weight:bold; 
	/*text-transform: uppercase;*/
}

.photo
{
	width:25%;
}

.photo img
{
	width:100%;
	/*width:220px;*/
}


.titre_principal
{
	width:75%;
	text-align:center;
}

.navi
{
	width:25%;
	text-align:left;
	vertical-align:top;
}

.navi ul
{
	list-style-type: none;
}

.navi li
{
	margin-bottom: 15px;
	font-size: 1.1em;
}

#nav_activites
{
	/*display: inline-block;*/
	/*vertical-align: top;*/
	/*padding:5px;*/
	border: 0px black solid;
	border-radius: 10px;
	width:99%;
	margin:auto;
	font-size:1em;
}

#nav_activites li
{
	display: inline-block;
	margin-right: 10px;
}

.contenu
{
	width:75%;
	text-align: justify;
	vertical-align:top;
	padding-left: 20px;
}

.foot
{
	text-align:center;
	width:100%;
	padding-top: 70px;
}

a
{
	text-decoration:none;
	color:#CD853F
}
  
a:hover
{
	color:#5B3C11;
	border-bottom:3px solid #5B3C11
}
 
a:active
{
	/*text-decoration:underline;*/
	color:#5B3C11;
	border-bottom:3px solid #5B3C11
}

a:visited
{
	text-decoration:none;
}


