body {
	margin-top: 0px;
	background-image: url(../images/background.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-color: #000000;
}

html {
	 /*this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages*/ 
  height: 100%;
	margin-bottom: 1px;
	background: #000000;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}

body {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 0px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */


body {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 { 
   font-size: 150%;
}

h4 {
	font-size:  120%;
}

a:link,
a:visited {
	color: #00a0e0;
	text-decoration: none;
}
.menu {
	padding-left: 7px;
	padding-right: 7px;
	color: #00a0e0;
	font-size: 150%;
	font-weight:bold;
	
	}

.texte-color {
	color:#00ACF2;
}

.titre {
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
	/*padding-left: 7px;*/
	color:#00a0e0;
}

.sous-titre {
	font-size: 13px;
	font-weight: bold;
	color:#00a0e0;
}

.passway {
	font-size: 9px;
	color: #00a0e0;
	padding-left: 7px;
	}
	
hr {
	line-height:0;
	height:0;
	border:none
	;border-bottom:1px solid #ccc;
	padding:0;margin:8px 0;
	} 

hr.separator {}
	
/*.article_separator {
	border-bottom-color: #00a0e0;
	border-bottom-style:solid;
	padding-left: 30px;
	padding-right: 30px;
}*/

.main {
	padding-top: 15px;
	padding-left: 7px;
	text-align: justify;
	padding-right: 7px;
	background: url(../images/main.png) !important;	/*border-width: 1px;*/
	background: #000000; /* fond noir pour ie 5.5 et 6 qui ne comprend pas le tag !important*/
	border-bottom-color: #222222;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #222222;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #222222;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #222222;
	border-left-style: solid;
	border-left-width: 1px;
}

/*html {
	background: #000000 url(../images/background.jpg) 0 0;
	background-repeat: no-repeat;
	background-position: center;
}*/

/*menu copié site alex
div#menu ul {
	margin: 0;
	padding: 6px 0 0 0;
}

div#menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(../images/menu-divider.png) 100% 0 repeat-y;
}

div#menu a:link,
div#menu a:visited {
	display: block;
	float: left;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #99FF00;
	text-decoration: none;
}

div#menu a:hover {
	background: #4F6FA7;
}*/


