html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {   /* remember to define focus styles! */
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}


table {    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* end of reset */

body {
	font: 13px 'Lucida Grande',helvetica,tahoma,arial,clean,sans-serif;
	*font-size: 72%;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select, input, textarea {
	font: 99% 'Lucida Grande',helvetica,tahoma,arial,clean,sans-serif;
	vertical-align: middle;
}

pre, code {
	font: 115% monospace;
	*font-size: 100%;
}

/** end Yahoo Fonts */

/* @end */

/* @group Basic Layout */

body {
	font-family:"HelveticaNeue",Helvetica,Verdana,sans-serif;
	padding: 0 20px;
	background: #D5DDE6;
	line-height: 1.5;
	width: 910px;
	margin: 0 auto;
}

a {
	color: #06C;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}


/* @end */

/* @group Quick Links */

#miniliens {
	height: 33px;
	position: relative;
}

#miniliens a {
	display: block;
	position: absolute;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	top: 8px;
}

li#connexion a {
	right: 5px;
	width: 70px;
	background:url(images/connexion.gif) no-repeat
}

/* @end */

/* @group Header */

#header {
	float: left;
	clear: left;
	width: 100%;
	background: #FFF url(images/white.gif) repeat-y;
	margin:0 0 30px -2px;
	display: inline;
}

#header .page {
	float: left;
	background: url(images/white_top.gif) no-repeat;
	width: 100%;
	position: relative;
	height:150px;
}

#header h1 a {
	display: block;
	width: 370px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo_sub.png) no-repeat 0 0;
	position: absolute; 
	top: -15px;
	left: 5px;
}

#header h2 {
	position: absolute;
	right: 10px;
	bottom: 65px;
	height: 29px;
	width: 268px;
	font-size: 140%;
	font-weight: bold;
	color: #0000ff;
}

#header p {
	padding: 95px 60px 105px 498px;
	color: #444;
}

#header p.hide {
	margin:0;
	padding:0;
	text-indent: -9999px;
}

// Menu
#nav {
	width: 910px;
	margin: 50px auto;
}

#nav ul {
	background: -moz-linear-gradient(center top , #3580BE, #C0D3EA) repeat scroll 0 0 transparent;
	background: -webkit-gradient( linear, left bottom, left top, from(#3580BE), to(#C0D3EA));
	background: linear-gradient(center top , #3580BE, #C0D3EA) repeat scroll 0 0 transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3580BE', EndColorStr='#C0D3EA')";
	
	-moz-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    
    box-shadow: 0px 0px 1px #333333;
    
    float: left;
    height: 55px;
    list-style-type: none;
    margin-left: 5px;
    margin-top: 90px;
    width: 900px;
}

#nav ul a{
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 21px;
    list-style-type: none;
    padding: 10px 20px;
    text-decoration: none;
}

#nav ul a:hover{
    background: -moz-linear-gradient(center top , #1C5F96, #C0D3EA) repeat scroll 0 0 transparent;
	background: -webkit-gradient( linear, left bottom, left top, from(#1C5F96), to(#C0D3EA));
	background: linear-gradient(center top , #1C5F96, #C0D3EA) repeat scroll 0 0 transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#1C5F96', EndColorStr='#C0D3EA')";
    color: #FFFFFF;
    display: block;
    float: left;
    list-style-type: none;
    padding: 10px 20px;
    text-shadow: 0 1px 0 #1C5F96;
}


/* @end */

/* @group Content */

#content-top {
	padding-top: 22px;
	width: 906px;
	background: url(images/content-top.gif) no-repeat top left;
	float: left;
	margin: 0 0 20px;
}

#content-bottom {
	padding-bottom: 35px;
	width: 906px;
	background: url(images/content-bottom.gif) no-repeat bottom left;
	float: left;
}

#content {
	padding: 0 20px 0 32px;
	width: 906px;
	w\idth: 854px;
	background: url(images/content.gif) repeat-y top left;
	float: left;
	color: #444;
}

.page #content {
	padding: 0 10px 35px 10px;
	width: 910px;
	background: url(images/table.jpg) no-repeat 10px 65px;
	w\idth: 890px;
}

#content a {
	color: #0066CC;
	font-weight: bold;
}

#content h3 {
	font-size: 220%;
	font-weight: bold;
	line-height:1.1;
	margin: 0 0 15px;
	color: #111;
	padding: 0;
}

#content h2 {
	font-size: 140%;
	font-weight: bold;
	line-height:1.1;
	margin: 0 0 15px;
	color: #111;
	padding: 0;
}

#content h3 a {
	color: #111;
}

#content h5 {
	color: #999;
}

#secondary form {
	margin: 0 0 15px;
}

#content h6 {
	font-size: 140%;
	color: #666;
	margin: 0 0 15px;
}

label {
  display:block;
}

#contact_body {
  width:98%;
height: 200px;
}

#secondary form #q {
	width: 190px;
}

pre {
	margin: 0 0 15px;
}

code {
	font-size: 92%;
}

#content h4 {
	font-size: 165%;
	font-weight: bold;
	margin: 0 0 15px;
	color: #333;
	padding: 0;
	margin-bottom:5px;
}

#plans {
	width: 450px;
	float: left;
	margin-bottom: 30px;
	display: inline;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table td {
	border-bottom: 1px solid #C7CFD7;
	padding: 7px 9px;
}

table th {
	background: #AAC5E1;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #4B4E51;
	font-weight: bold;
	vertical-align: middle;
}

table th.plan {
	background: url(images/table.gif) no-repeat;
}

table th.cost {
	background: url(images/table.gif) no-repeat top right;
}

table strong {
	font-weight: bold;
	color: #06C;
}

table .odd td {
	background: #D5DDE6;
}



table td.cost {
	font-weight: bold;
	color: #346700;
	white-space: nowrap;
	
}

#included {
	width: 400px;
	float: right;
}

#terms {
	width: 450px;
	clear: left;
	float: left;
}


#main {
	padding-right: 23px;
	float: left;
	color: #666;
	width: 513px;
	w\idth: 490px;
	padding-top: 6px;
}
#global_main {
	padding-right: 23px;
	float: left;
	color: #666;
	width: 800px;
	padding-top: 6px;
}

#main #global_main p {
	font-size: 116%;
	line-height: 1.5;
	margin-bottom: 20px;
}

#main #global_main p.source {
     margin-top:-20px;
}

#secondary p {
	line-height: 1.5;
	margin-bottom: 20px;
}

em {
	font-style: italic;
}


#main #global_main ul {
	font-size: 116%;
	margin-bottom: 20px;
}

#main #global_main ul li {
	margin: 0 0 2px;
	padding: 2px 0 2px 21px;
	background: transparent url(images/bullet_sub.gif) no-repeat 0 4px;
}


label span {
	color: #999;
	padding: 0 5px;
	font-size: 92%;
}

div#error {
	background: #FEEBE8;
	padding: 15px 20px;
	margin: 0 0 20px;
	border: 1px solid #EDA3AC;
	color: #911;
}

#secondary {
	padding: 20px 22px;
	font-size: 9;
	float: left;
	width: 340px;
	w\idth: 296px;
	background: url(images/secondary.gif) no-repeat top left;
}

#secondary ul {
	margin: 0 0 15px;
}

#main ul {
	margin: 0 0 15px;
}

#secondary ul li {
	margin: 0 0 2px;
	padding: 2px 0 2px 21px;
	background: transparent url(images/bullet_sub.gif) no-repeat 0 4px;
}
#main ul li {
	margin: 0 0 2px;
	padding: 2px 0 2px 21px;
	background: transparent url(images/bullet_sub.gif) no-repeat 0 4px;
}

#content #secondary #signup-link a {
	float: left;
	width: 280px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/button_signup_ours.gif) no-repeat 0 0;
	margin: 15px 0 0 0;
	display: inline;
}

#footer {
	clear: both;
	margin: 0 5px 30px;
	border-top: 1px solid #C7CFD7;
	background: url(images/footer.jpg) no-repeat 50% 0;
	height: 50px;
	padding: 10px 10px;
	color: #888;
	text-align: right;
}

#copyright {
	float: left;
}

  table caption.gestsites
  {
     background-color:#FFFFFF;
	 font-size:12pt;
     color:black;
	 width:740px;
     border-width:0px;
     border-color:white;
	 vertical-align : center;
	 text-align: center;
  }

  table.gestsites
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#FFFFFF;
     width:740px;
     border-color:black;
     border-width:0px;
	 text-align: center;
	 vertical-align: middle;
  }

  table th.gestsites
  {
     font-size:12pt;
     color:white;
	 text-align: center;
	 vertical-align: middle;
  }


  table tr.gestsites
  { 
     vertical-align: middle;
	 text-align: center;
  }

  table td.gestsites
  {  
     font-size: 10pt;
     background-color: #FFFFFF;
     color: black;
     border-width: 1px;
     text-align: center;
	 vertical-align: middle;
  }

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #D5DDE6;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #D5DDE6;
	color: #000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #D5DDE6;
	font-weight: bold;
	background-color: #D5DDE6;
	color: #111;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #D5DDE6;
	color: #DDD;
}
.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFCC;
}
#essayer {
	color: #01baff;
	font-size: 30px;
	
}


