body {
	font-family: Verdana;
	font-size: 11px;
	/*color: white;*/
	color: #fff;
	background-color: #395773;
	/* [disabled]background-image: url(graphique/template/topbg.jpg); */
	/* [disabled]background-repeat: repeat-x; */
}

/* ~~ ce conteneur à largeur fixe entoure tous les autres éléments ~~ */
.container {
	width: 980px; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


p
{
	line-height: 1.6em;
	padding: 0px 15px 0px 8px;
}
h1
{
	font-size: 2em;
	padding: 4px 0px 3px 3px;
	color: #fff;
}

h2
{
	font-size: 1.5em;
	padding-left: 15px;
	color: #fff;
	padding-top: 5px;
}
h3 {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
}
h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
}
ul {
	margin-bottom: -10px;
}
li {
	line-height: 2em;
	list-style-image: url(graphique/puce.gif);
}
#colg   {
	width: 200px;
	float: left;
	/* [disabled]margin-bottom: 25px; */
	/* [disabled]margin-top: 20px; */
}
#colg #menu {
	margin-top: 50px;
	margin-bottom: 50px;
}

#coldeditable {
	background-color: #395773;
	/* [disabled]float: left; */
	width: 750px;
	margin-left: 220px;
}
#colgcontenu {
	background-color: #395773;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#coldtitre {
	background-color: #395773;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	text-align: center;
	/* [disabled]margin-top: 10px; */
}


.image_droite {
	/* [disabled]position: static; */
	float: right;
	right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	padding: 3px;
	text-align: center;
	/* [disabled]font-weight: bold; */
	font-size: 0.9em;
	margin-top: 10px;
} 
.image_centre {
	/* [disabled]position: static; */
	right: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #fff;
	padding: 3px;
	text-align: center;
	font-size: 0.9em;
	/* [disabled]font-weight: bold; */
	margin-left: auto;
}

.image_gauche {
	/* [disabled]position: static; */
	float: left;
	right: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #fff;
	padding: 3px;
	text-align: center;
	font-size: 0.9em;
	/* [disabled]font-weight: bold; */
} 

#footmenu {
	font-size: .9em;
	color: #fff;
	background-color: #395773;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ec7942;
	clear: both;
}
#footmenu p a {
	text-decoration: none;
	color: #FFF;
}
#footmenu p a:hover {
	text-decoration: underline;
	color: #ec7942;
}
blockquote {
	margin-bottom: -10px;
	margin-left: 20px;
	margin-top: 5px;
}
.contactalarm {
	font-weight: bold;
	color: #F00;
	text-decoration: blink;
}




/*.ulg {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}*/
.inputobligatoire {
	background-color: #FFC;
	border: 1px solid #395773;
}

a img { /* ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image lorsque celle-ci est entourée d'un lien. */
	border: none;
}

/* ~~ La définition du style des liens de votre site doit respecter cet ordre, y compris le groupe de sélecteurs qui créent l'effet de survol. ~~ */
a:link {
	color: #fff;
	text-decoration: underline; /* à moins que vous ne définissiez un style particulièrement exclusif pour vos liens, mieux vaut prévoir un soulignement, qui garantit une identification visuelle rapide. */
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* ce groupe de sélecteurs offrira à un navigateur au clavier la même expérience de survol que celle d'une personne employant la souris. */
	text-decoration: none;
	color: #ec7942;
}

#divclear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
.formulaire {
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#form {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
sup {
	font-size: .9em;
}

#coldcontenu #table_spec {
	border:2px solid #fff;
	border-collapse:collapse;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#coldcontenu #table_spec th, td {
	border:1px solid #fff;
	border-collapse:collapse;
	padding:2px;
}
#coldcontenu #table_spec th {
	text-align:center;
	color: #FFF;
	background-color: #336799;
	font-weight: bold;
	border: 2px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

