/* CSS Document */
/*--------------BALISES----------------*/
input{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
textarea{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
h1{
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #B30000;
}
h2{
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #B30000;
}

/*-------------------CONTENU---------------------*/
#aujourdhui{
  /*opacity: 0.5;
  filter:alpha(opacity=70);*/
  color: #FFFFFF;
  /*font-weight: bold;*/
  margin-top: 15px; 
  margin-left: 50px;
  border: 0;
  background-color:transparent;
}
#maintenant{
  /*filter:alpha(opacity=70);
  -moz-opacity:0.2;
  opacity: 0.5;*/
  /*font-weight: bold;*/
  color: #FFFFFF;
  margin-top: 5px;; 
  margin-left: 50px;
  border: 0;
  background-color:transparent;
}
#etatcivil{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
  color: #4D4D4D;
}
#etatcivil td{
  height: 30px;
}
#contact{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
  color: #4D4D4D;
}
#contact td{
  height: 30px;
}
#pdf{
  position: absolute;
  top: 260px;
  left: 200px;
  width: 57px;
  height: 57px;
}
#prev_cv{
  display: none;
  position: absolute;
  border: 4px solid #FF0000;
}
/* AFFICHAGE NOM RUBRIQUE*/
#home{    
  position: absolute;
  right: 0;
  width: 103px;
  height: 23px;
  margin: 15px 15px 0 0;
  background-image: url(../img_site/gifCommun/home.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#formation{    
  position: absolute;
  right: 0;
  width: 175px;
  height: 28px;
  margin: 10px 15px 0 0;
  background-image: url(../img_site/gifCommun/formation.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#experience{    
  position: absolute;
  right: 0;
  width: 183px;
  height: 36px;
  margin: 10px 15px 0 0;
  background-image: url(../img_site/gifCommun/experience.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#divers{    
  position: absolute;
  right: 0;
  width: 107px;
  height: 28px;
  margin: 10px 15px 0 0;
  background-image: url(../img_site/gifCommun/divers.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#liens{    
  position: absolute;
  right: 0;
  width: 83px;
  height: 28px;
  margin: 10px 15px 0 0;
  background-image: url(../img_site/gifCommun/liens.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#titre_contact{    
  position: absolute;
  right: 0;
  width: 143px;
  height: 24px;
  margin: 15px 15px 0 0;
  background-image: url(../img_site/gifCommun/contact.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#titre_etatcivil{    
  position: absolute;
  right: 0;
  width: 142px;
  height: 28px;
  margin: 10px 15px 0 0;
  background-image: url(../img_site/gifCommun/etatcivil.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#realisations{    
  position: absolute;
  right: 0;
  width: 196px;
  height: 28px;
  margin: 10px 15px 0 0;
  background-image: url(../img_site/gifCommun/realisations.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#fin{
  clear: both;
}

/* +++++++++++++ Classes +++++++++++++ */
.t12_noir_b{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
  color: #000000;
}
.t12_red{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
  color: #B30000;
}
.t12_noir_i{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
  color: #000000;
}
.pSep{
  padding-bottom: 15px;
  border-bottom: 1px solid #B30000;
}
