/* CSS Document */
/*----------------------------------------
PLAN
------------------------------------------*/
html {
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(IMG_squelette/couleurFond.gif);
	background-repeat: repeat;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#box_rubrique{
	width: 450px;
	margin-left: 200px;
	position: relative;
	margin-bottom: 100px;
	margin-top: 20px;
}
.box_titre{
	float: left;
	width: 300px;
	display: block;
	position: relative;
}
.box_article{
	margin-left: 305px;
	float: left;
}
ul {
	margin-top: 5px;
	margin-left: 50px;
}
li{
	margin: 0px;
	list-style-position: inside;
	list-style-image: url(IMG_squelette/puceRond.gif);
}
a, a:link, a:visited, a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
i {
	font-style: oblique;
	color: #999999;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
	margin-left: 100px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 0px;
}
/*----------------head et global---------*/
#head {
	margin: 0px auto;
	width: 750px;
	height: 70px;
	background-image: url(IMG_squelette/dome.jpg);
	background-repeat: no-repeat;
}
#global {
	width: 750px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	text-align: left;
	background-image: url(IMG_squelette/coinBas2.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	position: absolute;
}
/*--------------------MENU HORIZONTAL-----------------------*/
#menu {
	background-color: transparent;
	height: 20px;
	margin: 10px 0px 0px 250px;
	font-size: 10px;
	color: #999999;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #0066CC;
}
