@CHARSET "utf-8";
/* < general styles */
html,body { /*height:100%; font-size:100.1%;*/}

body {
    /*background-color:#0066CC;*/
    background:#fff url(http://www.acebocom.fr/include/templates/images/ombre-Acebo.jpg) no-repeat right bottom;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width:100%;
}

h1{
    line-height: 1px;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2{
    text-decoration: underline;
}

img{
    border: none;
}

/*=============================
  hyperlink styles
=============================*/
a{
    font-size: 11px;
}

a:link,
a:active,
a.aprem:link,
.importlink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #496c9f;
    text-decoration: none;
}

a:visited,
a.aprem:visited,
.importvisited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #496c9f;
    text-decoration: none;
}

a:hover,
a.aprem:hover,
.importhover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

/* bold navbar, block, module links */
a.aprem:link {
    font-weight: bold;
    text-decoration: none
}

a.aprem:visited {
    font-weight: bold;
    text-decoration: none
}


a.aprem:hover {
    font-weight: bold;
    text-decoration: underline;
}

/*=============================
  Autres perso
=============================*/
/* pour les pages internes */

.coul1 {
    background-color: #FFEEEE;
}

.coul2 {
    background-color: #EEFFEE;
}

/*=============================
 BACKGROUNDS
=============================*/
.tdblock {
    background: #E8F2FF;
}


/*=============================
  form styles
=============================*/
td.modifchamps {
    white-space: nowrap;
    font-weight: bold;
    vertical-align: top;
}

/* general styles > */

#page {
    width:967px;
    margin: 0 auto 0 auto;
    font-size: 12px;
    color: #000000;
    /*background-color: #F8FBFF;*/
    font-family:  Verdana, Times, Arial, Helvetica, sans-serif;
    text-align:left; /* left-align text in IE */
    height: 100%;
}

.header { 

}

#menu {
    width: 100%;
    text-align: center;
    background: #fff;
}

#menu ul {
    margin: 0;
    padding: 0.1em 0.5em 0.1em 0;
}

#menu li {
    display: inline;
    float: left;
    list-style-type: none;
    margin-left:10px;
    width: 15%;
}

#menu li a {
    font-family: arial, sans-serif;
    font-size: 0.8em;
    font-weight:bold;
    color: #000;
}

#menu li a:hover {
    font-family: arial, sans-serif;
    font-size: 0.8em;
    font-weight:bold;
    text-decoration: underline;
    color: #fff;
}

#logged-in {
    text-align: right;
    font-weight:bold;
    color: #fff;
}	

.blocg{
    display:none;
    float:left;
    position:relative;
    width: 150px;
    background: #EBEBEB;
}


.contenu {
    /*overflow: hidden;*/
    margin: 0px 60px 0px 0px;
    padding: 0 2px 0 6px;
    text-align:left;
}

.footer {
    position:relative;
    height:40px;
    clear:both;
    padding-top:0px;
    text-align: center;
    color: #2C2C27;
}

a.visite{
    text-decoration:underline;
    color: #fff;
}

/* redirecttable styles > */
#redirectwrap{
    background: #FFF9D5;
    border: 1px solid #EAE240;
    text-align: left;
    width: 500px;
}

#redirectwrap h4{
    background: #EFE8C2;
    border-bottom: 1px solid #EAE240;
    color: #3A4F6C;
    font-size: 14px;
    margin: 0;
    padding: 5px;
}

#redirectwrap p{
    margin: 0;
    padding: 5px;
    text-indent:0;
}

#redirectwrap p.redirectfoot{
    background: #EFE8C2;
    border-top: 1px solid #EAE240;
    text-align: center;
}

.dotcont {
	border: 2px dotted #7BBDE4; padding: 5px;
	}