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

.clearboth { clear:both; overflow:hidden; height:0 !important; height:1px; }
.clear { clear: both !important; display: block; }

html
{	
	background:#FFFFFF url(../commun/img/bg_site.gif) repeat-x top;
}

body
{
	width:100%;	
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial;
	font-size:11px;
	color:#1a1a1a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#FFFFFF url(../commun/img/bg_site.gif) repeat-x top;
		
}

html, body {
	margin:0;
	padding:0;
	height:100%;
}

table {
border-color: #bfd8ef;
/*border-width:2px;*/
}

td {
border-color: #ffffff;
border-style:solid;
border-width:0px;
}

td p{
	font-size: 11px;	
}

/*******************************************************************************
  Construction
*******************************************************************************/

#global-content{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
}

#wrap{
	width:990px;
	height:100%;
	margin: 0 auto;
	text-align:left;
	margin-bottom:80px;
}

a { 						text-decoration: none; color:#0079c2; }
a:focus { 					outline:0; }
a:hover { 					text-decoration:underline; font-weight:normal; }
p { 						margin: 0; padding: 0; margin-bottom:10px; }
h1, h2, h3, h4, h5, h6 { 	margin: 0px; padding: 0px; font-weight: normal; }

/*******************************************************************************
  TOP
*******************************************************************************/

#header
{
	position:relative;
	float:left;
	width:990px;
	height:152px;
	background:url(../commun/img/top.jpg) no-repeat top left;
}

#header .nav-top
{
	position:relative;
	float:right;
	width:500px;
	color:#FFFFFF;
	text-align:right;
	top:5px;
	margin-right:10px;
	line-height: 20px;
}

#header .nav-top a
{
	color:#FFFFFF;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}

#header .nav-top a.last
{
	margin-right:0px;
}

#header .nav-top a:hover
{
	color:#c0d7ed;
}

#header .nav-top a.current
{
	color:#c0d7ed;
}

#header .logo
{
	position:relative;
	float:left;
	width:100px;
}

#header .choose-lang
{
	position:relative;
	float:right;
	text-align:right;
	width:450px;
	color:#FFFFFF;
	padding-top:10px;
	margin-right:10px;
}
/*
#header .choose-lang img
{
	vertical-align:middle;
	margin-right:1px;
	margin-left:1px;
}
*/
#header .nav-top img
{
	vertical-align:middle;
	margin-right:1px;
	margin-left:1px;
}

/*******************************************************************************
  TABS
*******************************************************************************/

#tabs {
	position:absolute;
	left:0px;
	width:990px;
	line-height:normal;
	text-align:center;
	top:130px;
	font-size:11px;
}

#tabs .container {
	float:right;
	width:100%;
	padding:0px;
	border:0px;
	white-space:nowrap;
}

#tabs ul {
	margin:0px;
	padding:0px 0px 0px 10px;
	list-style:none;
	float:right;
	white-space:nowrap;
}

#tabs li {
	float:left;
	background:url(/commun/img/left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	font-size:11px;
	margin-right:4px;
	text-align:center;
	white-space:nowrap;
}

#tabs a {
	float:left;
	display:block;
	background:url(/commun/img/right.gif) no-repeat right top;
	padding:4px 9px 4px 0px;
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
	color:#bfd8ef;
}
  
#tabs #current {
	background-image:url(/commun/img/left_on.gif);
	border-width:0;
}

#tabs #current a {
	background-image:url(/commun/img/right_on.gif);
	color:#000000;
}

#tabs #current-blue {
	background-image:url(/commun/img/left_blue.gif);
	border-width:0;
}

#tabs #current-blue a {
	background-image:url(/commun/img/right_blue.gif);
	color:#FFFFFF;
}

#tabs a.grey {
	color:#7f7f7f;
}

/*******************************************************************************
  SNAV
*******************************************************************************/

#s-nav {
	position:absolute;
	left:0px;
	top:152px;
	width:100%;
	line-height:normal;
	text-align:left;
	font-size:11px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
}

#s-nav a {
	float:left;
	padding:4px 9px 4px 9px;
	text-decoration:none;
	color:#000000;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#s-nav a {float:none;}
/* End IE5-Mac hack */
#s-nav a:hover {
	color:#0066a7;
	text-decoration:underline;
}
  
#s-nav a.current {
	color:#0066a7;
	text-decoration:none;
}

/*******************************************************************************
  PAGE
*******************************************************************************/

#content-page
{
	position:relative;
	float:left;
	top:50px;
	width:990px;
	padding-bottom:50px;
	margin-bottom:50px;
}

#content-page #menu-right
{
	position:relative;
	float:right;
	width:190px;
	padding-bottom:50px;
}

#content-page #menu-right .menu
{
	position:relative;
	float:right;
	width:190px;
	text-align:left;
	margin-bottom:15px;
}

#inner-page
{
	position:relative;
	float:left;
	width:545px;
	padding-bottom:70px;
}

#content-page #menu-left
{
	position:relative;
	float:left;
	width:215px;
	margin-right:20px;
}

#content-page #menu-left .menu
{
	position:relative;
	float:left;
	width:215px;
	text-align:left;
	margin-bottom:15px;
}

/* PREVIEW MODE */
#content-page p.preview
{
	position: absolute;
	display: block;
	padding: 6px;
	background-color:#e81983;
	color:#FFF;
	top: -36px;
	left: 0px;
	width: 100px;
	text-align: center;
}


/*******************************************************************************
  FOOTER
*******************************************************************************/

#footer {
	position:absolute;
	bottom:0; 
	left:0;
	width:100%;
	background:#e6ecf1 url(../commun/img/bg_footer.gif) top left repeat-x;
	text-align:center;
	padding-bottom:20px;
}

#footer .content
{
	margin: 0 auto;
	width:990px;
	text-align:center;
	color:#747474;
	padding-top:15px;
	font-size:10px;
	color:#074b76;
}
/*******************************************************************************
  FICHE-NEWS
*******************************************************************************/
.desc table, #inner-page table{
	/*border: 0;*/
	padding:0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
}
.desc table td img, #inner-page table td img{
	margin-bottom:10px;
}

/*******************************************************************************
  IMAGE ARTICLE
*******************************************************************************/
.gauche{
	margin-left: 10px;	
}
.droite{
	margin-right: 10px;	
}
.haut{
	margin-top: 10px;	
}
.bas{
	margin-bottom: 10px;
}
