body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Geneva,sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	background-color: #007085;
	
}

h2
{
	margin: 0;
	padding: 15px 0px 15px 220px;
	font-size: 22px;
	font-weight: normal;
	font-variant: small-caps;
}

.min
{
	font-size: 18px;
	font-variant: normal;
}

h3
{
	width: 55%;
	height: 1.4em;
	margin: auto;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: auto;
	padding-top: 0.3em;
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
}

.bleu
{
	background-color: #3d9dae;
}

.vert
{
	background-color: #c1cc21;
}

.orange
{
	background-color: #f5821f;
}

h4
{
	margin-bottom: 0.4em;
	font-size: 1em;
	text-indent: 5%;
}

.norm
{
	font-weight: normal;
}

p
{
	margin: 0.7em 2% 0.5em 2%;
	font-size: 1em;
	text-indent: 2%;
	text-align: justify;
}

.info
{
	font-size: 0.8em;
	color: #cccccc;
	text-align: center;
}

.info2
{
	font-size: 0.7em;
	color: #cccccc;
	text-align: center;
}

a
{
   text-decoration: none;
   color: #ffee88;
   font-weight: bold;
}

a:hover
{
   text-decoration: underline;
   color: #ffcc44;
}

a:focus 
{
   color: #ffaa22;
}

ul
{
	width: 210px;
	margin:0 0 0 5px;
	padding: 10px;
	list-style-type: disc;
	list-style-position: outside;
	background-color: #3d9dae;
}

li
{
	line-height: 1.3em;
}

ul a
{
	display: block;
	margin: 0 0 0 0px;
	font-size: 0.9em;
	
}

#conteneur
{
	
}

#fond 	/*accueil*/
{
	height: 200px;
	background-color: #008598;
}


#accueil
{
	position: relative;
	width: 760px;
	height: 400px;
	margin: auto;
	text-align: center;
	top: -148px;
}

#entete
{
	text-align: center;
	background-image: url("../images/forum_titre3.png");
	background-repeat: no-repeat;
	background-position: 5% 5%;
	background-color: #008598;
}

#corps
{
	margin: 4% 2% 0 320px;
}

#audio
{
	float: left;
	width: 240px;
	margin: 2% 0% 0% 5%;
	background-color: #007085;
}

#pied
{
   clear: both;
   width: 420px;
   height: 80px;
   margin: auto;
   margin-top: 3em;
   text-align: center;
   background-image: url("../images/forum_sponsors.png");
   background-repeat: no-repeat;
}

