h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 13px;
	color: white;
	background-color: orange;
}

table {
	font-size: 12px;
	border-collapse: collapse;
}

table#HEAD-LOGO {
	margin-bottom: 0;
}

p#stagepool {
	margin: 0;
	color: orange;
	font-size: 60px;
	font-weight: bold;
}

td#contenu {
	padding-right: 0;
}

td#contenu table.stagiaire {
	width: 100%;
}

td#contenu table.fiche {
	width: 100%;
}

td#contenu table.experience {
	width: 100%;
}

td#contenu table.stages {
	width: 60%;
	float: right;
}

table#ORIENTATION {
	background-color: #fff;
}

table.experience {
	background: #ff0063;
	margin: 0;
	margin-bottom: 16px;
	padding: 5px;
	color: white;
}

table.experience td {
	padding-left: 3px;
	padding-right: 3px;
}

table.experience td a {
	color: orange;
}

table.experience td.bbr {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table.experience td.bb {
	border-bottom: 1px solid #fff;
}

table.stages {
	background: #ff0063;
	font-size: 10px;
	text-align: center;
	color: white;
	margin: 0;
}

table.stages td {
	width: 10%;	
	border: solid white 1px;
}

table.stages th {
	background-color: white;
	font-weight: normal;
	font-style: normal;
	border-right: solid #ff0063 1px;
	border-bottom: solid #ff0063 1px;
	white-space: nowrap;
	color: black;
}

table.recherche {
	font-size: 12px;
	border-collapse: collapse;
	color: white;
	margin: 0;
	margin-bottom: 15px;
	background: #ff0063;
}

table.recherche tbody {
	border: solid white;
	border-width: 2px 0;
}

table.recherche th {
	padding: 1px 4px;
	font-weight: normal;
}

p.tbltxt {
	margin: 3px;
}

td.label {
	width: 100px;
	text-align: right;
	padding: 2px 2px 2px 5px;
}

ul.stage {
	padding-left: 0;
	margin: 0 5px 0 0;
}

table.stagiaire {
	background-color: orange;
	margin-bottom: 5px;
}

td.nom {
	width: 40%;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
	background-color: orange;
}

td.domaine {
	background-color: orange;
}

td.fiche {
	text-align: right;
	padding-right: 2px;
	width: 150px;
}

td#contenu p {
	margin-top: 0;
}

td#langues {
	background: #06c;
	color: white;
}

td#langues a:link {
	color: white;
}

div#BASE {
	background: #06c;
	color: white;
}

div#BASE a:link {
	color: white;
}

div.fond {
	background-color: mediumseagreen;
	margin-bottom: 10px;
}