body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans, serif;
	font-size: 14px;	
}

body {
	text-align: center;
}



.fluxL { float: left; margin-right: 10px; }
.fluxR { float: right; margin-left: 10px; }
.flux { clear: both; }



table.cours {
 margin-left: 20px;
 border-collapse: collapse ;
 border-width: 1px ;
 border-color: black ;
 border-right-style: solid ;
 border-bottom-style: solid ;
}
table.cours td {
 padding-left: 20px;
 padding-right: 20px;
 border-width: 1px ;
 border-color: black ;
 border-top-style: solid ;
}
table.cours td.col3 {
 border-left-style: solid ;
 border-right-style: solid ;
}
table.cours td.col1 {
 border-left-style: solid ;
}
table.cours td.vide {
 border-top-style: none ;
 border-left-style: none ;
}



.spacer {
	clear: both;
	height: 0px;	
}

a {
	color: #000000;	
}

a:hover {
	color: #a4a4a4;	
}

img {
	vertical-align: middle;
	border: 0;
}

body p {
	padding: 0 15px 0 15px;
}

/* CV Header */
#header {
	/*background: url(images/back.png) repeat-x top center;*/
	color: white;
	
	background: #0C4F76;
	border-bottom: 2px solid #C47214;
}

#header a {
	color: #ffffff;
}

#header a:hover {
	text-decoration: none;
}

#header div.content {
	width: 900px;
	margin: 0 auto;	
}

#header div{
	margin: 0 10px;
	padding: 5px;
	font-size: 13px;
}

#header div.me {
	float: right;
	color: #000000;
	font-size: 15px;
	margin-top: 30px;
	text-align: left;
}

#header div.me img {
	padding-right: 10px;
	float: right;
}

#header div.me strong {
	font-weight: normal;
	font-family: palatino ,serif;
	font-size: 50px;
	color: white;
}

#header div.address {
	float: right;
	line-height: 20px;
	font-size: 13px;
	margin-top: 20px;
	text-align: right;
}

#header div.address p{
	margin: 2px 0;
	background: url() no-repeat center right;
	padding-right: 22px; 

}

#header div.address p.home{background-image: url(images/home.png);}
#header div.address p.phone{background-image: url(images/phone.png);}
#header div.address p.mail{background-image: url(images/mail.png);}

#header div.address strong {
	color: #a4a4a4;
	text-align: right;
}

#header div.picture {
	float: right;
	text-align: right;
}

#header div.picture img {
	height: 150px;
}

#header div.spacer {
	padding: 0px;
}

#header div.me ul {
	list-style-type: square; 
	margin: 0px;
}

/* CV styling */
#cv {
	width: 900px;
	margin: 10px auto;
	text-align: left;
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 10px;
}


/* CV Content */
#cv h1 {
	line-height: 32px;
	margin: 0 0 5px 5px;
	color: #0c4f76;
}

#cv h2 {
	line-height: 25px;
	margin: 0;
	margin-left: 15px;
	color: #e87c12;
}

#cv h1 img, #cv h2 img {
	margin-right: 5px;
}

#cv h2 img {
	width: 25px;	
}

#cv h5 {
	margin: 0;
	color: #a4a4a4;
	font-size: 11px;
}

#cv ul {
	list-style-type: disc;
	padding: 0;
	margin: 0 0 20px 20px;
}

#cv li {
	margin: 3px;
	margin: 3px 10px;
}

	
}

#cv p.intro {
	font-size: 16px;	
}

.img_right {
	float: right;
	margin: 5px;
}

.img_middle {
	text-align: center;
}

/* Footer styling */
#footer {
	background: #0C4F76;
	height: 25px;
	color: #a4a4a4;
	line-height: 25px;
	border-top: 1px solid #C47214;	
	width: 100%;
}

