﻿.style_contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.titre_rubrique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.contenu_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.matiere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.titreOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #E89746;
}
.titreVert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #96B43A;
	
}

.titreViolet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9F50AB;
}
.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #30BEF0;
	text-decoration: underline;
	cursor:pointer;
}
.liste_deroulante {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: thin none #FFFFFF;
}

.divSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #808000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #808000;
	overflow:auto;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	width:98%;
	display:block;
	
}

.style_btn_ajouter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #98B63A;
}
.style_btn_suivant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7177A9;
}
#navcontainer span.selected, #navcontainer span.over 
{
	background:#20abd7;
	background-image:url(img/fl_on.gif);
	background-repeat:no-repeat;
	background-position:center top;
	border-bottom:1px solid #5572a9;
	border-top:1px solid #5572a9;
	color:#FFFFFF;
	vertical-align:baseline ;
	
	position:relative;
	top:7px;
	padding-top:7px;
	padding:7px;
	cursor:pointer;
}
#navcontainer span.link 
{
	
	border-bottom:1px solid #5572a9;
	border-top:1px solid #5572a9;
	color:#FFFFFF;
	vertical-align:baseline ;
	position:relative;
	top:7px;
	padding:7px;
	cursor:pointer;
}
#navcontainer span.visited 
{
	
	position:relative;
	top:7px;
	padding:7px;
	
	border-bottom:1px solid #5572a9;
	border-top:1px solid #5572a9;
	color:#FFFFFF;
	vertical-align:baseline ;
	font-style:italic ;
}

#navcontainer
{
    line-height:18px;
    color:#FFFFFF;
	width:100%;
	height:31px;
	background-image:url(img/back_menu.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #024588;
	margin-left:10px;
	vertical-align: baseline ;
}

#navcontainer UL
{
	list-style: none;
	margin-left:0px;
	vertical-align: baseline;
}

#navcontainer LI
{
	display:inline;
	width: auto;
	float:left;
	
	margin: 0px 20px 0px 20px;
	vertical-align: baseline ;
}

.divContact 
{
    background-color:#DDD6FF;
    margin:20px 20px 20px 20px;
    border-color:#DDD6FF;
    border-style:solid;
    border-width:thin ;
    position:absolute;
    display:none;
    z-index:10;
    bottom:40px;
    left:40%;
    width:400px;
    height:450px;
    
}

.divContactTitleBar 
{
    background-color:#6486B1;
    text-align:right;
}
.divFormContact 
{
    text-align:center;
}