/**
 * Général
 */
body {
	margin: 0;
	padding: 0;
	background: #8C979C url('/images/fond.jpg') repeat-x;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0A246A;
}

form {
	margin:0;
}

img {
	border:0px;
}

p {
	margin-top:5px;
	margin-bottom:5px;
}

input, select, textarea {
	margin-top:2px;
	margin-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#526166;
	background-color:#CFDDE0;
	border:1px solid #526166;
}

h1 {
	margin-top:0;
	font-size:18px;
	font-weight: bold;
}

h2 {
	margin-top:0;
	font-size:13px;
	font-weight: bold;
}

h3 {
	margin-top:0;
	font-size:12px;
}

tr {
	height: 15px;
}

fieldset {
	padding:5px;
	width: 90%;
}

legend {
	font-weight: bold;
	font-size: 14px;
}

hr {
	border-top:2px dotted #89949c;
	border-bottom:0;
	text-align:center;
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
}

ul li {
	margin: 2px 0px 0px -22px;
}

/**
 * Blocs de positionnement
 */

#conteneur {
	width: 930px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
	background: #648CB7 url('/images/menu/fond.gif') repeat-x;
	height: 150px;
    margin-bottom: 15px;
}

#footer {
	clear: both;
	height: 70px;
	background: #ffffff url('/images/menu/fond_bas.gif') repeat-x;
	margin: 20px 0 0 0;
	letter-spacing: 1px;
	text-align: center;
	color: #FFFFFF;
}

#main {
	margin: 10px;
}


/**
 * Blocs divers
 */


#lien {
	cursor:pointer;
}

#menuGauche {
	float:left;
	width: 160px;
	text-align:right;
}

#menuDroite {
	/*float:right;
	width: 860px;
	text-align:center;*/
	padding-top: 9px;
	color: #ffffff;
	font-size:10px;
}

/**
 * Liens
 */


a, a:link {
	color: #0A246A;
	text-decoration: none;
}

a:hover {
	color: #0A246A;
	text-decoration: underline;
}

#footer a, #menuDroite a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #menuDroite a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.alterner a {
	color: #0A246A;
	text-decoration: none;
}

.alterner a:hover {
	color: #0A246A;
	text-decoration: underline;
}

/**
 * Class
 */

.selection {
	border-left: 1px solid #0A246A;
	border-top: 1px solid #0A246A;
	border-right: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	padding: 1px;
}

.noselection {
	padding: 1px;
}

.imgBounce {
	padding:0;
	vertical-align:middle;
	width:32px; height:32px;
	position:relative;
	top:0;
}

.rouge {
	font-weight: bold;
	color: #B31116;
	font-size: 11px;
}

.gras {
	font-weight: bold;
}

.alterner {
	background: #E1EAF6;
}

.fondBlanc {
	background-color: #ffffff;
}

.photo {
	border: 1px double #0A246A;
	padding: 1px;
}

.recherche {
	background: #ffffff url('/images/icones/search.png') no-repeat;
	padding-left: 20px;
}

.cacher {
	display:none;
}

.afficher {
	display:inline;
}

.imgmiddle {
	vertical-align:middle;
}

.noborder {
	border:0;
	background-color:#ffffff;
}

.nobordermiddle {
	border:0;
	background-color:#ffffff;
	vertical-align:middle;
}

.note {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#gauche {
	float:left;
	width: 150px;
	text-align:center;
	min-height:500px;
}

#gauche_large {
	float:left;
	width: 980px;
	margin: 0 5px 0 5px;
	min-height:500px;
}

#centre {
	margin: 0 150px 0 150px;
}

#centre_droite {
	margin: 0 10px 0 150px;
	text-align:left;
	min-height:500px;
}

/**
* MenuMatos
*/

#MenuMatos {
	width: 700px;
	text-align:left;
	padding:10px;
	margin:0;
	text-decoration: none;
	font-size:14px;
	font-family: "Courier New", Courier, monospace;
}

#MenuMatos a {
	text-decoration:none;
}

#MenuMatos a.MenuActif {
	color: #FFFFFF;
}

#MenuMatos a.MenuActif:hover {
	color: #FFFFFF;
	background-color:rgb(154,180,202);
	color: #666666;
}

#MenuMatos a.MenuInactif {
	color: #666666;
}

#MenuMatos a.MenuInactif:hover {
	color: #FFFFFF;
	background-color:rgb(154,180,202);
}

.MenuActif {
	color: #ffffff;
	background-color:rgb(101,138,170);
	padding:8px;
	border:#a09f9f 1px solid;
}

.MenuInactif {
	color:#666666;
	background-color:rgb(195,207,229);
	padding:8px;
	border:#a09f9f 1px solid;
}

.MenuInactif a:hover {
	background-color:#000000;
}
