@charset "utf-8";
/* ####### commun ###########
############################*/
body {
	background-color:#e4e3e3;
	margin: 0px;
}
#conteneur {
	width: 775px;
	margin: 0px auto 15px auto;
	background-color:#e4e3e3;
	border-left:#bdb6b6 1px solid;
	border-bottom:#bdb6b6 1px solid;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#e9f6fc;
}


/* ####### bandeau ###########
############################*/
#top_bg {
	position:relative;
	background-image:url(../img/top_bg2.png);
	height: 117px;
	width: 775px;
}
#top_bgUS {
	position:relative;
	background-image:url(../img/top_bg2US.png);
	height: 117px;
	width: 775px;
}
#logo {
	position:absolute;
	left:36px;
	top:56px;
	width:160px;
	height:40px;
}
#btn_home {
	position:absolute;
	left:237px;
	top:50px;
	width:108px;
	height:60px;
}
#btn_prod {
	position:absolute;
	left:349px;
	top:50px;
	width:95px;
	height:60px;
}
#btn_ref {
	position:absolute;
	left:444px;
	top:50px;
	width:115px;
	height:60px;
}
#btn_dev {
	position:absolute;
	left:563px;
	top:50px;
	width:148px;
	height:60px;
}
.menu2G {
	padding-top:10px;
}
.menu2G a, .pub {
	font-family:Verdana, Geneva, sans-serif; 
	font-weight:bold; 
	font-size:11px; 
	color:#145776;
}
.menu2G img {
	margin:0 5px 0 30px;
}



/* ####### central ###########
############################*/
#main_txt, #main_txt a  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
h1 {
	visibility: hidden;	
	font-size:1px;
	margin:0;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#145776;
	text-align:center;
}
#flags {
	position:absolute;
	top : 60px;
	left : 10px;
}
#vlogo {
	position:absolute;
	top : 100px;
	left : 10px;
}

#flags img, #vlogo img {
	border:none;	
}
#pub {
	padding: 0 18px;
	text-align:justify;
}
.pub {
	border-bottom:dotted thin #CCC ;
}
.evidence {
	font-size:14px; 
	font-weight: bold; 
	color:#ff5f00;
}
.retourOK {
	color: #003300;
	background-color:#FFFFCC;
	border: 1px solid #003300;
	padding: 2px;
	margin: 15px auto;
}
.list_pt li {
	list-style-image: url(../img/fl_pt.gif);	
}
.list_fl li {
	list-style-image: url(../img/fl.gif);	
}




/* ####### footer ###########
############################*/
#footer {
	position:relative;
	background-image:url(../img/footer_bg.png);
	height: 66px;
	width: 775px;
}
#footer input {
	height : 12px;
	width: 50px;
}
#foot_links {
	position:absolute; 
	top:39px;
	width:100%;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
}
#foot_links a {
	color:#333333;
}
#copyright {
	position:absolute; 
	top:54px;
	width:100%;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}
#copyright a {
	color:#CCCCCC;
}