body    {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 20px;
    background-color: #FFFFFF;
}

.space  {
    width:10px;
    float:left;
}

.top       {
    width:330px;
    height:50px;
    border:1px #505050 transparent;
    float:left;
    padding:0px;
    margin-bottom:30px;
}

.minicell       {
    width:330px;
    height:105px;
    border:1px #505050 solid;
    cursor:pointer;
    float:left;
    padding:0px;
    background-color: #E9F7FE;
}

.minicell:hover {
    border: 1px solid #FF8888;
    background-color: #FED5DC;
}

.cell h3 { margin-bottom:1px; }

.cell   {
    width:330px;
    height:210px;
    border:1px #505050 solid;
    cursor:pointer;
    float:left;
    padding:0px;
    background-color: #FFFFFF;
}

.cell:hover {
    border: 1px solid #FF0000;
    background-color: #E9F7FE;
    color:#5555FF;
}

.global {
    text-align:center;
    width:1024px;
    margin-left: auto;
    margin-right: auto;
}

.a img  {
    border:0px;
}


/* admin */
body    {
    margin: 0px;
    background-color: #FFFFFF;
    background:url(mAqua-1440-3.jpg) no-repeat; background-position: center top;
    overflow:hidden;
    overflow-y:auto;
    overflow-x:hidden;
}

.loginglobal {
    text-align:left;
    width:311px;
    height:220px;
    margin-left: auto;
    margin-right: auto;
    color:#FFFFFF;
    border: 1px #FFFFFF dotted;
/*    background:url(login.gif) no-repeat; background-position: center bottom;*/
}

img { border:0px; }

.error		{ TEXT-DECORATION: none; COLOR: #000000; border: 1px dotted #FF0000; TEXT-ALIGN: center; BACKGROUND: #FFEEEE; width:95%; }

.adminmenutexte       {
    width:80px;
    float:left;
    font-size:10px;
}


.adminmenu       {
    width:80px;
    height:32px;
    cursor:default;
    float:left;
}

.raz		{ clear:both; }
.drag		{ position:relative;cursor:pointer }

.cadre_barre    {
    background:url(border_top.jpg) no-repeat; background-position: center top;
    cursor:pointer;
    position:absolute;
    height:22px;
    width:400px;
    top:0px;
    border:1px #000000 solid;
}

.cadre_contenu  {
    position:absolute;
    width:400px;
    height:400px;
    top:22px;
    background-color:#FEFEFE;
    border-left:1px #000000 solid;
    border-right:1px #000000 solid;
    border-bottom:1px #000000 solid;
}

a	{
    text-decoration: none;
    font-size:15px;
}

.titre  {
    font-size:40px;
    padding-bottom:50px;
    padding-top:10px
    margin-left:0px;
}



.adminLink {
 cursor:pointer;
 float:left;
 width:250px;
 height:20px;
 border:1px #505050 solid;
 background-color:#FFFFFF;

 padding-top:5px;
 margin-top:10px;
 width: 200px;
 text-align:center;
 font-weight:bold;
}

.adminLink:hover {
 background-color: #FED5DC;
 color:#5555FF;
 border:1px #FF0000 solid;
}

.adminThumb {
 position:absolute;
 top: 450px;
 width:1025px;
 margin-left:auto;
 margin-right:auto;
 margin-top:10px;
 text-align:center;
 visibility: hidden;
 display:none;
}

