/* police par defaut de tout le site */
BODY, TD, DIV, SPAN {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000; font-weight:normal}
html, body {background-color:#FFF; margin:0; padding:0}

/* lien par défaut */
A {color:#666666}

/* liste par défaut */
ul {list-style-type:square; margin:0; padding-left:15px;}

/* titre par défaut */
h1 {color:#666666; font-weight:bold;font-size:16px;}

/* image par défaut */
IMG{border:0;}


/* temp.html */

#header{display:none}

	#hh01{display:none}
	#hh02{display:none}

#header2{display:none}
	#hh03{display:none}
	#hh04{display:none}

#mentete {display:none}
	#entete {display:none}

  	#entetepage {display:none}

	DIV.mg1 {display:none}
	DIV.mg3 {display:none}


#menugauche {display:none}  

#contenupage {width:98%}

#pubdroite {display:none}

#footer{display:none}



/* page accueil */

#accueil{
	float:left;
	width:99%;
	height:310px;
}

#aa01{
	float:left;
	width:62%;
	height:300px;
	padding:0.5em;
	overflow:auto;
}

#aa02{
	float:right;
	width:31%;
	height:300px;
	BORDER:#00CC00 1px dotted;
	padding:0.5em;
	overflow:auto;
	background:#EEEEEE;
}
	#aa02 h1 {display:inline;}


#rubriques{
	float:left;
	padding-top:1em;
	padding-bottom:1em;
	width:99%;
	height:147px;
	BORDER-TOP:#00CC00 1px solid;
}
	#rubriques ul {list-style-type:none; margin:0; padding-left:15px;}
	#rubriques A {color:#0066CC;}
	#rubriques A:hover {color:#0066CC;}
	#rubriques img {float:left;}

/* fin page accueil */



