
html,body{
	margin: 0;
	}

body{	
	font:76% Trebuchet MS,arial,sans-serif;
	text-align:center;
	}

/*Dimension de la boite principale*/
#container{
	width:960px;
	margin:2px auto;
	text-align:left;
}
	
/* En tete */
#header{
	background-repeat:no-repeat;
	background-position:right;
	height:100px;
	width:960px;
	padding:0;
	margin:0;
}
#pub{
	float:right;
	height:90px;
	width:468px;
	padding-top:7px;
	padding-right:2px;
	margin:0;
}

#surcontent{
	padding:0;
	margin:0;
	width:960px;
	height:148px;
}

/* Pied de page */
#surcontent_bas{
	height:30px;
	width:960px;
	text-align:center;
	font: bold 90%;
}


/* Affichage du menu horizontal  */ /* MV A garder */
#menu_horiz{
	height:28px;
	width:960px;
	padding:0;
	margin:0;
	background:#ffffff;
	float:bottom;
	}
.onglets, .onglets li{
	list-style-type:none; /* Trés important sous Mozilla - Evite l'apparition de points ! */
	margin:0;
	padding:0;
	}
.onglets li{
	float:right;   /* Onglets à gauche les uns des autres */
	width:135px; /* Taille des onglets */
	height:28px;  /* Hauteur des onglets */
	text-align:center;
	margin:0;
	padding:0;
}

/* Sous-menu */
#sous_menu_accueil,#sous_menu_association,#sous_menu_television,#sous_menu_reportages,#sous_menu_partenaires,#sous_menu_presse,#sous_menu_contact{
	height:120px;
	width:960px;
	float:bottom;
	text-align:right;
	margin:0;
	padding:0;
}
.titre{
	padding:0px 3px 4px 4px;
	list-style-type:none; /* Trés important sous Mozilla - Evite l'apparition de points ! */
	font-family:opal;
	font-weight:bold;
	font-size:30px;
}
.texte{
	padding:30px 3px 4px 0px;
	list-style-type:none; /* Trés important sous Mozilla - Evite l'apparition de points ! */
	font-family:opal;
	font-weight:bold;
	font-size:17px;
}


/* Grande Boite Centrale */ /* A garder MV */
#content{
	clear:left;
	padding:4px 0px;
}

/* Colonne de gauche */ /* A garder MV */
#colgau{
	float:left;
	display:inline;
	width:300px;
	margin:2px auto;
}
/* Colonne de droite */ /* MV A garder*/
#coldroit{
	float:right;
	width:660px;
	display:inline;
	margin:2px auto;
	}

	
/* Diverses classes */
.droite{
	float:right;
	padding:0 2px;
}
.gauche{
	font-family: Trebuchet MS,arial,sans-serif;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	text-align:left;
}
.centre{
	font-family: Trebuchet MS,arial,sans-serif;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	text-align:center;	
}
	

/* TEXTE */ 
p{
	font-family: Trebuchet MS,arial,sans-serif;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	text-align:justify;
	}

ul{
margin:0;
padding:0;
}


/* les liens */
a:visited, a{
color: #555555;
}


img{
	border:0;
	margin:0px;
}


a:visited, a{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/* un peu inclassable */  /*Dimension de la boite principale*/
.spacer{
	clear:both;
	width:235px;
	visibility:hidden;
	height:0px;
}

h2{
color : #FFFFFF;
font-family: Trebuchet MS,arial,sans-serif;
}		

	
/* invisibilite sauf navigateur type lynx et matériels pour malvoyants*/
.none, .cool{
display:none;
}
