/*-----------------Style CSS Manade Beauchamp---------*/

body
{
background-image:url(http://www.manade-beauchamp.com/images/mariage-manade.gif);
background-position:top center;
background-repeat:no-repeat;
background-attachment:fixed;
background-color:black;
color:white;
margin:0;
font-family:Arial,Verdana,serif;
}

#conteneur
{
width:950px;
height:523px;
margin:auto;
text-align:center;
position:fixed top;
}

#gauche
{
height:523px;
width:400px;
float:left;
margin-top:0;
margin-left:350px;
text-align:right;
}

#titre
{
margin-right:0;
width:400px;
text-align:center;
height:100px;

}

#descriptif
{
margin-right:0;
width:400px;
text-align:center;
height:333px;
}


#droite_devise
{
width:200px;
float:right;
margin-right:0;
margin-top:0;
height:523px;
}

#droite_adresse
{
height:340px;
width:200px;
float:right;
}

#foot
{
width:950px;
height:30px;
margin:auto;
background-color:black;
color:white;
text-align:center;
font-size:10px;
margin-top:50px;
}
/*-----------------------Mise en forme images---------*/

.image_center
{
margin:auto;
margin-top:0;
display:block;
}


.image_droite
{
margin-right:0;
float:right;
}

.float_left
{
float:left;
}

/*------------------------------Balises-------------------*/
hr
{
color:black;
}

a
{
color:white;
font-size:10px;
text-decoration:none;
}

a:hover
{
color:white;
font-size:10px;
text-decoration:underline;
}

/*--------------------Texte--------*/

.bold
{
font-weight:bold;
font-size:16px;
}