
.cv {
	/*width: 100%;
	padding: 12px;*/
	background-color: #FFF;
	color : #000000;
	font-size : 16px;
	font-family : arial,helvetica,sans-serif;
	padding: 12px;
}
.roundcont {
	width: 100%;
	background-color: #FFF;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
/*	background: url("../images/border-top-right.png") no-repeat top right;  */
}

.roundbottom {
/*	background: url("../images/border-bottom-right.png") no-repeat top right;  */
}

img.corner {
   width: 15px;
   height: 13px;
   border: none;
   display: block !important;
}

.header{ 	
	/*color : #4444AA;*/
	color : #555;
	font-size : 32px;
	font-weight : bold;
	font-family : arial,helvetica,sans-serif 
}
.name{ 	
	/*color : #4444AA;*/
	color : #555;
	font-size : 16px;
	font-weight : bold;
	font-family : arial,helvetica,sans-serif 
}

H1{ 	
	/*color : #4444AA;*/
	color : #555;
	font-size : 22px;
	font-weight : bold;
	font-family : arial,helvetica,sans-serif 
}

H2{ 	
	color : #555;
	font-size : 16px;
	font-family : arial,helvetica,sans-serif 
}

H3{ 	
	color : #000000;
	font-size : 14px;
	font-family : arial,helvetica,sans-serif 
}

P{ 	
	text-indent : 20px
}

.resume 
{
	border-width: 4px 4px 4px 4px;
	border-style: solid;
	border-color : #555;
	padding : 4px 5px 2px 10px
}

.encadre 
{
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	padding : 4px 5px 2px 10px
}


A{
    color : #555;
    TEXT-DECORATION: none
}

A:hover {
    color : #777;
    TEXT-DECORATION: underline
}

tr {
	background-color : #FFFFFF;
}

ul {
	/*list-style-image : url(images/triangle.gif); */
	list-style-position : outside;
}	


