@charset "utf-8";
/*

CEPM
Website CSS file by Brice Caillat
www.brxdesign.com

*/

/* HTML TAGS */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	width:980px;
	margin:15px auto;
}

p		{font-size:0.8em;font-weight:bold;color:#002f36;}
ul,ol	{font-size:0.8em;font-weight:bold;color:#002f36;}
h1		{font-size:1.2em;font-weight:bold;color:#002f36;}
h2		{font-size:1.0em;font-weight:bold;color:#002f36;}
h3		{font-size:0.9em;font-weight:bold;color:#002f36;}
h4		{font-size:0.8em;font-weight:bold;color:#002f36;}
h5		{font-size:0.8em;font-weight:bold;color:#002f36;}
h6		{font-size:0.8em;font-weight:bold;color:#002f36;}

a:link {
	color:#002f36;
	text-decoration:none;
}
a:visited {
	color:#002f36;
	text-decoration:none;
}
a:hover {
	color:#002f36#FF9933
	text-decoration:underline;
}


/* IDs */
#page {
	width:980px;
	height:550px;
}
	#top {
		width:980px;
		height:449px;
	}
	#menu {
		width:980px;
		height:19px;
	}
	#bottom {
		width:980px;
		height:px;
	}
	

/* CLASSES */
.imgmenu {
	display:block;
	float:left;
}
.english {
	display:block;
	float:left;
	width:104px;
	height:19px;
	background:url(../img/index_03.jpg) left top no-repeat;
}
	.english:hover {
		background-position:0 -19px;
	}
.francais {
	display:block;
	float:left;
	width:115px;
	height:19px;
	background:url(../img/index_05.jpg) left top no-repeat;
}
	.francais:hover {
		background-position:0 -19px;
	}