/*www.dalcalor.ch*/

/*Layout global du site*/
body{
background-image:url('../img/layout/degrade_rouge.jpg');
background-repeat: repeat-x;  
font-family: Arial, Verdana;
font-size: 8pt;
}

h1{
font-size: 12pt;
font-weight: bold;
color: #fe0000;
background:#d1d0d0;
padding-top:2px;
padding-left:2px;

}

h2{
font-size: 10pt;
color: #fe0000;
}

a{
border: 0;
margin: 0;
padding: 0;
text-decoration: none;
color: #000000;
}

li {
background-image: url('../img/layout/fleche_2.png');
background-repeat: no-repeat;
background-position: left center;
list-style-type: none;
padding-left: 15px;
line-height:18px;
}
img.img_tumb
{
margin:10px;
padding: 2px;
border: solid 1px #d1d0d0;
}

img.img_simple
{
margin:10px;
}









/*Mise en page du site avec balise DIV*/
#conteneur {
width:950px; 
margin:0 auto;
border: 1px solid #000000;
}

#header {
width: 950px;
height: 120px;
}


#wrap {
overflow:hidden;
}

#sidebar {
float:left; 
width:200px;
background-color: #d1d0d0;
background-image:url('../img/layout/fondmenu.png');
background-repeat:no-repeat;
background-position:bottom;
min-height:500px;
}

#div_blockmenu
{
margin-top:10px;
}

#contenu {
min-height:490px;
margin-left:200px;
padding-top: 10px;
padding-bottom:0px;
padding-left: 15px;
padding-right: 15px;

background: #FFFFFF;
font-size: 10pt;
}


p
{
padding-left:10px;
line-height:18px;;
}




/*Liens pour les menus*/
div.div_lienmenu{
margin-left:10px;
background-position:0% 65%;
background-image: url('../img/layout/fleche_1.png');
background-repeat: no-repeat;
padding-left:12px;
padding-top:5px;
}
a.a_lienmenu{
width: 180px;
font-size: 9pt;
color:#CC0000;
}
a.a_lienmenu:hover
{
TEXT-DECORATION:underline;
}



/*Liens pour les sous menus*/
div.div_lienssmenu{
margin-left: 30px;
width: 170px;
font-size: 9pt;
padding-top:5px;
}
a.a_lienssmenu{
/*padding-left: 4px;*/
color:#3E4044;
}
a.a_lienssmenu:hover
{
TEXT-DECORATION:underline;
}