/*Insup Formation - Site Didact*/

/*mise en forme des balises html*/
html, body, h1, h2, p {
	margin: 0;
	padding: 0;
}
h1, h2, p {
	font-family: Helvetica,Verdana, Arial, sans-serif;
}

h1 {
	padding: 5px 10px;
	font-size: 20px;
	color: #A12830;
}

h2 {
	font-size: 14px;
	text-align: center;
}

h3 {
	font-size: 14px;
	color: #a12830;
	text-indent: 50px;
	font-weight: bold;
}

p {
	font-size: 12px;
	color: #416271;
	padding: 10px;
}

.lien {
	text-decoration: none;
	color: #a12830;
	font-weight: bold;
	border: none;
}

.evidence {
	color: #2C2E41;
	font-weight: bold;
	font-size: 14px;
}

/*conteneur général de la page*/
#conteneur {
	margin: auto;
	padding: auto;
	width: 959px;
	height: auto;
}
/*bandeau*/
#bandeau {
	margin-top: 10px;
	width: 959px;
	height: 55px;
	background: url(images/maquette-3_03.jpg) no-repeat;
}
/*cadre du haut, enferme navigation + cadre de droite*/
#cadrehaut {
	width: 959px;
	height: auto;
	background: url(images/fond-principal.jpg);
	background-repeat: repeat-y;
}
/*bloc de gauche de navigation*/
.navigation {
	width: 215px;
	min-height: 276px;
	padding: 20px 0 0 0px;
	float: left;
}
/*mise ne forme du menu avec animation*/
ul#menu {
	list-style: none;
}

#menu li a {
	background: url(images/nav.png) no-repeat;
	width: 100%;
	height: 100%;
	color: #000000;
	line-height: 35px;
	text-decoration: none;
	display: block;
	text-indent: 30px;
}

#menu li.maformation {
	width: 208px;
	height: 50px;
}

#menu li.maformation a {
	background-position: -400px -1px;
	margin-left: -30px;
	font-weight: bold;
}

#menu li.maformation a:hover {
	background-position: -220px -1px;
	margin-left: -30px;
	color: #FFFFFF;
	font-weight: normal;
}

#menu li.maformation a.selected {
	background-position: -1px -1px;
	margin-left: -30px;
	color: #FFFFFF;
}

#menu li.formations {
	width: 208px;
	height: 50px;
}

#menu li.formations a {
	background-position: -400px -1px;
	margin-left: -30px;
	font-weight: bold;
}

#menu li.formations a:hover {
	background-position: -220px -1px;
	margin-left: -30px;
	color: #FFFFFF;
	font-weight: normal;
}

#menu li.formations a.selected {
	background-position: -1px -1px;
	margin-left: -30px;
	color: #FFFFFF;
}

#menu li.inscription {
	width: 208px;
	height: 50px;
}

#menu li.inscription a {
	background-position: -400px -1px;
	margin-left: -30px;
	font-weight: bold;
}

#menu li.inscription a:hover {
	background-position: -220px -1px;
	margin-left: -30px;
	color: #FFFFFF;
	font-weight: normal;
}

#menu li.inscription a.selected {
	background-position: -1px -1px;
	margin-left: -30px;
	color: #FFFFFF;
}
/*sur page d'accueil, img de fond avec form de connexion*/
.connexion {
	float: left;
	width: 708px;
	height: 276px;
	padding: 20px 0 0 0;
	background: url(images/maquette-3_08.jpg) no-repeat center;
}
/*cadre central pages contenu de formation et inscription*/
.principal {
	float: left;
	width: 708px;
	height: auto;
	padding: 20px 0 0 0;
}

/*bas du bloc central avec spirales*/
.fincoinG {
	float: left;
	width: 39px;
	height: 100px;
	background: url(images/maquette-3_12.jpg) no-repeat;
}

.finbas {
	float: left;
	width: 881px;
	height: 100px;
	background: url(images/maquette-3_14.jpg);
	background-repeat:repeat-x;
}

.fincoinD {
	float: left;
	width: 39px;
	height: 100px;
	background: url(images/maquette-3_17.jpg) no-repeat;
}
/*cadre du bas*/
#cadrebas {
	width: 959px;
	height: auto;
	background-color: #e8e9e9;
}

.detail {
	float: left;
	width: 225px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	border:dashed 1px;
}

/*fin du cadre du bas*/
#fincadrebas {
	width: 959px;
	height: 30px;
	background:url(images/maquette-3_21.jpg) no-repeat;
}
/*annule le flottement des éléments*/
.normal {
	clear: both;
}