* {
    font-family: sans-serif, Arial, Helvetica, monospace;
    font-size:10pt;
}

img {
	border: none;
}
body {
	background: #F5F5F5;
	margin: 2% 0% 2% 0%
}

p {
	text-align: justify;
}

a {
        color: #82A1CD;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/** Link */

a.titre_link {
	font-weight: bold;
	color: #000;
	font-style: normal;
}

a.date {
	font-weight: bold;
	font-style: normal;
	color: #000;
}

a.date:hover {
	text-decoration: none;
}

a.titre {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

a.titre:hover {
	text-decoration:underline;
	font-style: normal;
}

a.download {
	color: #82A1CD;
	text-decoration: none;
}

a.download:hover {
	text-decoration: underline;
}

#main {
	background: #E0E8F2;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px #000 solid;
}

/** Menu */
#menu {
    margin: 10px 0px 0px 0px;
    padding: 0;
}


#menu li {
	display: inline;
	list-style-type: none;
}

#menu li a {
	padding-right: 5px;
	padding-left: 5px;
	padding : 2px 25px 3px 25px;
	background: #fff;
	border-color: #82A1CD;
	border-width: 1px;
	border-style: solid solid none solid;
	color: #000;
	text-decoration: none;
	font-style: normal;
}

#menu li a:hover {
	background: #82A1CD;
	color: #fff;
	font-style: normal;
}

#menu ul {
	margin: 0px 0px 2px 0px;
}

/** Content */
#content {
	 margin: 0% 1% 0% 1%;
 	 padding: 25px 0px 1px 0px;
    background: #fff;
    width:98%;
    border-width: 1px;
    border-style: solid;
    border-color: #82A1CD;
}

	/** Box */
	div.box {
	   margin: 0px 25px 25px 25px;
		border: 1px #82A1CD solid;
	}
	
	div.header {
		background: #82A1CD;
		margin: 0;
		color: #fff;
		font-weight: bold;
		font-family: sans-serif;
		text-align: center;
		padding: 0px 0px 0px 15px;
	}
	
	div.body {
		background: #fff;
		padding: 5px 25px 10px 25px;
	}

/** Footer */
table.validation {
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	text-align:center;
	width:20%;
}

/** Copyright */
p.copyright {
    text-align:center;
    color:#000;
    font-size:10px;
    clear:both;
    margin-top:0px;
}    

a.copyright {
    color:#000;
    text-decoration: underline;
    font-size:10px
}

a.copyright:hover {
    color:#000;
    text-decoration: none;
    font-size:10px;
}

/** Fin Copyright*/

/* Style pour le CV */

#cv div {
   margin-left:20px;
   margin-right:20px;
   margin-top:20px;
   margin-bottom:20px;
}



#cv table {
   width:90%;
   font-size:10pt;
   margin-left:5%;
}

#cv td.sousSection{
   padding-top:0px;
   font-weight:bold;
   font-size:10pt;
   width:25%;
   vertical-align:top;
}

#cv p.sousTitre {
	font-weight:bold;
	margin-bottom:5px;
}	

#cv p.description {
	font-style: italic;
}

#cv p {
   font-size:10pt;
   margin-top:0px;
   text-align:justify;
}

#cv p.cvTitre {
   font-size:20pt;
   font-weight:bold;
   text-align: center;
}

#cvImage {
    float: right;
}

#cv hr {
   color:#000000;
   background-color:#000000;
   height:3px;
   border:0px;
   width: 90%;
   margin-left:5%;	
}

#cv p.titre {
	margin-left:5%;
	padding-left: 20px;
   font-weight:bold;
   font-size:13pt;
   text-transform: uppercase;
   margin-bottom:0px;
   margin-top:15px;
}
/* Fin style pour le CV */
