/*
Auteur : Nicolas Zengarli
www.ComCassandre.com
Pour : HIEMSTRA
Date : 07/2009
*/



/****************
****** BODY *******
****background:#a13b32
** is now background:#b2a095
****************/
/* url(../images/bg/bg.jpg) repeat-x; */

html,body {
background:#b2a095;
height: 100%;
overflow:hidden;
font-family:Arial;
}


#page-table {
margin:0;
padding:0;
margin-top:-20px;
height: 100%;
width: 100%;
border-collapse: collapse;
text-align: center;
}
#page-td {
height: 100%;
padding: 0;
vertical-align: middle;
}


img.png {
    background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "images/transparent.gif"
    );
}

a{
margin:0;
padding:0;
color:black;
text-decoration:none;
}	

a:hover{
color:#a13b32;
}

a img{
border:none;
text-decoration:none;
}

/****************
****** CONTENT *******
****************/


#content{
margin:20px auto;
padding:0;
width:944px;
height:584px;
background:url(../images/bg/bg-content.png) no-repeat;

}



#logo{
margin:8px 0 0 5px;
padding:0;
width:182px;
height:92px;
background:url(../images/logo-hiemstra.jpg) no-repeat;
float:left;
}

#logo h1{
margin:-100px 0 0 0;
padding:0;
font-size:0;
letter-spacing: -500px;
top: -5000000000000px;
color:#ead8ce;
}

#logo h1 a{
border:none;
text-decoration:none;
}

#titre{
margin:45px 30px 0 0;
padding:0;
float:right;

}

/****************
****** CONTENU *******
****************/

#contenu{
margin:0 10px 0 0;
padding:0;
width:895px;
height:435px;
float:left;
}

/****************
****** LIENS *******
****************/

#contenu a {
color:#aeff4f;font-weight:bold;
text-decoration:none;
}

#contenu a:hover { 
border-bottom:1px dashed #aeff4f;
font-style:italic;font-weight:bold;
}



/******************************
****** MENTIONS LEGALES *******
********************************/

#mentions {
float:right;margin:20px 20px 0 0;padding:0;
}

#mentions p, #mentions a{
font-family:Arial;font-size:10px;color:black;font-weight:normal;
}
#mentions a:hover{
color:white;
}
