body { 
font-family : "Trebuchet MS", Tahoma;
background-color : #0699E4;
margin : auto;
}

* {
margin:0;
padding:0;
}


/* ---------- France Deguisement CSS General ---------- */



.francedeguisement {
padding-top : 200px;
width : 1000px;
margin : auto;
}

.menu_navigation {
width : 230px;
float : left;
}

.deguisement_contenu {
text-align:center;
font-size : 15px;
width : 770px;
float : left;
}


/* ---------- France Deguisement CSS Menu ---------- */



li {
list-style-type:none;
}

li:hover ul {
display: block;
font-size : 12px;
}

li.over ul {
display: block;
font-size : 12px;
}

.deguisement_themes {
border-bottom: 1px dotted #16B6F1;
}

a.deguisement_theme:link {
color : #ffffff;
font-size : 15px;
text-decoration: none;
}

a.deguisement_theme:visited {
color : #ffffff;
font-size : 15px;
text-decoration: none;
}

a.deguisement_theme:hover {
color : #ffffff;
font-size : 15px;
text-decoration: underline;
}

.acheter_costume {
padding-left: 10px;
font-size : 12px;
color: #22AFF6;
font-weight: bold;
display:none;
margin:0px;
}

a.acheter_costumes:link {
font-size : 12px;
color: #000000;
font-weight: bold;
text-decoration: none;
}

a.acheter_costumes:visited {
font-size : 12px;
color: #000000;
font-weight: bold;
text-decoration: none;
}

a.acheter_costumes:hover {
font-size : 12px;
color: #000000;
font-weight: bold;
text-decoration: underline;
}