/*Par Serge Hebert pour Le CONcepteur.ca*/
/*Pour me joindre shebert@leconcepteur.ca*/

/*Global vierge - CSS de base*/
html {
font-size: 100%;
margin:0;
padding:0
}

body {
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
/*background:#fff;*/
margin:0;
padding:10px 20px
}

#side-nav {
font-size:.8em;
background-color:#036;/*#336699;*//*#036;*/
border:2px solid #ffff33;
width:200px;
height:380px
}

#nav {
width:190px;
height:290px
}

#nav h4 {
color:#fff;
text-align:center
}

#nav ul {
padding-left:25px;
list-style:url(../IMG/puce.png);
margin:0
}

#nav li {
line-height:20px;
background-color:#07c
}

#nav a {
color:#eee;
text-decoration:none;
border:1px solid #036;
display:block;
padding:0 10px
}

#nav a:hover {
background-color:#ffaa33;/*#903;*/
border:1px solid #fff;
text-decoration:none
}

#courielle {
width:163px;
height:60px;
text-align:center;
background-color:#07c;
border:1px solid #fff;
margin:20px
}

#courielle a {
color:#000;
border:none
}

#courielle a:hover {
color:#fff;
border:none;
background-color:#07c
}

#logo img {
padding:5px 60px;
border:none
}

/******** pour le menu horizontal***************/
#block_menu_h {
/*border:3px solid #db8e11;*/
width : 90%;

}

#block_menu_h a {
text-decoration:none;
background-color:#07c;

font-family: Georgia;
	font-size: 16px;
	color: white;
	font-style: oblique;
	font-weight: bolder;

}
#block_menu_h a:hover {
color:#fff;
border:none;
background-color:#ffaa33
}
/********** pour les liens ********************/
#decoration {
text-decoration: none
}

#ddd {
text-decoration: none;
font-size: 12px;
color: #ffaa33;
font-weight: bolder
}

/***********************************************/
