* {
border: none;
margin: 0;
padding: 0;
font-family: verdana;
font-size: 12px;
list-style-type: none;
color: #4D4D4D;
}

.hidden {
display: none;
}

body {
width: 910px;
margin: 10px auto;
text-align: center;
border: 3px solid #EFEFEF;
padding: 20px;
background: #fff;
}

html {
background: #DEDEDE;
}

#content a {
text-decoration: none;
border-bottom: 1px dotted #4D4D4D;
}
#content a:hover {
text-decoration: none;
color: #ED1E79;
border-bottom: 1px dotted #ED1E79;
}

#logo_intro {
margin-bottom: 50px;
}
#footer {
margin-top: 50px;
color: #DEDEDE;
clear: both;
}


#logo {
display: block;
background: url('images/logo.png');
width: 150px;
height: 183px;
margin-bottom: 60px;
}

#menu {
float: left;
width: 180px;
height: 480px;
background: url('images/fond_menu.png');
background-position: center right;
background-repeat: no-repeat;
}
#menu_travaux, #menu_contact, #menu_competences {
display: block;
width: 100px;
height: 22px;
margin: 15px;
}
#menu_travaux {
background: url('images/travaux.png');
}
#menu_contact {
background: url('images/contact.png');
}
#menu_competences {
background: url('images/competences.png');
}
#menu .divers {
margin-top: 60px;
text-align: left;
font-size: 10px;
color: #AAAAAA;
}
#menu .divers a {
text-decoration: none;
color: #AAAAAA;
font-size: 10px;
}
#menu .divers a:hover {
text-decoration: underline;
}
#menu .divers b {
color: #AAAAAA;
}


#content {
float: left;
margin: 80px 0 0 40px;
overflow: hidden;
}
.rubrique, #content {
width: 666px;
height: 380px;
}


#travaux li {
float: left;
width: 222px;
text-align: left;
opacity: 0.5;
}
#travaux li:hover {
opacity: 1;
}
#travaux .slide {
height: 236px;
overflow: hidden;
}
#travaux h3 {
text-align: center;
font-size: 14px;
font-weight: bold;
margin: 0;
}
#travaux p {
padding: 5px;
font-size: 10px;
}
#travaux p a {
font-size: 10px;
}
#travaux img {
width: 216px;
display: block;
height: 230px;
background: #4D4D4D;
font-weight: bold;
margin:0;
border: 3px solid #fff;
cursor: pointer;
}


#contact p, #contact b {
font-size: 12px;
}

#zone_mail {
width: 350px;
padding: 5px;
margin: 0 auto;
border: 1px solid #DEDEDE;
}
#zone_mail li {
padding: 5px;
font-size: 12px;
text-align: left;
margin: 3px 0;
border-top: 1px solid #DEDEDE;
}
#zone_mail input {
width: 220px;
padding: 3px;
border-bottom: 1px solid #DEDEDE;
}

textarea {
width: 100%;
}

.erreures li {
padding: 2px;
color: #fff;
background: #ED1E79;
}


#competences p {
font-size: 18px;
margin: 50px 10px;
}



#zone_mail li.nob, .nob {
border: none;
}
