@charset "utf-8";
/* CSS Document */


/* CONTENUS GLOBAUX */

body
{
	margin:0px;
	padding:0px;
	background-color:#B8B8B8;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#all_content
{
	position:absolute;
	top:0px; 
	width:714px;/* left-border 4 + page_content 706 + right-border 4 */
	height:800px;/* header-flash 247 +  separ-header-content 3 + page_content 486 + google 18 + footer 46 */
	background-color:#FFFFFF;
}

#left-border
{
	position:absolute;
	left:0px;
	top:0px;
	width:4px;
	height:800px;
}

#right-border
{
	position:absolute;
	left:710px;
	top:0px;
	width:4px;
	height:800px;
}

#header-flash
{
	width:706px;
	height:247px;
	background-color:#FFFFFF;
	position:relative; 
	left:4px;
}

#header-flash-noscript
{
	width:706px;
	height:247px;
	background-color:#FFFFFF;
	position:relative; 
	left:4px;
}

#separ-header-content
{
	height:3px;
	width:714px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1px;
	background-image:url(../images/bg_top_1.gif);
}

#page_content
{
	display:block;
	background-color:#FFFFFF;
	width:706px;
	text-align:left;
	position:relative;
	left:4px;
	height:486px;
}

#google
{
	width:706px;/* +border 706 + left 710 */
	height:16px;/* +border 18 */
	text-align:center;
	border-color:#959595;
	border-bottom-style:solid;
	border-top-style:solid;
	border-width:1px;
	background-color:#FFFFFF;
	position:relative;
	left:4px;
}

#footer
{
	width:714px;
	height:45px;/* +border 46 */
	color:#707070;
	background-color:#FFFFFF;
	text-align:center;
	border-bottom:1px solid #959595;
}












#table
{
	width:714px;
	position:absolute;
}


#content
{
	width:460px;
}

#contenu-page
{
	width:465px;
	height:455px;
	padding-top:30px;
	position:absolute;
	right:0px;
	top:0px;
	overflow:auto;
	background-color:#FFFFFF;
}

#menu
{
	width:217px;
	height:456px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
	vertical-align:top;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#EFEFEF;
	background-image:url(../images/bg_box1_top_x.jpg);
	background-repeat:repeat-x;
}




#footer a
{			
	color:#707070;
	text-decoration: none;
}	

#footer a:hover	
{			
	color:#707070;
	text-decoration:underline;
}	


.marker
{
	margin-right:5px;
	margin-left:5px;
	margin-top:0px;
}

.tahoma-grey-bold
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#757575;
}

.tahoma-grey-bold a
{			
	color:#28558D;
	font-size:11px;
	text-decoration: none;
	font-weight:bold;
}

.tahoma-grey-bold a:hover
{			
	color:#28558D;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
}

.tahoma-grey
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#757575;
}

.tahoma-grey a
{			
	color:#28558D;
	font-size:10px;
	text-decoration: none;
}	

.tahoma-grey a:hover
{			
	color:#28558D;
	font-size:11px;
	text-decoration:underline;
}

.tahoma-blue
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#28558D;
}

.separator
{
	height:1px;
	width:400px;
	background-color:#959595;
	font-size:1px;
	border:none;
}

.inputbox
{
	background-color:#CCCCCC;
	border:1px solid #000000;
	font-size:12px;
}

img
{
	border:none;
}

div.w3cbutton1 {
  position: absolute;
  margin: 1em 0;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
div.w3cbutton1 a {
  display: block;
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
}
div.w3cbutton1 a.w3c1 {
  width: 3em;
  border-left: 1px solid #cecece;
  text-align: center;
}
div.w3cbutton1 a.spec1 {
  position: absolute;
  left: 3em;
  top: 0;
  width: 6em;
  border-right: 2px solid #4a4a4a;
  padding-left: 0.5em;
}
div.w3cbutton1 a.w3c1:link,
div.w3cbutton1 a.w3c1:visited,
div.w3cbutton1 a.w3c1:hover {
  background-color: #fff;
  color: #0c479d;
  text-decoration: none;
}
div.w3cbutton1 a.spec1:link,
div.w3cbutton1 a.spec1:visited,
div.w3cbutton1 a.spec1:hover {
  background-color: #92badd;
  color: #000;
  text-decoration: none;
}


