*{padding:0px;margin:0px;border:0px;}

body{
color:#202020;
font-family:"Trebuchet MS", Arial, Verdana;
background-image: url('images/bg_body.png');
background-repeat: repeat-x;
font-size:13px;
}

#banner{
background-image:url('images/banner.png');
height:290px;
background-position:center;
background-repeat:no-repeat;
}

#flashcontent{
width:100%;
}


#menu{
width:100%;
text-align:center;
position:relative;
bottom:70px;
}

#menu img{
margin-left:8px;
margin-right:8px;
}

#info{
float:right;
position:relative;
left:40px;
top:40px;
margin-left:20px;
margin-bottom:20px;
}

#info_top{
width:180px;
height:20px;
background-image:url('images/info_top.png');
background-position:top right;
}

#info_bottom{
width:180px;
background-image:url('images/info_bottom.png');
background-position:bottom right;
}



#texte{
-moz-border-radius:20px;
padding:40px;
width:1000px;
margin:auto;
background-color:white;
position:relative;
bottom:75px;
border:1px solid #4E4E4E;
}

h1{
padding-left:82px;
font-size:30px;
text-transform:uppercase;
color:#c0c0c0;
background-image:url('images/bg_h1.png');
background-repeat:no-repeat;
position:relative;
bottom:25px;
}

h1 span{
font-size:35px;
}

h2{
color:#5DC40A;
font-size:17px;
position:relative;
left:-10px;
margin-bottom:10px;
}

p{
margin-bottom:20px;
}

a{
color:#5DC40A;
text-decoration:none;
}

a:hover{
color:#5DC40A;
text-decoration:underline;
}

.important{
background-image:url('images/bg_important.gif');
background-repeat:no-repeat;
padding-left:20px;
background-position:1px;
font-size:120%;
color:#C4730A;

}

.realisation_exemple{
margin-bottom:35px;
margin-top:35px;
clear:left;
}

.realisation_exemple_image{
float:left;
margin-right:70px;
}


#contact_gauche{
width:400px;
float:left;
}

#contact_formulaire{
width:480px;
float:right;
}

.contact_formulaire_nom{
border:1px solid #C4730A;
padding:3px;
width:250px;
}

.contact_formulaire_mail{
border:1px solid #C4730A;
padding:3px;
width:250px;
}

.contact_formulaire_gsm{
border:1px solid #C4730A;
padding:3px;
width:250px;
}

.contact_formulaire_message{
border:1px solid #C4730A;
padding:3px;
width:450px;
height:250px;
}


#map_canvas{
width:400px;
height:250px;
}



