/* ACCUEIL */
.conteneurAccueilHautGauche {
	float: left;
	width: 200px;

	margin-right: 20px;
}
.conteneurAccueilHautDroite {
	/*margin-left: 210px;*/
}
	.titreGauche {
		float: left;
		width: 33px;
		height: 43px;
		background-image: url(../images/titreGauche.gif);
		background-repeat: no-repeat;
	}
	.titreConteneurContenu {
		float: left;
		background-color: #17479e;
		height: 25px;
		width: auto;
		color: #ffbf17;
		font-weight: bold;
		margin-top: 11px;
	}
		.titreContenu {
			margin-top: 4px;
		}
	.titreDroite {
		float: left;
		width: 11px;
		height: 25px;
		background-image: url(../images/titreDroite.gif);
		background-repeat: no-repeat;
		margin-top: 11px;
	}
	.liNiv1 {
		list-style-image: url(../images/puce1.gif);
	}
	.liNiv2 {
		list-style-image: url(../images/puce2.gif);
	}
	.conteneurLiensSuppl {
		margin: auto;
		width: 410px;
		height: 35px;
		margin-top: 20px;
	}
		.conteneurLien {
			float: left;
			margin-right: 10px;
			height: 27px;
			width: auto;
			background-image: url(../images/puceLien.gif);
			background-repeat: no-repeat;
			background-position: left center;
		}
			.conteneurLienContenu {
				padding: 5px 0px 0px 10px;
			}
				.conteneurLienContenu a, .conteneurLienContenu a:hover, .conteneurLienContenu a:visited {
					text-decoration: underline;
					font-weight: bold;
					color: #0b2775;
				}

.conteneurAccueilBasGauche {
	float: left;
	width: 400px;
}
	.titreNewsAccueil {
		color: #5175b6;
		font-weight: bold;
	}
.conteneurAccueilBasDroite {
	/*margin-left: 410px;*/
}
	.conteneurLiensImages {
		margin: auto;
		width: 296px;
		height: 132px;
	}


/* PAGES */
.conteneurLogoGauche {
	float: left;
	margin-right: 10px;
}

/*FORMULAIRES*/
.cssForm{
	margin:2px 3px 2px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.inputText{
	font-size: 12px;
	border: solid 1px #17479e;
	padding:3px;
	color: #17479e;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bouton {
	font-size: 12px;
	color: #003C9B;
	font-weight: bold;
	margin: 15px 0px 2px 0px;
	padding:2px;
	font-weight: bold;
	background-color: #FFC331;
	border: solid 1px #FFC331;
}

.inputSelect{
	font-size: 12px;
	padding:1px;
	color: #17479e;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.cssForm label {
	color: #000;
	font-weight: normal;
	padding: 0px 4px 0px 2px;
	float: left;
	text-align: right;
	margin: 1px 3px 5px 0px; 
	width: 150px;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* TAGS */
#conteneurTags {
	border: 2px solid #7C8FC4; background-color: #F3F6FA; padding: 5px;
}
#conteneurTags .tag1, #conteneurTags .tag1:hover, #conteneurTags .tag1:visited{color:#7C8FC4; font-size:105%; font-weight:normal; margin: 0px 5px; line-height:110%;}
#conteneurTags .tag2, #conteneurTags .tag2:hover, #conteneurTags .tag2:visited {color:#6D84BE; font-size:135%; font-weight:normal; margin: 0px 5px; line-height:110%;}
#conteneurTags .tag3, #conteneurTags .tag3:hover, #conteneurTags .tag3:visited {color:#5674B5; font-size:175%; font-weight:normal; margin: 0px 5px; line-height:110%;}
#conteneurTags .tag4, #conteneurTags .tag4:hover, #conteneurTags .tag4:visited {color:#3D62AC; font-size:200%; font-weight:normal; margin: 0px 5px; line-height:110%;}
#conteneurTags .tag5, #conteneurTags .tag5:hover, #conteneurTags .tag5:visited {color:#2652A4; font-size:270%; font-weight:normal; margin: 0px 5px; line-height:110%;}
#conteneurTags .tag6, #conteneurTags .tag6:hover, #conteneurTags .tag6:visited {color:#17479E; font-size:333%; font-weight:normal; margin: 0px 5px; line-height:110%;}
