/* Start of CMSMS style sheet 'le-net-pour-tous : Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that

img {
   border: 0;
}
*/

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 5px;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #C3D4DF;
   color: #385C72;
}

/*****************
basic layout 
*****************/
html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
background-color: #19489A;
border:0; 
font-size:76%; 
font-family:georgia, palatino linotype, times new roman, serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   line-height: 1em;
   background: #19489A;
   color: #333;

}

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0; text-align: center;}

#tout {overflow:auto; position:absolute; z-index:3; top:0; bottom:0px; left:0; right:0; background:#19489A; }

* html #tout {top:0; left:0; right:0; bottom:0; height:100%; max-height:100%; width:100%; overflow:auto; position:absolute; z-index:3; border-top:0 solid #fff; border-bottom:0; border-left:0; background:#19489A;}

/* center wrapper, min max width */
div#pager {
   margin: 10px auto 0 auto;     /* this centers wrapper */
   width: 790px; /* IE wont understand these, so we will use javascript magick */
   background: #000; /*url(uploads/le-net-pour-tous/xxx.gif) top left repeat-y;*/
   /*color: black;*/
}

.boxtop { height: 14px; background: #000 url(uploads/le-net-pour-tous/top_content.jpg) no-repeat; }

.boxbas { height: 14px; background: #000 url(uploads/le-net-pour-tous/bas_content.jpg) no-repeat; }

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid #ccc;
   margin: 20px auto 10px auto;     /* this centers wrapper */
   width: 780px; /* IE wont understand these, so we will use javascript magick */
   background: #DFE5E4 ; /*url(uploads/le-net-pour-tous/zzz.gif) top left repeat-y;*/
   color: black;
   text-align:left;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/
.haut {
width: 778px;
background-color:#46ABE3;
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 ;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 ;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
   background:#FEF234;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: 0 auto 1em auto; /* some air above and under menu and content */
   padding-top: 5px;
}

div#main {
   padding-left: 3px; 
   background: #fff url(uploads/le-net-pour-tous/content.gif) no-repeat top left;
   float:left;
   width:578px;
}


div#sidebar {
   float:right;
   width:193px;
   margin: 0;
border-left: 1px dotted #ccc;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1px 0 2px;
   width: 191px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#content div#sidebar h2 {
	background: url(uploads/le-net-pour-tous/bgTitleBox.gif) repeat-x #cfdad9;
	text-transform: uppercase;
	font-size: .909em /* 10px */;
}

/********************************/
div#foot {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background: #CD1B86 url(uploads/le-net-pour-tous/foot.gif) repeat-x ; 
   margin-bottom:5px;
   height: 45px;
}

div#foot p {
   font-size: 0.8em;
   padding: 0.5em 0.5em 0 0.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#foot p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}
/********************************/
div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #19489A;
   background-color: #fff; /* same bg color as in header */
   margin: 0 0 5px 0; 
}

div#footer p {
   font-size: 0.8em;
   padding: 1em 1em 0.2em 1em ;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #19489A; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #04339B; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-top: 5px;
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #CD1B86; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #04339B; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #04339B; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-top: 1px solid #CD1B86;
   border-right: 1px solid #CD1B86;
   border-bottom: 1px solid #CD1B86;
   border-left: 10px solid #CD1B86;
   margin-right: 10px;
   margin-left: 10px;
   padding: 5px 5px 5px 7px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx tableau hebergement xxxxxxxxxxxxxxxxxxxxxxxxx */


table#tableauXwqs{
 border-width:1px; 
 border-style:none; 
 border-color:white;
 border-collapse:collapse;
 width:578px;
 font-size:11px; 
 }
 
table#tableauXwqs td, table#tableauXwqs th { 
 border-width:1px;
 border-style:solid; 
 border-color:#F1EEE5;
 vertical-align:middle;
 }
 
 table#tableauXwqs th {
 color:#fff;
 background:#5984c9;
 height:24px;
 text-align: center;
 font-size:12px;
 }
table#tableauXwqs #vide {
 border-left:0px none white;
 border-top: 0px none white;
 border-right:0px none white;
 border-bottom: 0px none white;
 background:#fff;
}

table#tableauXwqs #vide_gauche {
 border-left:0px none white;
 border-top: 0px none white;
 border-right:0px none white;
 border-bottom: 0px none white;
 background:#fff;
}

table#tableauXwqs .t1{
    background: #fff5d7;
    font-weight:bold;
    text-align:left;
    font-size:12px;
}

table#tableauXwqs .t2, table#tableauXwqs .t4 , table#tableauXwqs .t6{
     background:#fff;
     text-align:center;
     width: 82px;
     height:36px;
}

table#tableauXwqs .t3, table#tableauXwqs .t5 {
     background:#f5f9fd;
     text-align:center;
     width: 82px;
     height:36px;
}

table#tableauXwqs .livide {height:20px;}
table#tableauXwqs div {
   text-align: center;
   font-family:calibri,Arial,Helvetica,sans-serif;
   font-weight:bold;
   font-size:12px;
}

table#tableauXwqs .command{
     background:#b60202;
     text-align:center;
     font-weight:bold;
     width: 82px;
     height:36px;
     font-size:12px;
}

table#tableauXwqs a{
     color:#fff;
     background:#b60202;
     font-size:12px;
}

table#tableauXwqs #titi{
     text-align:center;
     height:36px;
     font-size:16px;
     font-weight: bold;
}

table#tableauXwqs .mois{
     background:url(uploads/images/arriere_mois.gif);
     text-align:center;
     font-weight: bold;
     font-size:7px;
     color:blue;
     width: 82px;
     height:45px;
}
table#tableauXwqs .mois .gros{
     font-size:18px;
     color:#e10000;
}

table#tableauXwqs .an{
     text-align:center;
     font-size:12px;
     width: 82px;
     height:36px;
}

/* ----------------------------------------- puce page d'acceuil ----------------------  */


ul .pack, ul .souspack{
    list-style: none;
   /*padding-left:8px;*/
  /* background:url(uploads/images/arrow_benin.gif) no-repeat;*/
}

/* -----------------------------------------  page d'acceuil ----------------------  */

div.hostinGZX {
	width:570px;
	height:283px;
	background-image: url(uploads/images/hosting/banniere_sourire_hosting_02.jpg);
	background-repeat: no-repeat;
}

div.hostinGZX div.extensionsx{ 
               width:200px;
		float:left;
}

div.hostinGZX div.serveurx {
               width:185px;
		float:left;
                margin-left:130px;
}
		
div.hostinGZX div.serveurx ul li{
	 text-align: center;
         font-family:calibri,Arial,Helvetica,sans-serif;
         font-weight:bold;
         font-size:24px;
	 color:green;
         list-style: none;
}

div.hostinGZX div.extensionsx ul li{ 
         text-align:left;
         font-family:calibri,Arial,Helvetica,sans-serif;
         font-weight:bold;
         font-size:24px;
	 color:blue;
         list-style: none;
}


div.extensionsx #premier{ 
         font-size:26px;
		 color:green;
		 text-align: left;
		 font-family:calibri,Arial,Helvetica,sans-serif;
         font-weight:bold;
}
/* End of 'le-net-pour-tous : Top menu + 2 columns' */

