body {
	margin: 0;
	margin-bottom : 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-image:  url("back.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	FONT-FAMILY: "Arial Narrow", Arial, "Times New Roman";
	font-size: 16px;
	height: 100%;
}

html {height: 100%;}

.DESIGN {	
	FONT-FAMILY: Verdana, Arial, "Times New Roman";
	font-size: 9px;
	text-align: right;
	background-color: #FFFFFF;
	color: #0066FF;
}

.GLOBAL {
  	position:absolute;
    left: 50%; 
    top: 10;
    width: 700px;
    margin-top: 0px; /* moitié de la hauteur */
    margin-left: -350px; /* moitié de la largeur */
    border: 1px solid #000;
}
.BANNIERE{
	background-image:  url(titre.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 114px;
	width: 700px;
	border: 0px;
}
.MENU{
	background-image:  url(menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 700px;
	text-align: right;
	text-indent: 5px;
	background-color: #FFFFFF;
	color: #0066FF;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}
.MENU a:link    {
	color: #333333;
	font-family: "Comic Sans MS", "Arial Narrow";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
.MENU a:visited   {
	color: #333333;
	font-family: "Comic Sans MS", "Arial Narrow";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
.MENU a:hover    {
	color: #FF9900;
	font-family: "Comic Sans MS", "Arial Narrow";
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}

.CONTENU {
	background-color: #666666;
	width: 700px;
	border: 1px;
	padding: 0px;
	text-align: left;
	background-image: url(bgcontent.jpg);
	height: 100%; /* la hauteur de la boite occupe 100% de l'écran */
}
.TITRE {
	margin-left:15px;
	margin-top:15px;
	FONT-FAMILY: "Arial narrow";
	font-size: 18px;
	width:100%;
	background-image: url(backgroundtitre.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}
.SS_TITRE {
	color: #6063DA;
	text-transform: uppercase;
	text-align: right;
	font-size: 200%;
	font-weight: bold;	
	margin-right:15px;
}
.CORPS {
	color: #FFFFFF;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	font-family: "arial narrow", Arial, "Times New Roman";
}

SMALL {
	font-size:10px;
	}
SMALLRED  {
	font-size:10px;
	color:red;
	}

A:link    {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
	}
A:visited {
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
	}
A:hover   {
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
	/*background-color:#FFCC66*/
	}

A.n2:link    {
	color: #FFCC66;
	text-decoration: underline;
	font-weight: normal;
	}
A.n2:visited {
	color: #FFCC66;
	text-decoration: underline;
	font-weight: normal;
	}
A.n2:hover   {
	color: #FF3300;
	text-decoration: underline;
	font-weight: normal;
	}

P {
	background-image: url(backgroundp.gif);
	background-repeat: no-repeat;
}
P:first-letter {
	FONT-FAMILY: Verdana;
	color: #FF9900;
	font-size: 200%;
	font-weight: bold;
	float: left;
}


input,textarea,select,option {
	background-color:#FFFF99;
	font-family: "arial narrow", Arial, "Times New Roman";
	color:black;
	font-size:11px;
	border-width:1px;
	border-color:#FFCC66;	
}

input.bouton {
	background-color:#cc9966;
	color: black;
	cursor:pointer;
	font-size: 10px;
	border-style:outset;
	border-width:1px;
	border-color:#FFCC66;
	font-family:"Comic Sans MS", "Arial Narrow";
	font-weight: bold;
}

img {
 	BACKGROUND:  url(loading.gif) #f7f7f4 no-repeat;
	}

HR {
	width:75%;
	text-align:center;
	color:steelblue;
	border:thin
	}
ul {
  list-style-image:  url(puce.gif);
}

ul.n2 {
   list-style-image:  url(puce.gif);
   margin-left:65px;
}

li {
	margin: 20px 5px;
	background-image: url(backgroundli.png);
	background-repeat: no-repeat;
	}
b {
	color: #FFCC66;
	}

.ul_jaune {
  list-style-image:  url(puce_jaune.gif);
}

table.opportunites {
border:1px solid #000000;
padding: 0px;
}
th.opportunites {
border:1px dotted #000000;
background-color:white;
font-size: 12px;
font-family: "arial narrow", Arial, "Times New Roman";
}
td.opportunites {
border:1px solid #000000;
font-size: 12px; 
color: #ffffff;
font-family: "arial narrow", Arial, "Times New Roman";
}

.ans {
DISPLAY: none; 
PADDING-LEFT: 30px; 
MARGIN-BOTTOM: 15px;
}






