﻿body
{
	background: #FFFFFF url('fond.png') no-repeat fixed center;
	color: #000000;
	margin: 0px;
}

#m_entete
{
	background-image: url('top.gif');
	background-repeat: no-repeat;
}
#m_entete_table
{
	width:100%;
	max-width:900px;
	margin:auto;
	height: 106px;
}
#m_entete_image
{
	width:50%;
	padding-top:10px;
	text-align:center;
}
#m_entete_texte
{
	width:50%;
	font-size: larger;
	color: Gray;
	width: auto;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.15em;
	font-style: italic;
}
#m_entete_texte strong
{
	font-weight:bold;
}

.m_contenu
{
	padding-right: 15px;
	padding-left: 15px;
	min-height:300px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.m_contenu p
{
	text-align:justify;
}
.m_contenu p, #m_contenu li
{
	/* Pour améliorer la lisibilité*/
	line-height:1.3em;
}
.m_contenu a
{
	color:#3333EE;
}
.m_contenu a:visited
{
	color: #000099;
}
.m_contenu a:active
{
	color:Red;
}

#m_pied
{
	clear: both;
	background-position: right bottom;
	color: Gray;
	text-align: center;
	font-size: small;
	background-image: url('bottom2.gif');
	background-repeat: no-repeat;
	min-height:60px; /* Pour l'image du fond */	
}
#m_pied strong
{
	font-weight:bold;
}
#m_pied a
{
	color: Gray;
	text-decoration:none;
}
#m_pied a:hover
{
	text-decoration:underline;
}

#m_menu_bar
{
}
.m_menu
{
	margin-left:20px;
	margin-right:20px;		
}
.m_menu_static
{
	font-variant: small-caps;
}
.m_menu_static_item
{
	border: 1px  solid #79A7E3;
	color: #003399;
	background-color: #F5FAFF;
	background-image: url('sp/topnavunselected.gif');
	background-repeat:repeat-x;
	padding-left: 2px;
	padding-right: 2px;
}
.m_menu_static_item_hover
{
	background-image: url('sp/topnavhover_classic.gif');
	border-color: #c2a770;
	background-color: #ffe6a0;
	color: #FF3300;
}
.m_menu_dynamic
{
	border: 1px solid #79A7E3;
	background-color: #F2F8FF;
	
	/* Bug/Rupture de compatibilité IE8 */
	/* 1000 permet de garder de la marge par rapport aux autres éléments. */
	z-index: 1000;
	
	/* CSS3 */
	opacity:0.9;
	/* IE Only*/
	/* filter:alpha(opacity=70);*/
}
.m_menu_dynamic_item
{
	background-color: #F2F8FF;
	color: #003399;
	padding-left: 2px;
	padding-right: 2px;
}
.m_menu_dynamic_item_hover
{
	background-color: #ffe6a0;
	color: #FF3300;
}
#m_nav_bar
{
	padding: 2px 20px 2px 20px;
	font-size: smaller;
	background-image: url('sp/pageTitleBKGD_classic.gif');
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFD275;
	margin-bottom: 16px;
}
#m_nav_bar a
{
	text-decoration:none;
	color:#003399;
}
#m_nav_bar a:hover
{
	text-decoration: underline;
	color: #E60000;
}
#m_bar_haut
{
	display:none;
}


a.m_image_logo
{
	margin-right: 11px;
	margin-left: 11px;
	padding: 4px;
}
.m_image_logo img
{
	border:none;
	/* CSS3 */
	opacity: 0.50; 
	/* IE Only*/
	filter: alpha(opacity=50);
}
a.m_image_logo:hover img
{
	/* CSS3 */
	opacity:1;
	/* IE Only*/
	filter:none;
}
a.m_image_logo:hover
{
	border-width: 1px;
	border-style: solid;
	border-color: #B2B2B2 Black Black #B2B2B2;
	padding: 3px;
}

