/* CSS Document */

/*************************************   Initialisation   **************************************************/
DIV{margin:0;padding: 0;}
span{margin:0;padding: 0;}
a,p,table,td{margin:0;padding: 0;outline:none;}
a ,a:hover {text-decoration:none; font-size:8pt;}
body{margin:0;padding:0;background-color:#737373;text-align: center;}

*{font-family: Arial, Helvetica, sans-serif;font-size:8pt;color:#000000;}

img{margin:0;padding:0;}
form{display:inline;}

ul, li{padding:0;margin:0;list-style-type: none;text-align:left; }
a img{border:none;}
/*strong, em {font-size:inherit;}*/

/*************************************   Classe générique   **************************************************/
.fleft {float:left; margin:5px;}
.fright {float:right; margin:5px;}
.cache {display:none;}
.montre { display:block;}
strong, em, u {font-size:inherit;}
.texte strong {
	/*font-size: 8pt;*/
}
.gras1 {
	font-weight:bold;
	font-size: 8pt;
	color:#FFF;
}

.gras2 {
	font-weight:bold;
	font-size: 8pt;
	color:#34559F;
}
.gras3 {
	font-weight:bold;
	font-size: 8pt;
	color:#000;
}
.rouge{
	color:#CC071E;
}
a.ret{
	cursor:pointer;
	margin:0px 0px 0px 40px;
	padding:8px 30px 6px 34px;
	color:#FFF;
	background:url(../images/btn_ret.gif) 0 0 no-repeat;

}
a.ret2{
	cursor:pointer;
	display:block;
	margin:5px 0px 0px 20px;
	padding:8px 30px 6px 34px;
	color:#FFF;
	background:url(../images/btn_ret.gif) 0 0 no-repeat;

}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#31559B;
	font-family:Arial;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#ccc;
}
#top-selection{
	height:18px;
	padding:3px 4px 2px 2px;
	width:195px;
	background:url(../images/onglet.png) 0 0 no-repeat;
	position:absolute;
	top:122px;
	right:0px;
	z-index:120;
	text-align:center;
}
#top-selection a{
	color:#34559F;
	font-weight:bold;
}
.extranet{
	color:#DDD;
	position:absolute;
	top:-14px;
	right:5px;
}
#top-contact{
	width:191px;
	height:135px;
	position:absolute;
	top:0px;
	right:0px;
	background:transparent url(../images/contact.png) 0 0 no-repeat;
	text-align:left;
	z-index:100;

}
#top-contact .titre{
	color:#FFF;
	font-size:10pt;
	padding-top:17px;
	padding-bottom:7px;
	padding-left:20px;
	font-weight:bold;
}
#top-contact .ligne1{
	padding-left:20px;
	color:#34559f;font-size:9pt;
	padding-top:2px;
}
#top-contact .ligne1 span{
	color:#34559f;
	font-size:9pt;
	font-weight:bold;
}
#top-contact a {
	float:right;
	width:58px;
	height:20px;
	margin-right:23px;
	margin-top:6px;
}
