@charset "UTF-8";

* {
 margin: 0;
 padding:0;

}
body {
	background-image: url(bg.png);
	background-repeat: repeat;
	background-color: #eaeaea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#fond {
	background-image: url(fd.png);
	background-repeat: repeat-x;
}
#content {
width: 955px;
margin-right: auto;
margin-left: auto;

}

#header {
	height: 100px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}
#menu {
width: 500px;
margin-left: 455px;
padding-top: 60px;


}
#menu ul{
list-style: none;



}
#menu ul li {





}
#menu ul li a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #951eab;
	text-decoration: none;
	display: block;
	height: 32px;
	width: 93px;
	float: left;
	text-align: center;
	font-size: 13px;
	padding-top: 3px;
	


}
#menu ul li a:hover  {
	color: white;
	background-image: url(bt2.png);
	background-repeat: no-repeat;
}
#banniere{
height: 302px;

}
#info{
	width: 350px;
	float: left;
	color:#CCCCCC;
	margin-top: 60px;
	font-family: "Bellerose Light:1.0", Geneva, Arial;
	margin-right: 10px;
	font-size: 36px;
}
#image{
	
	background-image: url(mac.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 302px;
	float: left;
	
}

#colonne1 {
	width: 300px;
	float: left;
	font-size: small;
	position: absolute;
	right: 0;
	background-image: url(colonne1.png);
	height: 312px;
}

#colonne1 h2 {
	text-align: center;
	color: #502964;
}
#colonne1 p {
	padding: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}




#colonne1 ul {
	list-style: none;
	font-size: 12px;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	
}
#page {
	min-height: 500px;
	color: #333333;
	font-size: small;
	margin-top: 20px;
	position: relative;
}

#txt {
	width: 600px;
	
	
}

#txt h3{
	font-size: 18px;
	color: #000000;
}


	

#image2{
	background-image: url(img1.png);
	background-repeat: no-repeat;
	width: 885px;
	height: 118px;
	float: left;
	margin-left: 40px;
	margin-top: 100px;
	padding-top: 40px;
	padding-left: 90px;
	color: #802195;
	
}
#image2 a{
	
	color: #802195;
	text-decoration: none;
	
}
#image2 a:hover{
	color: #666666;
	text-decoration: underline;
}
#footer {
	height: 63px;
	text-align: center;
	background-color: #951eab;
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	
	
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	color:#CCCCCC;
	font-size: x-small;
}

