/* CSS Document */

body {
	background-color: #cccccc;
/*	background-image: url(../../img/break.png);
	background-repeat: repeat;*/
	background-color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	text-align: center;
}
a {
	color: gray;
	text-decoration: underline;
}
a:hover {
	color: #00BBDD;
	text-decoration: none;
}
img {
	border: 0px;
	vertical-align: middle;
}
#haut {
	background: #ffffff;
	width: 775px;
	height: 51px;
	margin: 0px auto 0px auto;
	color: gray;
}
#corps {
	background: #ffffff;
	width: 775px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: gray;
}
#footer {
	background: #EEEEEE;
	width: 775px;
	height: 51px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font: normal bold 11px Arial, Helvetica, sans-serif;
	color: gray;
}
#menu {
	width: 775px;
	height: 16px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: gray;
	background-color: #EEEEEE;
	text-align: right;
}
#menu #message {
	margin-left: 10px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	color: white;
}
#menu a {
	color: gray;
	text-decoration: none;
	background-color: #EEEEEE;
}
#menu a:hover {
	color: #00BBDD;
}
#conteneur {
	width: 680px;
	margin: 7px auto 40px auto;
	padding-left: 10px;
	text-align: left;
}
#header {
	font-size: 12px;
	margin-left: 26px;
	margin-bottom: 20px;
}
#header a {
	color: #00BBDD;
	text-decoration: none;
	background-color: white;
}
#header a:hover {
	color: gray;
	text-decoration: underline;
	background-color: white;
}
#header #nom {
	font-weight: bold;
	font-size: 15px;
	color: #00BBDD;
	background-color: white;
}
#header #adresse {
	margin-top: 3px;
}
#header #email {
	margin-bottom: 10px;
}
#photo {
	float: right;
	margin-right: 30px;
	margin-top: 2px;
	font-size: 12px;
	background-image: url('photo.jpg');
}
#photo img {
	border: 1px solid #cccccc;
}
#encadre{
	border: 1px solid #b8b8b8;
	width: 630px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	clear: both;
	font-size: 11px;
	text-align: center;
}
#encadre div {
	font-size: 16px;
	font-weight: bold;
}
.titre {
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
	color: #00BBDD;
	font-size: 15px;
	font-weight: bold;
	background-color: white;
	border-bottom: 1px #BBBBBB solid;
}
.titre img {
	margin-right: 5px;
}
.titre a {
	color: #666666;
	text-decoration: none;
	background-color: white;
}
.titre a:hover {
	color: #00BBDD;
	text-decoration: none;
	background-color: white;
}
.contenu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: auto;
	background-color: white;
}
.champ {
	display: none;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
table {
	border: 0px;
	width: 100%;
	margin-top: 3px;
}
th {
	vertical-align: top;
	width: 130px;
	padding-top: 7px;
	padding-left: 5px;
}
td {
	vertical-align: top;
	padding-top: 6px;
	padding-right: 10px;
	line-height: 18px;
	text-align: justify;
}
td ul {
	margin-left: 18px;
	padding-left: 0px;
}
td .droite {
	position: absolute;
	margin-left: 200px;
	font-style: italic;
}
td .gauche {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
.table_css {
	width: 100%;
	border: 0px;
	overflow: hidden;
}
.tr_css {
	width: 100%;
	overflow: hidden;
	display: table;
}
.td_css {
	width: 32%;
}
#erreur {
	margin-top: 40px;
}
#lblFormation, #lblCompetences, #lblExperiences, #lblDivers {
	display: none;
}
#hidden{
visibility: hidden;
height: 180px;
}
