

div {
	padding:10;
	margin:0;
}

#center {
	width:800px;
	height:100%;
	margin: 0;
	background-color:#FFFFFF;
	float: left; 
}
#bottom_bar {
	clear:both;
	width:795px;
	height:20px;
	margin: 0;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:5px;
	padding-left:0px;
	background-color:#F9D4AD;
}


#logo {
	clear:both;
	width:800px;
	height:80px;
	margin: 0;
	background-image: url("images/bandeau.gif");
	background-repeat: no-repeat;
	background-color: #F9D4AD;
}
#menu {
	clear:both;
	width:800px;
	/*height:24px;*/
	margin: 0;
	/*padding:7px 0px;*/
	/*background-image: url("images/menu.jpg");*/
	background-repeat: repeat-x;
	background-color: #000000;
}
#textdiv {
	clear:both;
	width:800px;
	height:100%;
	margin: 0;
	background-color: #FFFFFF;
}
#links {
    vertical-align:top;
	padding-top:5px;
	padding-left:3px;
	clear:both;
	width:100px;
	margin: 0px;
	background-color: #FFFFFF;
	float: left; 
}
#grouparticles {
    vertical-align:top;
	width:660px;
	margin: 0px;
	background-color: #FFFFFF;
	float: left; 
}
#margin {
    vertical-align:bottom;
	clear:both;
	width:100px;
	height:10px;
	margin: 0px;
	background-color: #FFFFFF;
	float: left; 
}
#article {
	width:660px;
	padding:10px;
	margin: 5px;
	border:solid;
	border-width:1px;
	border-color:#000000;
	background-color: #EEEEEE;
	float: left; 
	text-align:left;
}
#articleOrange {
	width:660px;
	padding:10px;
	margin: 5px;
	border:solid;
	border-width:1px;
	border-color:#000000;
	background-color: #FF9933;
	float: left; 
	text-align:left;
}
#next {
	clear:both;
	margin: 5px;
	background-color: #FFFFFF;
}



body {
	background-color:#FF9933;
	margin : 5px;
}

body select {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
}



/* --- 
STYLES DE TEXTE
--- */
.TextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.TextBlackSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.TextBlackBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	color: #000000;
}

.TextBlackXBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bolder;
	color: #000000;
}

.BlikingText {
	text-decoration: blink;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bolder;
	color: #FF9933;
}

.Mandatory{
	font-family: "Times New Roman", Times, serif;
	font-weight : bold;
	font-size: 12px;
	color: #FF0099;
}
.Formlabel{
	font-family: "Times New Roman", Times, serif;
	font-weight : bold;
	font-size: 12px;
	color: #FF9933;
}
.Yellow {
	font-family: "Times New Roman", Times, serif;
	font-weight : bold;
	font-size: 12px;
	color: #FF0000;
	background-color: #FFFF00;
} 

.blackMenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 12px;
	color: #FFFFFF;
}

/*icones maintenance
*/
td.tableicon {
	background-color: #FFFFFF;
	display: block;
} 
td.tableicon:hover {
	background-color: #FF9933
} 

/*menu principal*/
ul#menuchoice {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul#menuchoice li {
	display:block;
	width:80px;
	height:24px;
	float:left; /*pour IE*/
}
ul#menuchoice li a{
	width:80px;
	height:24px;
	background-image: url("images/btn_03.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: block;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 14px;
	color: #000000;
	vertical-align: middle;
		text-decoration:none;
} 

ul#menuchoice li a:hover{
	background-image: url("images/btn_01.jpg");
	background-repeat: no-repeat;
} 


/*icones menus
*/
ul#menu2 {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul#menu2 li {
	display:block;
	width:90px;
	height:36px;
	float:left; /*pour IE*/
}
ul#menu2 li a{
	width:90px;
	height:36px;
	background-image: url("images/btn_02.jpg");
	background-repeat: no-repeat;
	background-color: #333333;
	display: block;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration:none;
} 

ul#menu2 li a:hover{
	background-image: url("images/btn_04.jpg");
	background-repeat: no-repeat;
	color: #000000;
} 

/*class button*/
a.button {
  color: white;
  background-color: #000080;
  background-image: url("images/btn_02.jpg");
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
}
a.button:hover {
  background-color: #6495ED;
  background-image: url("images/btn_01.jpg");
  border: 2px inset #c0c0c0;
}

.buttonOrange {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  background-color: #FF9933;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 0px;
}
.buttonOrange:hover {
  color: white;
  background-color: #FF9933;
}
.buttonNav {
	width:25px;
	height:25px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FF9933;
  color: white;
  text-decoration: none;
  font-weight: bolder;
  text-align: center;
  padding: 0px;
}
.buttonNav:hover {
  color: white;
  background-color: #FF9933;
}

a.stylelink:link {
	border: none;
	font-weight: bold;
	padding-left:2px;
	padding-right:2px;
	color:#000000;
	background-color:#FF9900;
}
a.stylelink:visited {
	border: none;
	font-weight: bold;
	padding-left:2px;
	padding-right:2px;
	color:#000000;
	background-color:#FF9900;
}


img { border:0;}

