body, td {
	color: #2F455D;
	font-family: Verdana;
	font-size: 11px;
}
a {
	color: #2F455D;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
}
a:hover {
	color: #9FBD00;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
}
.titre0, .stitre0, .couleur0, .pcouleur0, .gcouleur0, .couleur0 a, .couleur0 a:hover, a.couleur0, a.couleur0:hover {
	color: #FFFFFF;
}
/* vert */
.titre1, .stitre1, .couleur1, .pcouleur1, .gcouleur1, .couleur1 a, .couleur1 a:hover, a.couleur1, a.couleur1:hover, .stitre1 a, .stitre1 a:hover {
	color: #9FBE00;
}
/* bleu */
.titre2, .stitre2, .couleur2, .pcouleur2, .gcouleur2, .couleur2 a, .couleur2 a:hover, a.couleur2, a.couleur2:hover, .stitre2 a, .stitre2 a:hover {
	color: #59D8FB;
}

.titre0, .titre1, .titre2 {
	font-size: 15px;
	font-weight: bold;
}

.stitre0, .stitre1, .stitre2 {
	font-size: 13px;
	font-weight: bold;
}

.small, .small a, .small a:hover, a.small, a.small:hover, .pcouleur0, .pcouleur1, .pcouleur0 a, .pcouleur1 a, a.pcouleur1, .pcouleur2, .pcouleur2 a, a.pcouleur2 {
	font-size: 10px;
}

.gros, .gcouleur0, .gcouleur1, .gcouleur2 {
	font-size: 13px;
}

img.marge1 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.marge2 {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

hr {
	color: #354262;
	height: 1px;
	border: 0px solid #354262;
	border-bottom-width: 1px;
}


/* affiche d'elements sur 2 colonnes */
div.colonnea, div.colonneb, div.colonnec {
	float: left;
}
div.colonnea {
	border: 0px dotted #404066;
	border-right-width: 1px;
	padding-right: 3%;
	width: 55%;
}
div.colonneb {
	padding-left: 3%;
	width: 35%;
}

div.colonnea ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 260px;
}
div.colonnea li {
	list-style-type: none;
	border: 0px dotted #404066;
	border-bottom-width: 1px;
	background-image: url(img/fleche.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
	font-weight: bold;
}

/* boutons avec fond bleu marine */
.bouton {
	background-image: url(img/fond-bouton.jpg);
	background-repeat: no-repeat;
	width: 113px;
	height: 19px;
	color: #ffffff;
	font-weight: bold;
	border: 0;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}
div.bouton a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
div.bouton a:hover {
	color: #56D7FF;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

/* zone blanche offre d'emploi */
div.colonneform {
	width: 283px;
	padding-right: 20px;
	float: left;
	border: 0px dotted #404066;
	border-right-width: 1px;
}
div.colonneoffre {
	padding-left: 20px;
	float: left;
}
div.colonneblanc {
	width: 234px; /* 256 - 20 - 2 = 236 */
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	border: 0px solid #404066;
	border-left-width: 1px;
	border-right-width: 1px;
}

/* icones imprimer */
a.imprimer {
	background-image: url(img/icone-imprimer.gif);
}
/* icone envoyer ami */
a.envoyer {
	background-image: url(img/icone-envoyer.gif);
}

a.imprimer, a.envoyer {
	background-repeat: no-repeat;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}
