body {
	background-color: #ffffff;
}

/* les titres */
h1 {
	color: #4575D4;
}
h4 {
	margin-left: 10px;
	font-weight: normal;
}

/* le texte */
p {
	padding: 2px;
	font-size: 15px;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
}

/* les listes */
ul {
	padding: 2px;
	font-size: 15px;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	margin-left: 30px;
}
li {
	font-size: 15px;
}

/* les liens */
a { 
	text-align: left;
	color: #007E80;
	border: 0px;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
} 

/********************/
/* LES DIVS         */
/********************/

div.addthis_button {
	float: right;	
}
/********************/
/* LE CADRE DU HAUT */
/********************/

.cadreHaut {
	
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border-bottom: 3px #FFDC40 solid;
	text-align: center;
	
}

/********************/
/* LE MENU          */
/********************/

.cadreMenu {
	
	height: 30px;
	
	margin-top: 5px;
	
	background-color: #4575D4;
	border-top: solid 2px #4575D4;
	border-left: solid 2px #4575D4;
	
	color: #000000;
	text-align: center;
}

.cadreMenu a {
	color: #C0C0C0;
	font-weight: bold;
}

.cadreMenu a:hover {
	color: #000000;
	font-weight: bold;
}

.item {
	
	float: left;
	
	height: 100%;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
}

.item.selected {
	
	background-color: #ffffff;
	
}

.item:hover {
	
	

}


/************************/
/* CONTENU DE LA PAGE   */
/************************/

.content {
	
	height: 100%;
	
	border-left: solid 2px #4575D4;
	border-right: solid 2px #4575D4;
	
	padding-top: 5px;
}


/************************/
/* LA COLONNE DE DROITE */
/************************/

#colDroite {
	
	width: 300px;
	
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	
	border: 3px black double;
	background-color: #ffffff;
	
	padding: 5px;
	color: #000000;
}

/**************************/
/* LA COLONNE DE CENTRALE */
/**************************/

#colCentrale{
	
	width: 900px;;
	
	margin-left: 5px;
	margin-bottom: 5px;
	
	border: 3px black double;
	background-image: url(images/DevtDrbl.bmp);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	
	padding: 5px;
	color: #000000;
	text-align: justify;
}

/************************/
/* LES ARTICLES         */
/************************/


.articleTitre {
	margin-top: 0px;
	padding: 2px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #4575D4;
	text-decoration: underline;
}

.articleTexte {
	padding: 2px;
	font-size: 13px;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
}

/************************/
/* LE FOOTER            */
/************************/

#footer {

	width: 100%;
	
	clear: both;

	background-color: #4575D4;
	
	padding-top: 1px;
}

.validator {
	
	text-align: right;
	
	
	
}


.divDemiColonne {
	float: left;
	width: 50%;
}
.divTiersColonne {
	float: left;
	width: 33%;
}
.divColonneCentree {
	clear: both;
	margin-left: 30%;
	width: 50%;
}

.listeCV  {
	margin-left: 20px;
	text-align: justify;
	
}
.titreCadreDroit {
	margin-top: 0px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: green;
}

.titreCV  {
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
	text-align: justify;
}


.texteCV {
	font-size: 16px;
	text-align: justify;
}

.texteImportant {
	font-size: 15px;
	text-align: justify;
	font-weight: bold;
	color: #000000;
}

.retrait {
	margin-left: 30px;
	margin-top: -15px;
}

.formation {
	margin-left: 30px;
	margin-top: -15px;
	font-style:italic;
}

.experience {
	margin-left: 30px;
	margin-top: -15px;
	color : #007E80;
}

.valid {
	clear: both;
}