@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px
}

.total{
width: 800px;
height: 600px;
margin-left: auto;
margin-right: auto;
position: relative;
}

.bandeau{
width: 800px;
height: 140px;
background-image: url(../img/common/bandeau_plow2.png);
}

.menu{
width: 800px;
height: 30px;
background-image: url(../img/common/menu_plow2.png);
}

.bandeaubas{
width: 800px;
height: 70px;
background-image: url(../img/common/bandeaubas_plow2.png);
}

.bouton1{
width: 80px;
height: 30px;
background-image: url(../img/common/menu/bouton1.png);
float: left;
text-decoration: none;
}

.bouton1:hover{
background-image: url(../img/common/menu/bouton1_hover.png);
}

.bouton2{
width: 120px;
height: 30px;
background-image: url(../img/common/menu/bouton2.png);
float: left;
text-decoration: none;
}

.bouton2:hover{
background-image: url(../img/common/menu/bouton2_hover.png);
}

.bouton3{
width: 130px;
height: 30px;
background-image: url(../img/common/menu/bouton3.png);
float: left;
text-decoration: none;
}

.bouton3:hover{
background-image: url(../img/common/menu/bouton3_hover.png);
}

.bouton4{
width: 55px;
height: 30px;
background-image: url(../img/common/menu/bouton4.png);
float: left;
text-decoration: none;
}

.bouton4:hover{
background-image: url(../img/common/menu/bouton4_hover.png);
}

.bouton5{
width: 85px;
height: 30px;
background-image: url(../img/common/menu/bouton5.png);
float: left;
text-decoration: none;
}

.bouton5:hover{
background-image: url(../img/common/menu/bouton5_hover.png);
}

.citation{
float: left;
width: 200px;
height: 250px;
position: absolute;
top: -2px;
left: 810px;
}

.twitter{
float: right;
width: 80px;
height: 40px;
}

.twitter img{
border: none;
}

