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

* {
margin:0;
padding:0;
}

body {
background:#70bc8e;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
}

a {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#70bc8e;
}

#total {
width:778px;
margin:auto;
}

.clear {
clear:both;
}

.center {
text-align:center;
}

h1 {
height:110px;
background:url(../assets/images/header.jpg) no-repeat;
}

h1 span {
display:none;
}

#menu {
width:743px;
height:29px;
background:url(../assets/images/menu-top-bg.jpg) no-repeat;
padding-left:35px;
padding-top:9px;
}

#menu ul li {
list-style:none;
float:left;
margin-right:30px;
}

#menu li a {
display:block;
}

.menu-top-actions {
background:url(../assets/images/menu-top-actions.jpg);
width:82px;
height:19px;
}

.menu-top-actions:hover {
background:url(../assets/images/menu-top-actions-over.jpg);
}

.menu-top-mosaique {
background:url(../assets/images/menu-top-mosaique.jpg);
width:97px;
height:19px;
}

.menu-top-mosaique:hover {
background:url(../assets/images/menu-top-mosaique-over.jpg);
}

.menu-top-chantiers {
background:url(../assets/images/menu-top-chantiers.jpg);
width:105px;
height:19px;
}

.menu-top-chantiers:hover {
background:url(../assets/images/menu-top-chantiers-over.jpg);
}

#debat {
width:188px;
height:53px;
background:url(../assets/images/bulle-debat.png);
position:absolute;
margin-top:-13px;
margin-left:167px;
}

#debat:hover {
background:url(../assets/images/bulle-debat-over.png);
}

.menu ul li span {
display:none;
}

#content {
background:#d7d7d7;
padding:25px 0px;
min-height:402px;
}

#content a {
color:#000000;
}

#content a:hover {
text-decoration:underline;
}

#home {
width:651px;
margin:auto;
}

.home-text {
width:220px;
float:left;
padding-top:27px;
//text-align:justify;
}

p {
margin:0 0 12px 0;
}

p span {
font-weight:bold;
}

.home-img {
width:371px;
float:right;
padding-top: 24px;
}

.perso {
position: absolute;
margin-top: 116px;
margin-left: 230px;
}

*+html .perso {
margin-left:26px;
}

.center {
text-align:center;
}

.dragonfly {
text-align:center;
}

h2 {
margin-bottom:15px;
}

#cameraman {
width:405px;
height:402px;
background:url(../assets/images/cameraman.png) no-repeat;
position:relative;
top:21px;
}

#menubot {
width:738px;
height:18px;
background:#666666;
padding-left:40px;
padding-top:2px;
}

#menubot ul li {
list-style:none;
float:left;
font-weight:bold;
font-size:13px;
color:#FFFFFF;
}

#menubot .menu-bot-mid {
border-left:solid #FFFFFF 1px;
border-right:solid #FFFFFF 1px;
margin-left:7px;
margin-right:7px;
padding-left:7px;
padding-right:7px;
}

#footer {
text-align:center;
}

#footer #partenaires {
background:url(../assets/images/footer-bg.jpg) no-repeat;
width:778px;
height:52px;
}

#footer a img {
border:none;
}

#concert-urbain {
margin-top:5px;
}

.red {
color:red;
}