body {
  /*margin: auto 0px;*/
  background:#000000 url(images/site/en/stamp.jpg) no-repeat scroll center top;
  color:#ffffff;
}

body, td, input, select, textarea {
  font: normal 13px Georgia,Verdana,serif;
}
input {
  font-size:12px;
}
textarea {
  width:370px;
}
#page{
  position:relative;
  background-color:transparent;
  width:1000px;
  margin:0 auto;
}
h1, h2, h3, h4, h5 {
  font-weight:normal;
}

/* HEADER / TOOLBAR */
div.toolbar {
  background-color:transparent;
  color:#FFFFFF;
}

div.toolbar a {
  color:#FFFFFF;
}

div.toolbar a:hover {
  color:#fe3aa0;
}

div.toolbar table#header{
	height:80px;
	padding-bottom:30px; 
}

div.toolbar table#links{
	height:15px;
}

#links ul{
	float:left;
	height:30px;
	margin:0;
	padding:0;
	width:1000px;
}
#links li{
	display:inline;
	overflow:hidden;
  margin:0;
  float:left;
  height:30px;
  line-height:30px; 
  color:#999999;
}
#links li.pix_a{
  color:#fff;
  background-color:transparent;
  padding-right:5px;
  font-family:Verdana,Arial,sans-serif;
} 
#links li.right{
  float:right;
}
#links li a {
	color:#999;
	display:block;
  float:left;
  overflow:hidden;
	text-decoration:none;
}
#links li span {
	color:#999;
	font-weight:bold;
	float:left;
	padding:0 10px;
}
#links li span.white {
  font-weight:normal;
  float:none;
}
#link li strong {
	color:#999;
	font-weight:bold;
	float:none;
	padding:0 10px;
}
#links li a:hover, #links li a.active{
	color:#fe3aa0;
}

#fondgris, #fondgris_black{
	height:70px;
	width:1000px;
	float:left;
	clear:left;
	text-align:left;
	line-height:60px;
	background: transparent url(images/site/mur-top.jpg) no-repeat scroll bottom left;
}
#fondgris_black {
	background: transparent url(images/site/mur-top-noir.jpg) no-repeat scroll bottom left;
}

#fondgris h3, #fondgris_black h3{
	font-size:25px;
	font-weight:normal;
	color:#fff;
	margin:0;
	padding-left:10px;
	display:inline;
	float:left;
}

a.reporter{
	height:38px;
	width:118px;
}

a.reporter_t{
	height:60px;
	width:106px;
	float:left;
}

a.reporter img{
	margin:11px 0 0 10px;
}

.right{
	float:right;
}

.bout_cliquez{
	width:170px;
	height:45px;
	margin:7px 10px 0 0;
	display:inline;
}


/* CONTENT / GRID*/ 

div.content {
  position:relative;
  color:#fff;
  background-color:#000;
  float:left;
  clear:left;
  width:1000px;
  height:auto;
  min-height:500px;
}

div.content a {
  color: #fe3aa0;
  text-decoration:underline;
}

div.content a:hover {
  color: #fe3aa0;
}

div.breadcrumb {
	padding-top: 10px;
	float:left;
	width:1000px;
	font-size:11px;
}

div.breadcrumb a {
	color:#fe3aa0;
	text-decoration:none;
}

/* FOOTER */
div#footer {
	height:150px;
	color:#666666;
	background-color:#000;
	float:left;
	clear:left;
	width:1000px;
	font-size:10px;
}

div#footer a, div#footer a:hover {
	color:#666;
	text-decoration:underline;
	font-size:12px;
}

/* HTML element*/

a {
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#fe3aa0;
	outline:none;
}

form{
	margin:0;
	padding:0;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1 {
  padding-top:30px;
  margin:0;
  font-size: 28px;
  display:block;
  float:left;
  width:960px;
}

h2 {
  font-size: 16px;
}

hr{
	margin:0;
	color:#666;
	height:1px;
  background-color:#666;
  float:left;
  clear:left;
  width:1000px;
  border:0;
}

input.submit_button{
	background:url(/images/site/en/bout-header_cliquez-ici.png) no-repeat 0 0;
	width:170px;
	height:45px;
	border:0;
	cursor:pointer;
}

input.submit_button_recherche{
	background:url(/images/site/en/bout_recherchez.jpg) no-repeat 0 0;
	width:132px;
	height:28px;
	border:0;
	cursor:pointer;
}

input.submit_break_button{
	background:url(/images/site/en/bout-header_cassez.png) no-repeat 0 0;
	width:200px;
	height:45px;
	border:0;
	cursor:pointer;
	margin:7px 10px 0 0;
}
input.submit_upload_button{
	background:url(/images/site/en/bout-validez.jpg) no-repeat 0 0;
	width:82px;
	height:28px;
	border:0;
	cursor:pointer;
  float:left;
  margin-right:10px;
  display:inline;
}

*html input.submit_break_button{
	background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/en/bout-header_cassez.png', sizingMethod='scale');
}

*html input.submit_button{
	background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/en/bout-header_cliquez-ici.png', sizingMethod='scale');
}

*html input.submit_button_recherche{
	background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/en/bout_recherchez.jpg', sizingMethod='scale');
}

*html input.submit_upload_button{
	background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/site/en/bout-validez.jpg', sizingMethod='scale');
}

input[type="text"], input[type="password"], input.input_text {
	border:none;
	height:20px;
	font-size:15px;
	width:370px;
}

textarea{
		border:none;
}

#language_selector {
  font-size: 12px;
  background-color:#000;
  border:none;
  color:white;
}

.error, .notice {
  color: #06FFFC;
}

ul.error, div.error{
  border:1px solid #06FFFC;
	clear:both;
	float:left;
	font-size:12px;
	height:45px;
	line-height:45px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:auto;
}

ul.error li{
	padding:0 5px 0 5px;
}

.boxed {
  padding: 5px;
  border: 1px solid;
  margin-left: 2em;
  margin-right: 2em;
}

.indent {
  margin-left: 2em;
}

td.label {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
  width: 1%;
  vertical-align:top;
}

table.grid {
  border-collapse: collapse;
}

table.grid td, table.grid th {
  padding: 5px 15px 5px 15px;
}

table.grid th {
  background: #000;
}

div.snippet {
  white-space: nowrap;
}

div.snippet select {
  font-size: 10px;
  vertical-align: middle;
}

div.snippet input {
  vertical-align: middle;
}

div.snippet textarea {
  width: 100%;
}

input[type="radio"] {
  vertical-align: bottom;
}

div.alert {
  margin: 25px;
  text-align: center;
  padding: 10px;
  background: white;
  border: 2px solid red;
  font-size: 12px;
  font-weight: bold;
}

div.blog_article {
  border-bottom: 1px dashed #AAAAAA;
}

p.blog_article_title {
  font-weight: bold;
  font-size: 16px;
}

p.blog_article_date {
  font-style: italic;
  color: #888888;
}

div.blog_comment {
  border-bottom: 1px dashed #AAAAAA;
}

textarea.code {
  font: normal 12px Arial,Helvetica,sans-serif;
  width: 450px;
  background-color: #fff;
  border-color: #cccccc;
  border-style: inset;
  margin-top: 5px;
}

p.blog_comment_date {
  font-style: italic;
  color: #888888;
}

.tabberlive .tabbertabhide {
  display: none;
}

.tabber {
  display: none;
}
.tabberlive {
  margin-top:1em;
}

ul.tabbernav
{
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #AAA;
  /* font: bold 12px Verdana, sans-serif */;
  font-weight: bold;
}

ul.tabbernav li
{
  list-style: none;
  margin: 0;
  display: inline;
}

ul.tabbernav li a
{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #AAA;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
  color: #000;
  background: #AAE;
  border-color: #AAA;
}

ul.tabbernav li.tabberactive a
{
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
  color: #000;
  background: white;
  border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
  padding: 5px;
  border: 1px solid #aaa;
  border-top: 0;
}

.tabberlive .tabbertab h2 {
  display: none;
}
.tabberlive .tabbertab h3 {
  display: none;
}

.tabberlive#tab2 .tabbertab {
  height: 200px;
  overflow: auto;
}

.hidde {
  display: none;
}

.popup {
  padding: 5px;
}

#WzTtDiV {
  background: #333333;
}

#tt {
 position:absolute;
 display:block;
 /*background:url(/images/tooltip/tt_left.gif) top left no-repeat;*/
}
#tttop {
 display:block;
 height:5px;
 margin-left:5px;
 /*background:url(/images/tooltip/tt_top.gif) top right no-repeat;*/
 overflow:hidden;
}
#ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#fff;
 color:#000;
 font-family:Georgia,Verdana,serif;
 border:1px #fe3aa0 solid;
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	/*background:url(/images/tooltip/tt_bottom.gif) top right no-repeat;*/
	overflow:hidden;
}

div.head {
  float:left;
  clear:left;
  height:60px;
  width:1000px;
	background: transparent url(images/site/header-1px.jpg) repeat-x scroll 0 0;
}
#allopass_div a {
  float:left;
  width:35px;
  height:29px;
}
#embed-field {
  width:auto;
  margin-left:5px;
  display:inline;
}

#footer_logos {
  position:relative;width: 1000px; float: left; height:62px; clear: left;
	background: transparent url(images/site/en/logos_footer.jpg) no-repeat 50% 0;
}