﻿body
{
    margin: 0px;
    padding: 0;
    background-color: #000000;
    color: #ffffff;

}
#barre_menu
{
    background-color: #000000;
    height: 40px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-right: #DECEFF 1px dotted;
    border-top: #DECEFF 1px dotted;
    border-left: #DECEFF 1px dotted;
    border-bottom: #DECEFF 1px dotted;

}

#barre_menu li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 10px;
	margin: 0px;
	
}

.menu_droit
{
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DECEFF;
}
.menu_gauche
{
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #DECEFF;
}



a
{
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #cc99ff;
}

.bande_blanche
{
    background-color: #DECEFF;
    height: 5px;
    margin: 0px;
    padding: 0;
    border-right: #DECEFF 0px;
    border-top: #ffffff 0px;
    border-left: #ffffff 0px;
    border-bottom: #ffffff 0px;
}

#bienvenue
{
    background-color: #000000; /*height: 10px;*/
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    border-right: #000000 3px solid;
    border-top: #000000 3px solid;
    border-left: #000000 3px solid;
    border-bottom: #000000 3px solid;

}



#corps_barre_actu
{
    background-color: #000000;
    height: 90px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-right: #ffffff 0px dashed;
    border-top: #ffffff 0px dashed;
    border-left: #ffffff 0px dashed;
    border-bottom: #ffffff 0px dashed;

}

#corps_barre_actu li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 10px;
	margin: 0px;
	
}

#corps_barre_actu .menu_droit
{
	float: right;
	border:0px;
	border-left-width: 0px;
	
	border-left-color: #ffffff;
}
#corps_barre_actu .menu_gauche
{
	float: left;
	border: 0px;
	border-right-width: 0px;
	
	border-right-color: #ffffff;
}

#corps_barre_actu a
{
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
}

#corps_barre_actu a:hover
{
    color: #cc99ff;
}

#contact
{
    margin: 20px;
    text-align: center;
}

#contact h1
{
    font-size: large;
}

#barre_bas
{
    background: url(Virgule_Index_files/virgule_footerback.jpg) repeat-x;
}