/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5B657;
}

.colonne_gauche{
	background-image:url(images/alice/menu.gif);
	background-repeat:no-repeat;
	height:900px;
	width:325px;

}	

.bloc_top{
	background-image:url(images/alice/bloc_r1_c1.gif);
	background-repeat:no-repeat;
	height:22px;
}	

.bloc_middle{
	background-image:url(images/alice/bloc_r3_c1.gif);
	background-repeat:repeat-y;
	height:600px;
}	

.bloc_bottom{
	background-image:url(images/alice/bloc_r5_c1.gif);
	background-repeat:no-repeat;
	height:29px;
}	

a { font-weight:bold;}
a:link {color:#BB3A01; text-decoration: none}  
a:visited {color:#BB3A01;text-decoration: none}  
a:hover {color:#BB3A01;text-decoration: underline}
a:active {color:#BB3A01;text-decoration: none} 

h1 { 
	color: #BB3A01; 
	font-size:18px; 
	border-bottom:1px solid #BB3A01;
}

h2 { 
	color: #BB3A01; 
	font-size:16px; 

}

h3 { 
	color: #BB3A01; 
	font-size:14px; 
}

.ligne_dessous{
	border-bottom:1px solid #BB3A01;
}

hr {
	border: 1px solid #BB3A01; width:75% ; 
}

.contour1 {
	border: 1px solid #BB3A01;
}

