@charset "utf-8";
@import url("slimbox_ex.css");
/* CSS Document 
	
	Coleurs de base:
	
	Gris : #333
	rouge: #98141b
	marron: #685849	
	biege:  #f2d8bd
	
	couleur de fond: #43372b

*/

html{ /* tjr afficher les scroll ds FF */
	overflow:-moz-scrollbars-vertical;
}
body{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#685849;
background:#43372b ;
padding:0;
margin:0;
position:relative;
text-align:justify
}
/** titre & titre page **/
h1{
color:#98141b;
font-size:20px;
text-transform:uppercase
}
h2{
color:#98141b;
font-size:13px;
background:url(../images/puce1.gif) no-repeat left center;
text-indent:15px;
margin-left: 20px
}
h3{
color:#2b2218;
font-size:12px;
background:url(../images/puce.gif) no-repeat left center;
text-indent:15px;
text-transform:lowercase;
margin-left: 40px
}
/** liens **/
a{
color:#000;
outline: none;
}
:focus{-moz-outline-style: none;}

a:hover{
text-decoration:underline
}

a img, a:hover img{
border:none
}
/** pages **/ 
#conteneur {
width:750px;
margin:0 auto;
background:#f2d8bd;
padding:15px;
}

p.intro{
font-weight:bold;
font-size:130%;
color:#000
}

#footerLinks {
overflow:auto;
height:100%;
margin:auto;
clear:both;
display:;
}
.footerLinksBlock {
width:31%;
float:left;
}
.footerLinksBlockMiddle{
margin:0 15px

}
.footerLinksBlock h4{
color:#98141b;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif
}
.footerLinksBlock li{
line-height:15px
}
/** colors **/
.color1{ /* red **/
color:#98141b
}