body {
	background-color: #FDEDCE;
}
.grostitre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #CC3366;
	font-weight: bold;
}
#navBarsites {
	background-color: #B3ECFF;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	width: auto;
	border: 1px solid #CCCCCC;
	top: 0px;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBarsitesli {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 5px 0 5px 0;
	border-top: 1px solid #CCCCCC;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border: 1px solid #cccccc;
	background-color: #00FF33;
}
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	display: block;
}
/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #cccccc;
	font-size: 16px;
	color: #333333;
	padding: 5px 0 5px 0;
	clear: both;
	background-color: #FFFBF2;
}

/************** #content styles *************/
#content{
	margin: 0;
	clear: both;
	width: auto;
	font-size: 18px;
	color: #000000;
	float: left;
}

#internet{display:none;}
