/* CSS Document */
#global {
	width:780px;
	height:550px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #cc2228;
	
}
#global2 {
	background-color:#cc2228;
}
#menuLeft{
	width:480px;
	height:550px;
	float:left;
	background-color:#cc2228;
	background-image:url(images/im_fond.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
	}
.text{
font-size:24px;
color:#cc2228;
text-align:center;
margin-left:40px;
font-family:Arial, Helvetica, sans-serif;


}
#menuright{
	width:300px;
	height:550px;
	float:right;
	background-color:#FFFFFF;
	background-image:url(images/im_fille.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
