/*
Fichier de style a peu pres compris par IE
Parfaitement valide selon le W3c...
*/

#cadregauche { 
  position : relative ;
  float :  left;
  top : 0;
 }

#cadredroite { 
 position : relative ;
 float : right;
 right : 6px;
 top: 0;
} 

#textecv {
        clear : both;

}

#textecv h1{ 
text-align : center;
border-top : double;
/*border-bottom : double;*/
margin-top : 1em;
margin-bottom : 1em;
 }

#textecv h2{ 
  text-align : left;
  border-bottom : thin dashed;
  background : #ccc;
}

.tableau2cols{ 
   border-spacing: 18px;
}


body .tableau2cols tr td:first-child {
  font-style : italic ;
  font-weight : bold ;
}




/*
Le formatage de tableau ci dessous est tres largement inspire de 
celui presente sur le site http://www.moronicbajebus.com/playground/cssplay/
Merci a son auteur...

Malheureusement, IE ne gère pas du tout correctement ce formatage de tableau
d'ou la definition de classe de div et l'abandon du recours a un tableau :///
*/

body table#tabexppro,
body table#tabexppro tbody{
	display: block;
	width: 100%;
}

.entree_exp_pro,
body table#tabexppro tbody tr{
	display: block;
	
        width : 97%;


	padding: 5px 5px 5px 5px;
	margin: 2px 2px 5px 2px;
	

	
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #2B5074;
	
	color: #0D161F;
	background-color: #F1F5FA;
	
	font-family: Arial, Helvetica, sans-serif;
}

body table#tabexppro tr > *{
	display: block;
	padding: 0;
	margin: 0;
}


/* premiere colonne */
.int_exp_pro{

	height: 1em;
	padding: 0 .5em 0 .5em;
	margin-bottom: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	letter-spacing: .1em;
	
	border-width: 1px 2px 2px 1px;
	border-color: #2B5074;
	border-style: solid;
	
	color: #0D161F;
	background-color: #D4E1EE;

}

/* deuxieme col */
.date_exp_pro{ 
	border-color: #2B5074;  
	border-style: solid;  
	border-width: 1px; 
        font-style : italic;
/*        font-weight : bold;*/
        font-size : 90%;
        width : 12%;
	float: right;
	margin: 0 10px 10px 0;
}


/* 3e */
.fonc_exp_pro{
        font-size: 110%;
	font-weight: bold;
        text-decoration : underline;
}


/* 4e*/
.desc_exp_pro h3{
	font-weight : bold;
        font-size : 90%;
  padding-bottom : 0;
  margin-bottom : 0;
}
