
/* default styles */
* {
margin:0;
padding:0;
}

body {
text-align: left;
background: url(images/Bg.jpg) top left repeat-x;
background-color:#EA2357;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1em;
}

div {
font-size: 1em;
}

img {
   border: 0;
}

a {
color: #EA2357;
text-decoration: underline;
}
a:hover {
color: #EA2357;
text-decoration: none;
}

/* layout */

#conteneur {
width: 960px;
margin: 0px auto 10px auto;
padding-bottom: 20px;
}
#entete-flash {
height:178px;
margin: 0 0 0 0;
}

#enteterubrique {
height: 127px;
}

#conteneurrubrique {
margin-top:0px;
}
#contenurubrique {
margin-top:0px;
padding-top:20px;
}

.conteneurdeco {
background: url('images/Bg-rub-deco.png') top left repeat-y;
}

.conteneuranimation {
background: url('images/Bg-rub-animation.png') top left repeat-y;
}

.conteneurtraiteur {
background: url('images/Bg-rub-traiteur.png') top left repeat-y;
}

.conteneurmariages {
background: url('images/Bg-rub-traiteur.png') top left repeat-y;
}

.conteneuranniversaires {
background: url('images/Bg-rub-anniversaires.png') top left repeat-y;
}

.conteneurateliers {
background: url('images/Bg-rub-ateliers.png') top left repeat-y;
}

.conteneurcreches {
background: url('images/Bg-rub-creches.png') top left repeat-y;
}

.conteneurentreprises {
background: url('images/Bg-rub-entreprises.png') top left repeat-y;
}

.conteneurrubannexes {
background: url('images/Bg-rub-rubannexes.png') top left repeat-y;
}

#footerrubrique {
height:64px;
clear:both;
}

.footeranimation {
background: url(images/Bg-footer-animation.png) top left repeat-x;
}

.footerdeco {
background: url(images/Bg-footer-deco.png) top left repeat-x;
}

.footermariages {
background: url(images/Bg-footer-mariages.png) top left repeat-x;
}

.footertraiteur {
background: url(images/Bg-footer-traiteur.png) top left repeat-x;
}

.footeranniversaires {
background: url(images/Bg-footer-anniversaires.png) top left repeat-x;
}

.footerateliers {
background: url(images/Bg-footer-ateliers.png) top left repeat-x;
}

.footercreches {
background: url(images/Bg-footer-creches.png) top left repeat-x;
}

.footerentreprises {
background: url(images/Bg-footer-entreprises.png) top left repeat-x;
}

.footerrubannexes {
background: url(images/Bg-footer-rubannexes.png) top left repeat-x;
}


/* contenus*/
div.contenudroite {
/*width:610px;*/
padding-left:30px;
padding-right:20px;
margin-left: 297px;
/*padding-top: 20px;*/
padding-right:20px;
border-left: #000 1px dotted;
height: auto !important;
height: 200px;
min-height: 200px;
line-height: 1.2em;
padding-bottom: 10px;
}

div.contenugauche {
width:245px;
float: left;
padding-left:30px;
padding-right:20px;
}

/* text styling */

.accroche {
font-size: 1.4em;
color:#ea2357;
line-height: 1.5em;
}
div.contenudroite p {
margin: 10px 0 10px 0;
}
div.contenudroite h2, div.contenudroite h3, div.contenudroite h4, div.contenudroite h5 {
font-size: 1.2em;
}
div.contenudroite ul {
margin: 0 0 20px 20px;
}
div.contenudroite ul li {
margin: 0 0 10px 0px;
}

/* footer */ 

#footer {
text-align:center;
margin-bottom:20px;
}

ul#menu-footer {
display:inline;
margin: 0px auto 20px auto;
}

ul#menu-footer li {
display:inline;
}

ul#menu-footer li a {
display:block;
float:left;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#f1f0b0;
text-decoration:none;
padding: 0px 11px 0px 11px;
height: 22px;
margin-bottom: 20px;
line-height:10px;
border-right: #f1f0b0 1px solid;
}
ul#menu-footer li a:hover {
text-decoration: underline;
}


/* formulaire de contact */

div.contenudroite p.formulaire {
padding: 0 0 0 0;
margin: 0 0 2px 0;
}

label {
width:100px;
float:left;
text-align:left;
padding-right:18px;
padding-top:0px;
padding-bottom:0px;
margin-top:0px;
margin-bottom:0px;
}
fieldset {
margin-left: 20px;
margin-right: 20px;
border:#E4E26A 1px solid;
}
legend {
font-weight: bold;
}
textarea {
font-family:sans-serif;
font-size:small;
background:#fff;
border:1px solid #E4E26A;
padding:1px;
width:150px;
}

input.textfield {
width:150px;
background:#fff;
border:1px solid #E4E26A;
padding:1px;
margin: 0 0 0 0;
}
p.message {
text-align:center;
border: 1px solid #E4E26A;
background-color: #EAEF93;
padding-top: 5px;
padding-bottom: 5px;
}
