/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#logo{float:left; background-image:url(banniere-risque.jpg); width:1024px; height:115px;}
#ligne{float:left; background-image:url(ligneArn.jpg); width:1024px; height:5px}
#topheader{float:right; width:1024px; height:20px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:3px;}
#menu{float:left; width:184px; background-color:#FFFFFF} 
#contenttext{float:right; width:835px; background-color:#FBF1E1}
#footer{float:right; width:1024px; height:22px; background-color:#F0F0F0; position:relative;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666;
  background-color:#F7F7F7;
  padding:10px;
  margin:10px;
}
.blanc {
  height:25px;
  background-color:#FBF1E1;
  border-color:#FBF1E1;
  border-width:1;
  border-style:solid;
	font:14px arial;
	font-weight:600;
	text-align:center;
	vertical-align:top;
}
.orange {
  height:25px;
  background-color:#FF8800;
  border-color:#FBF1E1;
  border-width:1;
  border-style:solid;
	font:12px arial;
	font-weight:400;
	text-align:center;
	vertical-align:top;
}
.orange a{
  color:white;
	font:Arial;
	font-weight:600;
	text-decoration:none;
	vertical-align:top;
}
.orange a:hover{
  color:#CC0000;
	font:Arial;
	font-weight:600;
	text-decoration:none;
	vertical-align:top;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Arial;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	margin-top: 30px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	color:#993300;
	margin-right: 50px;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font:0.7em Tahoma, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallblacktext {
	font: Arial;
	font-size: 14px;
	color: black;
	text-align: left;
	border-left-style:solid;
  border-left-color:#FBF1E1;
  border-left-width:1;
  border-bottom-style:solid;
  border-bottom-color:#FBF1E1;
  border-bottom-width:1;
}
.smallfoottext {
	font:0.7em Tahoma, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.smallgraytext {
	font:0.7em Tahoma, sans-serif;
	font-size:11px;
	font-weight:italic;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallmenutext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}

