
body {
	background-color: #84929F;
	background-image: url(/images/bg.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main {
	width:768px;
	margin:0px auto;
}

.header {
	width:100%;
	float:left;
	background-image:url(/images/fondheader.jpg);
	background-repeat:repeat-x;
	height:70px;
	margin-top:20px;
}

.headerright {
	float:right;
	background-image:url(/images/headerright.jpg);
	background-repeat:no-repeat;
	height:70px;
	width:6px;
}

.headerimage {
	float:left;
	/* border-bottom:3px solid #84929F; */
}

#logo {
	float:left;
	background-image:url(/images/logo.jpg);
	background-repeat:no-repeat;
	height:67px;
	width:210px;
	cursor: pointer;
	_cursor: hand;
}

.logo {
	margin-left:170px;
	margin-top:45px;
        font-size:14px;
	font-weight:bold;
}

.topnav {
	float:right;
	height:9px;
	width:370px;
	text-align:right;
	margin:8px;
}

.topmenu_right {
    float:right;
	text-align:right;
	margin-right:10px;
}

.content {
	width:768px;
	height:100%;
	background-color:#FFFFFF;
	float:left;
}

.debug {
    background-color:#FFE6CC;
    font: normal 9px Verdana;
}

/* ---------------------- navigation haut ---------------------- */

.topnav a:visited{
	color:#bbb;	
}

.topnav a:hover{
	color:#333;
	text-decoration:underline;	
}

/* ---------------------- Pied de page ---------------------- */ 

.footer {
	width:100%;
	background-image:url(/images/footer.jpg);
	background-repeat:repeat-x;
	height:80px;
	float:left;
}

.footerleft {
	height:80px;
	width:10px;
	background-image:url(/images/footerleft.jpg);
	background-repeat:no-repeat;
	float:left;
}

.footerright {
	height:80px;
	width:10px;
	background-image:url(/images/footerright.jpg);
	background-repeat:no-repeat;
	float:right;
}

.footermiddle {
	margin-top:30px;
	text-align:center;
	color:white;
	font-size:0.85em;
}

.footermiddle a:link, .footermiddle a:visited {
	color:white;
	text-decoration:none;
}

.footermiddle a:link:hover, .footermiddle a:visited:hover{
	color:white;
	text-decoration:underline;
}

/* ---------------------- titre tableaux ---------------------- */

.titletable {
    background:url(/images/titre.jpg) no-repeat left center;
    text-align:left;
    line-height:19px;    
    color:#EFEFEF;
    font-size:1.1em;
	font-weight:bold;
    padding-left:25px;
	_padding-bottom:1px;
}

.titletable td,.stitletable td{
    border-bottom: 1px solid #bbb;
}
.stitletable {
    background-color:#efefef;
}

fieldset {
 -moz-border-radius:5px; 
 border:1px solid #A7B0B9;
 margin-top:8px;
 padding-left:10px;
 _padding-bottom:10px;
}

fieldset legend{
	color:#666;
	font-weight:bold;    
    padding-left:25px;
    background:url(/images/puce.gif) no-repeat left center ;
    }


/* ---------------------- Box menu de droite ---------------------- */

.center {
	float:left;
    	margin-top:5px;
    margin-left:5px;
    _margin-left:0px;
	/* border-right:1px solid #cccccc; */
	 _padding-right:5px;
	_padding-left:10px; 
padding-left:10px !important;
    padding-bottom:10px; 
}

.left {
	float:left;
	width:35%;
	margin:10px 0px 0px 7px;
}

.right{                                                                     /* largeur et position des box */
	float:right;
	width:35%;
    margin-top:10px;
	margin-right:10px;
    _margin-right:5px;
}


/* ---------------------- Box menu de droite ---------------------- */

table.box, table.boxdisabled,table.boxred,table.boxhelp {
	width:100%;
} 

table.box th {
	color:#fff;
	background:url(/images/fondbox.gif) no-repeat center top;
	background-color:#A7B0B9;
}

table.boxred th {
	color:#fff;
	background:url(/images/fondbox.gif) no-repeat center top;
	background-color:#8D1010;
}

.textboxred{
	border:1px solid #8D1010;
	padding-left:5px;
    background:url(/images/boxdegrade.gif) repeat right center ;
}

table.boxhelp th {
	color:#555555;
	background:url(/images/fondbox.gif) no-repeat center top;
	background-color:#FBE384;
}

table.boxdisabled th {
	color:#999999;
	background:url(/images/fondbox.gif) no-repeat center top;
	background-color:#cccccc;
}

table.box th, table.boxdisabled th,table.boxred th ,table.boxhelp th,table.boxblue th{
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	text-align:left;
	padding-left:5px;
	padding-top:4px;
}


table.boxblue th {
	color:#fff;
	background:url(/images/fondbox.gif) no-repeat center top;
	background-color:#565E65;
}

.textboxblue{
	border:1px solid #565E65;
	padding-left:5px;
    background:url(/images/boxdegrade.gif) repeat right center ;
}

.textboxhelp{
	border:1px solid #FBE384;
    background-color:#FFFFC4;
	padding-left:5px;
}

.center table {
width:100%;
	margin-bottom:8px;
}

.homme {
    height:370px;
 	background:url(/images/homme.jpg) no-repeat right center ;
}

.textbox{
	border:1px solid #A7B0B9;
	padding-left:5px;
    background:url(/images/boxdegrade.gif) repeat right center ;
}

.textboxdisabled{
	border:1px solid #cccccc;
	padding-left:5px;
	visibility:visible;
	background-color:#EAEAEA;
	display:block;
    cursor:help;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	z-index:10000;
}

/* ---------------------- Autres ---------------------- */ 

a:link,a:visited {
	color:#555555;
	text-decoration:none;
}

a:hover{
	color:#000000;
}

a.blink, a.blink:visited {
    font-weight:bold;
    color:#00A7D8;
}

body,p,td,tr,ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #555555;
} 

li {
    list-style:none;
}

.error {
    text-align:center;
    color:#C70000;
    font-weight:bold;
    margin:2px;
    padding-top:2px;
}

#aide {
    text-align:justify;
    color:#787878;
    border:1px solid #A7B0B9;
    background-color:#FFFFDF;
    padding:10px;
    margin-bottom:5px;
    /*width:425px;*/
    font-family:arial;
    font-size:11px
    -moz-border-radius:7px;
}

img { border:0;}

hr{
    height:1px;
    border:0;
    color:#cccccc;
    background-color:#cccccc;
}

h1 {
	color:#696969;
	font-size:1.1em;
	font-weight:bold;
    margin-bottom:8px;
    padding-left:25px;
    background:url(/images/puce.gif) no-repeat left center;
}

/* ---------------------- fil d'ariane ---------------------- */

.pathway {
    border-bottom:1px dashed #cccccc;
	text-decoration:none;
	color:#555555;
    margin-bottom:10px;
    padding:2px;
}

.pathway a:link {
	text-decoration:none;
}
.pathway a:visited {
	text-decoration:none;
}
.pathway a:hover {
	text-decoration:none;
    color:#000000;
}

/* ---------------------- Formulaire ---------------------- */

form
{
	margin: 5px 0px;
	padding: 0px;
}

select,.form {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    margin:2px 0;
    border: 1px solid #cccccc;
    background-image:url(/images/input.jpg);
    background-repeat:repeat-x;
}

optgroup{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 2px;
    font-style:normal;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	text-align: center;
	color: #2b333c;
    margin:2px 0;
	background: #fefefe url(/images/button.gif) repeat-x;
	border: 1px solid;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px #AAA;
	padding: .0em 1ex;
	_padding: .0em 1.5ex;
	_white-space: nowrap;
	overflow: visible; /* fix button width for IE 5.5 to 7 */
	cursor: pointer;
	_cursor: hand;
}

.button:disabled { 
    color : #ccc ;
}
.button:hover {
	/* outline: #CAFBFF solid 1px;*/
    outline: #DBDBDB solid 1px
}

/* ---------------------- Naviguation par page ---------------------- */

#navpage {
 border-top:1px solid #cccccc;
 border-bottom:1px solid #cccccc;
 margin-top:5px;
 padding:4px;
 text-align:center; }

#navpage #prevnext{
margin-left:40px;
}

/* ---------------------- Onglets ---------------------- */	

ul, li {padding:0; margin:0;}

.topmenu {
	padding-left: 5px;
	/* border-bottom:2px solid #84929F; */
	background:url(/images/fondmenu.gif);
	height: 26px;
	clear:both;
	z-index:10000000;	
	}

#onglet{
	background-color:red;
}

#onglet, #onglet ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:10000000;	
}

#onglet a {
	display: block;
	padding:3px;
	width: auto;
	text-decoration: none;
	color:#555;
}

#onglet li ul a:hover {
	background-color:#FFF;
	display: block;
	width: 135px;
	_width: 145px;
}

#onglet li { /* all list items */
	float: left;
    width:auto;
}

#onglet li ul a { /* Items */
	width: 135px;
	_width: 145px;
	display: block;
}

#onglet li ul { /* second-level lists */
	position: absolute;
	background-color:#F3F3F3;
	width: 145px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #ccc ;
	padding:0;
	margin:0;
}

#onglet li ul ul { 
	margin: -2.1em 0 0 13.7em;
	border:1px solid #ccc;
}

#onglet li:hover ul ul, #onglet li.sfhover ul ul {
	left: -999em;
}

#onglet li:hover ul, #onglet li li:hover ul, #onglet li.sfhover ul, #onglet li li.sfhover ul { 
	left: auto;
}

#onglet a.itemmenu{
	padding: 5px 2px 4px 4px;
	margin:0;
	text-decoration: none;
	cursor: pointer;
	_cursor: hand;
	background: url(/images/tableftB.gif) no-repeat left  top;
}

#onglet a.itemmenu span{
	padding: 5px 15px 4px 6px;
	margin:0;
	color: #666;
	cursor: pointer;
	_cursor: hand;
	background: url(/images/tabrightB.gif) no-repeat right top;
}
	
#onglet a.itemmenu:hover {
	background-position: 0% -42px;
}

#onglet a.itemmenu:hover span {
	background-position: 100% -42px;
}
	
#onglet #active_onglet {
	background-position: 0% -42px;
	padding: 7px 2px 4px 4px;
}

#onglet #active_onglet span {
	background-position: 100% -42px;
	padding: 7px 15px 4px 6px;
}	

/* -------------- Mini onglets -------------- */

#minioglts li {
  float:right;
  margin-bottom:-1px;
  padding:0 5px;
  line-height:normal;
  text-indent:0;
}

.cadreoglts {
    border-top:1px solid #ccc;
    float:left;
    width:98%;
    margin-top:1px;
    padding:5px;
}

#minioglts {
 list-style:none;
 margin-right:30px;
}

#minioglts a:hover, #minioglts .tabon  {
 background-color: #FFF;
}

#minioglts a {
  display:block;
  margin: 2px 2px 0px 2px;
  padding:2px 10px;
  border:solid #cccccc;
  background-color:#DDDDDD;
  border-width:1px 1px 0px 1px;
  color:#555555;
  font: bold 11px verdana, arial, sans-serif;
  text-decoration:none;
  white-space:nowrap;
  float: left;
 }
 
 /*------- ajout accueil version Mars 2008------*/


.title_seo {
 display:block;
 position:relative;
 left:-120px;
 top:0px;
 
 
 }
 
.title_seo h1 {
width:400px;
  font-size:24px;
  font-weight:200;
  font-variant:small-caps;
  margin-top: 15px;
  background:none;
  }

  
.demo {
width:700px;
display:inline;
}

.demo img {
padding:20px;
width:60px;
height:48px;
}

.demo h3 {
margin-left:30px;
}

	
  
.introduction h2 {
  font-size:28px;
  font-weight:400;
  color:#000;
  position:relative;
  margin-top:25px;
  left:30px;
  
  }
  .introduction h3 {
  font-size:14px;
  font-weight:normal;
  color:#000;
  position:relative;
  left:52px;
  top:-15px;
  }
  
  .introduction_try h2 {
  font-size:28px;
  font-weight:normal;
  color:#CC0000;
  position:relative;
  margin-top:5px;
  left:20px;
  
  }
  .introduction_try h3 {
  font-size:18px;
  font-style:italic;
  font-weight:bold;
  color:#666;
  position:relative;
  left:42px;
  top:-15px;
  }
  
 
.spyman {
position:relative;
left:15px;
top:15px;
}

.first_article  {
line-height:15px;
}

.first_article b {
font-size:14px;
line-height:20px;
}

.login_en {
	text-align:left;
	color:#FFF;
	background: url(images/fond_login.gif);
	width:220px;
	height:150px;
	margin-left:20px;
	}
.login_top {
	background: url(images/login_top.gif);
	width:220px;
	height:10px;
	margin-left:20px;
	}
	
.login_form {
	margin-left:20px;
	}
	
#purchase {
margin: 0px 0 0px 80px;
}

.formpurchase {
width:400px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
}

.formpurchase  td {
padding:5px;
border-bottom: 1px dotted #ccc;
}

.tuto_links table{
position:relative;
left:50px;
height:120px;
width:500px;
}

.tuto_links a {
color:#333399;
text-decoration:none;
}
.tuto_links td{
padding:5px;
width:50%;
}
.tuto_links a:hover {
text-decoration:underline;
}



.login td{
vertical-align:top;
}
.login table {
width:768px;
height:73px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
background:#eee;
margin-left:-15px;
}

.login table:hover{
border-top: 1px dotted #fff;
border-bottom: 1px dotted #fff;
color:#cc0000;
background: url(/images/fond_login.jpg) top;

}
.login td:hover{
color:#CC6600;
}

#login_fleche {
background: url(/images/fleche_login.gif) right no-repeat;
padding-left:20px;
}

#form_try {
position:relative;
left:25px;
top:-20px;
}
#form_try table{
width:400px;
border: 1px dotted #ccc;
padding-top:10px;
}

#form_try table:hover {
background: url(/images/fond_login.jpg) top;
color:#cc0000;
border: 1px dotted #fff;
padding-top:10px;
}
#form_try td{
font-size:14px;
padding: 5px 5px 5px 10px;
}
.try_tb_title {
font-family: 'Trebuchet MS','Helvetica';
width:50%;
height:15px;
color:#000;
font-size:18px;

}
.try_tb_content {
padding-right:15px;
text-indent:5px;
font-size:12px;
font-family: 'Helvetica';

}
