/******************************************
   DIVs principaux site.
******************************************/
html {
	overflow-y: scroll;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

body img {
	border: 0px;
}

#main {
	background-color: #fff;
    	position: relative;
    	margin-left: auto;
    	margin-right: auto;
    	width: 960px;
    	text-align: left;
}

/******************************************
   Navigation principale du site.
******************************************/
#nav {
	display: none;
}

.navItem {
	font-weight: bold;
	padding: 5px 10px 3px 10px;
	font-weight: bold;
	color: #fff;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #64b2d5;
}

/******************************************
   Entête du site.
******************************************/
#header {
	display: none;
}

/******************************************
   Entête, liens droit.
******************************************/
.itemTopRight {
	padding: 0 10px 0 10px;
	font-size: 10px;
	color: #CCCCCC;
}

#rechercheField {
	padding-right: 13px;
}

#rechercheField img {
	border: 0px;
}

#icoLoupe {
	vertical-align: middle;
}

#recherche label {
	font-weight: bold;
}

#zoneAide {
	padding-left: 40px;
}

#zoneAide img {
	border: 0px;
}

/******************************************
   Pied de page.
******************************************/

#navBottom {
	display: none;
}

#contenuBottom {
	float: right;
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
}

/******************************************
   Autres classes générales dans le site.
******************************************/
a {
	color: #000;
}

a:hover {
	color: #64b2d5;
}


.clear {
	clear: both;
}

/*******************************************
 		COLONNES PAGE PRINCIPALE
********************************************/
.colonne {
	/*position: absolute;
	width: 300px;
	padding: 10px;
	height: 300px;*/
	/*background-image:url(../img/bgpub.jpg);
	background-repeat:no-repeat;
	background-position:top left;*/
	text-align: center;
	border: 1px solid #d4d4d4;
	width: 286px;
	padding-bottom: 10px;
}

#financement {
	background-image:url(../img/bgfinancement.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #d4d4d4;
	width: 286px;
	height: 266px;
	vertical-align: top;
}

.titreSection {
	font-weight: bold;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

ol {
	list-style: none;
}

li {
	line-height: 30px;
}

#apropos {
	padding: 5px;
	text-align: center;
	background-color: #dbe9ff;
	margin: 10px;
	border: 1px solid #c6d6f1;
	font-size: 11px;
}

#closeUp {
	border-top: 1px solid #000;
}

.pubtimeout {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.texteimportant {
	font-size: 16px;
	padding-left: 10px;
}

#les3bars {
	padding-left: 20px;
}

.texteRouge {
	color: red;
}

.formContact {
	font-weight: bold;
}

h2 {
	color: #3d5281;
	font-size: 14px;
	font-weight: bold;
}

.champErreur {
	background-color: #ffffa0;
}

.texteGras {
	font-weight: bold;
	color: red;
}

.erreur {
	font-weight: bold;
	color: red;
}
