/*GENERAL GENERAL*/

* {
margin:0;
padding:0;
}

body {
font-family:verdana;
color:#444444;
}

img {
border:none;
}

.affichage {
vertical-align:top;
display:-moz-inline-stack;
display:inline-block;
}

a:focus{
outline:0;
} 

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

ul{
list-style:none;
}

/*CONTENU CONTENU*/

#header{
width:100%;
height:104px;
background-color:#fb7214;
padding-top:12px;
text-align:center;
margin-top:18px;
}

#central_index{
background-image:url(../images/image_index.jpg);
margin:auto;
width:288px;
height:524px;
padding:30px 60px 0 640px;
overflow-y:auto;
}

#central_festiv{
background-image:url(../images/image_festiv.jpg);
margin:auto;
width:428px;
height:524px;
padding:30px 500px 0 60px;
overflow-y:auto;
}

#central_film{
text-align:center;
background-image:url(../images/image_film.jpg);
margin:auto;
width:988px;
height:524px;
padding-top:30px;
}

#central_contact{
background-image:url(../images/image_contact.jpg);
margin:auto;
width:988px;
height:524px;
padding-top:30px;
}

#footer{
width:100%;
height:80px;
background-color:#fb7214;
padding-top:25px;
text-align:center;

color:#fff;
font-size:14px;
}

#contenu_index{
padding-top:30px;
margin-left:640px;
width:270px;
height:524px;
}


/*TEXT TEXT*/
h1{
color:#fb7214;
font-size:18px;
font-weight:bold;
text-align:center;
margin-top:20px;
margin-bottom:-4px;
}


h2{
font-size:14px;
font-weight:bold;
color:#fb7214;
margin-bottom:15px;
}

p{
color:#444444;
font-size:13px;
}

.orange{
color:#fb7214;
}
/*MENU MENU*/

#menu{
text-align:center;
width:100%;
}

#menu a{
display:-moz-inline-stack;
display:inline-block;
vertical-align:top;
text-decoration:none;
}

#menu a.en_cours{
color:#fb7214;
}

#menu a.normal:active,#menu a.normal:visited,#menu a.normal:link{
color:#ffae77;
}

#menu a.normal:hover{
color:#fb7214;
}

.barbara{
margin:12px 24px 12px 24px;
}

.social {
opacity:0.8;
margin-top:5px;
}

.social:hover{
opacity:1;
}

/*CONTACT CONTACT*/
#director li{
width:230px;
margin-left:15px;
}

#others{
margin-left:220px;
margin-top:220px;
}

form{
width:500px;
height:290px;
margin:68px 0 0 30px;
}

fieldset{
border:none;
}

legend{
padding-left:209px;
margin-bottom:7px;
font-size:14px;
font-weight:bold;
color:#fb7214;
}

.calage {
display:inline-block;
text-align:right;
width:130px;
margin-bottom:15px;
vertical-align:top;
color:#444444;
font-size:13px;
font-weight:bold;
}

.mep_champs{
width:320px;
font-family:verdana;
font-size:13px;
color:#444444;
background-color:#FB7214;
border:solid 4px #FB7214;
}

.mep_champs:focus{
background-color:#ff8531;
border:solid 4px #ff8531;
}

#envoi{
padding-bottom:3px;
margin-top:8px;
vertical-align:bottom;
border:none;
color:#fff;
height:24px;
margin-right:10px;
font-size:16px;
background-color:#6b6c6d;
width:328px;
}

#envoi:hover{
background-color:#989898;
}

label.error {
 background:url("../images/error.png") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  margin-left:8px;
  vertical-align:top;
}

#result{
text-align:center;
margin-top:20px;
margin-left:68px;
}