<!--
**
**   Description : stylesheet for Eric Clément resume 
**
**   Author : Eric Clément, http://ericlement.free.fr
-->

body { background-image: url('../images/whitelines.GIF') }

/* Pour les titres et sous titres généraux */
.cvtitle {
	font-family: Arial Black;
	font-size: 12pt;
	color: #082261;
	text-align: Left;
	line-height: 150%;
	margin-top: 1;
	margin-bottom: 1;
}

.cvhead {
	font-family: Arial;
	font-size: 11pt;
	color: #082261;
	text-align: Left;
	line-height: 150%;
	margin-top: 5;
	margin-bottom: 3;
}

/* Pour les listes à puces */
.cvbullet {
	font-family: Times New Roman;
	font-size: 11pt;
	text-align: Left;
	line-height: 100%;
	margin-top: 4;
	margin-bottom: 0;
	text-indent: inherit;
	margin-left: 5;
	list-style-type: disc;
	color: #082261;
}

.cvitem{
	font-family: Times New Roman;
	font-size: 11pt;
	color: #082261;
	text-align: left;
	line-height: 100%;
	margin-left: 50;
	text-indent: -50;
	margin-top: 5pt;
	margin-bottom: 3pt;
}


.cvcompany{
	font-family: Arial;
	font-size: 12pt;
	color: #082261;
	text-align: left;
	line-height: 100%;
	margin-left: 0;
	text-indent: 0;
	margin-top: 0pt;
	margin-bottom: 1pt;
	text-decoration: underline;
}

.cvlocation{
	font-family: "Times New Roman";
	font-size: 11pt;
	color: #082261;
	text-align: right;
	line-height: 100%;
	margin-left: 0;
	text-indent: 0;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-decoration: inherit;
}

/* Le style pour le texte normal */
.cvnormal{
	font-family: "Times New Roman";
	font-size: 11pt;
	color: #082261;
	text-align: left;
	line-height: 100%;
	margin-left: 0;
	text-indent: 0;
	margin-top: 6pt;
	margin-bottom: 0pt;
	text-decoration: inherit;
}

/* La définition de base pour surcharger n'importe quel style */
.cvbase{
	font-family: "Times New Roman";
	font-size: 11pt;
	color: #082261;
	text-align: inherit;
	line-height: inherit;
	margin-left: inherit;
	text-indent: inherit;
	margin-top: inherit;
	margin-bottom: inherit;
	text-decoration: inherit;
}

/* Pour les titres de chapitres de n'importe quel niveau*/
.cvheadline {
	font-family: Arial;
	font-size: inherit;
	color: #082261;
	text-align: inherit;
	line-height: 100%;
	margin-top: inherit;
	margin-bottom: inherit;
}

/******* Styles pour tables *******
Le style pour les tableau s'obtient en appliquant un style pour le cadre du tableau et un autre pour chaque cellule
*/

/* Le cadre général du tableau */
.cvtable {
  border-color: #AAD4FD #6297D1 #6297D1 #AAD4FD;
  border-width: 1;
  border-style: solid;
  padding: 2px;
  border-spacing: 2px;
  border-collapse: separate;
}

/* Le style pour une cellule */
.cvcel {
  border-color: #6297D1 #AAD4FD #AAD4FD #6297D1;
  border-width: 1;
  border-style: solid;
  padding: 2px;
  border-spacing: 2px;
  border-collapse: separate;
}
}