/* Style Jura Camping cars */

/** Général **/

* {
margin:0;
padding:0;
}

body {
background: #333;
font-family:Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #333;
}

a {
color:#609CD2;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

h1 {
text-indent: 10000000em;
overflow:hidden;
}

h2 {
padding: 10px 0;
font-size: 1.4em;
text-align:center;
}

h3 {
padding: 0 0 10px 0;
font-size: 1.2em;
}

h4{
font-size: 1.2em;
}

/** Page **/

#page {
width: 1000px;
margin: 10px auto 0 auto;
}

/** En-Tête **/

#entete {
background: url(images/entete.jpg) no-repeat top center;
height:174px;
}

/** Contenu **/

#contenu {
background: #fff url(images/haut.jpg) no-repeat top center;
width: 1000px;
}

.colonne {
float:left;
padding: 0 10px 10px 10px;
}

/** Tarifs **/

#tarifs {
width: 365px;
margin: 40px 0 0 25px;
}

.gris {
background: #ddd;
}

.gris_fonce {
background:#CCCCCC;
}

.blanc {
background: #fff;
}

/** Modèles **/

#modeles {
margin: 40px 0 0 25px;
width: 235px;
border-right: #ccc solid 2px;
}

.modeles-bloc {
height: 65px;
clear: left;
margin-bottom:5px;
}

.modeles-bloc img{
float:left;
margin: 0 10px 0 0;
height:65px;
}

/** Contact **/

#contact {
margin: 80px 0 0 25px;
width: 250px;
border-right: #ccc solid 2px;
}

.bloc {
text-align: center;
}

/** Pied de page **/

#pied {
background: url(images/pied.jpg) no-repeat bottom center;
height: 26px;
width:1000px;
}