@charset "UTF-8";
body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F0F0F2;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 30px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid black;
}

.encadre      { 
border: 1px solid black; 

}
                                             

.oneColFixCtrHdr #header {
	height: 100px;
	background-image: url("../images1/tetiaire_cv.jpg");
	background-repeat:no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header h5 {
	font-size:11px;
	color: #000000;
	margin: 0; 
	padding-top: 80px; 
	padding-left: 355px;
	}



.oneColFixCtrHdr #mainContent {
	padding-top: 20px; 
	padding-left: 20px;
	
}

.oneColFixCtrHdr #mainContent h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px; 
	color: #421D0A; 
	font-style: bold;  
	text-align: left; 
 	padding-bottom: 10px; 
	margin: 0;
}

.oneColFixCtrHdr #mainContent h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px; 
	color: #421D0A; 
	font-style: normal;  
	text-align: left; 
 	padding-bottom: 10px; 
	margin: 0;
}

.oneColFixCtrHdr #mainContent h3 {
	font-size:12px; 
	color: #A14BBD; 
	font-weight: bold; 
	margin-bottom: 0.1em; 
	margin-top: 0; 
	padding-top: 10px;
}

.oneColFixCtrHdr #mainContent h4 {
	font-size:13px; 
	color: #000000; 
	font-weight: bold; 
	margin-bottom: 0.1em; 
	margin-top: 0; 
	padding-top: 10px;
}



.oneColFixCtrHdr #mainContent p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px; 
	color: #000000; 
	font-style: normal;  
	text-align: left; 
 	padding-bottom: 10px; 
	margin: 0;
}



hr.f1 { /* FILET */
  border: none;              /* On supprime la bordure (inset par dˇfaut)... */
  background-color: #A14BBD; /* ... que l'on remplace par un fond bleu uni   */
  height: 1px;               /* On dˇfinit la hauteur de 1 pixel pour que le fond soit visible ! */
  width: 100%;                /* Et on prˇcise que l'on dˇsire un filet de longueur 70%... */
             
  
  }
  
.oneColFixCtrHdr #footer {
	margin: 0;
	padding: 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url("../images1/footer_cv.jpg");
	background-repeat:no-repeat;
	height: 166px;
	clear:both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*///CONTACT///*/
#contact_haut{
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px; 
	color: #000000; 
 
  
  margin-left:0;
  padding-left:10px;
   padding-top:50px;

}
#contact{
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px; 
	color: #000000; 
  text-align:justify;
  float:left;
  margin-left:0;
  padding-left:20px;
   padding-top:70px;

}

#contact h1{
font-size:11px;
font-style: bold;
}











#format_cv {
	padding-left: 20px;
	
}

#format_cv h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px; 
	color: #421D0A; 
	font-style: bold;  
	text-align: left; 
 	padding-bottom: 10px; 
	margin: 0;
}

#format_cv h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px; 
	color: #421D0A; 
	font-style: normal;  
	text-align: left; 
	line-height: normal;
	padding: 0px;
 	padding-bottom: 10px; 
	margin: 0;
}

#format_cv h3 {
	font-size:12px; 
	color: #A14BBD; 
	font-weight: bold; 
	margin-bottom: 0.1em; 
	margin-top: 0; 
	padding-top: 10px;
}

#format_cv h4 {
	font-size:13px; 
	color: #000000; 
	font-weight: bold; 
	margin-bottom: 0.1em; 
	margin-top: 0; 
	padding-top: 10px;
}



#format_cv p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px; 
	color: #000000; 
	font-style: normal;  
	text-align: left; 
 	padding-bottom: 10px; 
	margin: 0;
}