/***********************************************************/
/*          Feuille de style CV Serge COUDÉ                */
/***********************************************************/

#pdg {
	color: #ffffff;
	background-color: #000000;
	background-image: url('../images/fond.jpg');
	background-repeat: repeat;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana,Arial,Geneva,sans-serif;
}

#progcadre {
	position: absolute;
	left: 50%;
	top: 50%;
	visibility: visible;
	width: 300px; 
	height: 50px; 
	padding: 0px; 
	margin-left: -150px;
	margin-top: -25px;
	z-index: 100;
}

#progcurseur {
	visibility: visible;
	width: 50px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0px;
	margin-left: -148px;
	margin-top: -23px;
	padding: 0px;
	z-index: 101;
}

#progtexte {
	visibility: visible;
	width: 300px; 
	height: 50px; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin: 0px; 
	padding: 0px; 
	margin-left: -150px; 
	margin-top: -25px;
	z-index: 102;
}

#serge {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 278px;
	margin-left: -200px;
	margin-top: -139px;
	z-index: 8;
	visibility: hidden;
}

img.item {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}	

img.item:hover {
	cursor: pointer;
}

#etatcivil {
	width: 100px;
	height: 100px;
	margin-left: -450px;
	margin-top: -200px;
	font-size: 0px;	
	visibility: hidden;
}

#competences {
	width: 153px;
	height: 153px;
	margin-left: -300px;
	margin-top: -100px;
	font-size: 0px;	
	visibility: hidden;	
}

#langages {
	width: 101px;
	height: 101px;
	margin-left: 150px;
	margin-top: -225px;
	font-size: 0px;
	visibility: hidden;	
}

#bases {
	width: 101px;
	height: 101px;
	font-size: 0px;
	visibility: hidden;	
}


#diplomes {
	width: 77x;
	height: 77px;
	font-size: 0px;
	visibility: hidden;	
}

#experiences {
	width: 227px;
	height: 227px;
	margin-left: -125px;
	margin-top: 75px;
	font-size: 0px;
	visibility: hidden;	
}

#environnements {
	width: 300px;
	height: 300px;
	font-size: 0px;
	visibility: hidden;	
}

#loisirs {
	width: 77px;
	height: 77px;
	margin-left: 25px;
	margin-top: 275px;
	font-size: 0px;
	visibility: hidden;	
}

#CVPDF {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: 275px;
	visibility: hidden;
}

/*********************************************
 *                infobulle                  *
 *********************************************/

div.infobulle {
	position: absolute;
	top: 50%;
	left: 50%;
	border: solid 0px #555500;
	visibility: hidden;
	z-index: 20;
}

table.infobulle {
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
}

td.infobulleHG {
	width: 13px;
	height: 13px;
	background-image: url("../images/ibhg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 0.7; 
	filter : alpha(opacity=70);
	padding: 0px;
}

td.infobulleH {
	width: 150px;
	background-image: url("../images/ib.gif");
	background-repeat: repeat;
	background-position: top left;
	opacity: 0.7; 
	filter : alpha(opacity=70);
}

td.infobulleHD {
	width: 15px;
	height: 15px;
	background-image: url("../images/ibhd.gif");
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.7; 
	filter : alpha(opacity=70);
	padding: 0px;
}


td.infobulleM {
	background-image: url("../images/ib.gif");
	background-repeat: repeat;
	background-position: top left;
	color: black;
	vertical-align: middle;
/*	line-height: 30px; */
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	width: 180px;
	opacity: 0.7; 
	filter : alpha(opacity=70);
}

td.infobulleBG {
	background-image: url("../images/ibbg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.7; 
	filter : alpha(opacity=70);
}

td.infobulleB {
	background-image: url("../images/ib.gif");
	background-repeat: repeat;
	background-position: top left;
	opacity: 0.7; 
	filter : alpha(opacity=70);
	padding: 0px;
}

td.infobulleBD {
	width: 15px;
	height: 15px;
	background-image: url("../images/ibbd.gif");
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.7; 
	filter : alpha(opacity=70);
	padding: 0px;
}

/*********************************************
 *                  popup                    *
 *********************************************/

#popup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 200px;
/*	background-color: green;*/
	background-color: transparent;
	visibility: hidden;
}

#hg {
/*	background-color: red;*/
	width: 50%;
	height: 50%;
	float: left;
	background-image: url("../images/popup_fond.gif");
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.7; 
	filter : alpha(opacity=70);
}

#hd {
/*	background-color: blue;*/
	width: 50%;
	height: 50%;
	float: right;
	background-image: url("../images/popup_fond.gif");
	background-repeat: no-repeat;
	background-position: top right;
	opacity: 0.7; 
	filter : alpha(opacity=70);
}

#bg {
/*	background-color: yellow;*/
	width: 50%;
	height: 50%;
	float: left;
	background-image: url("../images/popup_fond.gif");
	background-repeat: no-repeat;
	background-position: bottom left;	
	opacity: 0.7; 
	filter : alpha(opacity=70);
}

#bd {
/*	background-color: maroon;*/
	width: 50%;
	height: 50%;
	float: right;
	background-image: url("../images/popup_fond.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: 0.7; 
	filter : alpha(opacity=70);
}


#description {
	position: absolute;
	background-color: transparent;
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
	color: white;
	overflow-x: auto;
	overflow-y: auto;
}

/*********************************************
 *                Etat Civil                 *
 *********************************************/

html.etatcivil {
	color: #ffffff;
	background-color: transparent;
	font-family: Verdana,Arial,Geneva,sans-serif;
}

body.etatcivil {
	margin: 30px;
}

p.prenomnom {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #ccccff;
}

p.age {
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	color: #9999ff;
}	

p.situation {
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	color: #9999ff;	
}	

p.adresse {
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	color: #9999ff;	
}	

p.cpville {
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	color: #9999ff;	
}	

p.telephone {
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	color: #9999ff;	
}	

p.email {
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	color: #9999ff;	
}	

/*********************************************
 *                Compétences                *
 *********************************************/

html.competences {
	color: #ffffff;
	background-color: transparent;
	font-family: Verdana,Arial,Geneva,sans-serif;
}

body.competences {
	margin: 30px;
	text-align: left;
}

p.titre_competences {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #99ff99;		
}	


li.competences {
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	color: #33dd33;
	padding-top: 0.5em;
}	

li.souscompetence {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	color: #99ff99;	
}	

/*********************************************
 *                  Langages                 *
 *********************************************/

html.langages {
	color: #ffffff;
	background-color: transparent;
	font-family: Verdana,Arial,Geneva,sans-serif;
}

body.langages {
	margin: 30px;
	text-align: left;
}

p.titre_langages {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #fac2ff;		
}	


li.langage {
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	color: #dd99dd;
}	

li.langage_confirme {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #dd99dd;
}	


span.niveau {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

/*********************************************
 *                  Diplomes                 *
 *********************************************/

html.diplomes {
	color: #ffffff;
	background-color: transparent;
	font-family: Verdana,Arial,Geneva,sans-serif;
}

body.diplomes {
	margin: 30px;
	text-align: left;
}

p.titre_diplomes {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #ffc57c;		
}	


li.diplome {
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	color: #ff8e00;
	padding-top: 1em;
}	

span.annee {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

/*********************************************
 *               environnements              *
 *********************************************/

html.environnements {
	color: #ffffff;
	background-color: transparent;
	font-family: Verdana,Arial,Geneva,sans-serif;
}

body.environnements {
	margin: 30px;
	text-align: left;
}

p.titre_environnements {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #ff8331;		
}	


li.environnement {
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	color: #ff4545;
}

li.environnement_confirme {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #ff4545;
}	

span.niveau_environnement {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

/*********************************************
 *                  bases                    *
 *********************************************/

html.bases {
	color: #ffffff;
	background-color: transparent;
	font-family: Verdana,Arial,Geneva,sans-serif;
}

body.bases {
	margin: 30px;
	text-align: left;
}

p.titre_bases {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #00ffc3;		
}	


li.base {
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	color: #1ebe98;
}

li.base_confirme {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #1ebe98;
}	

span.niveau_base {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

/*********************************************
 *                  Loisirs                  *
 *********************************************/

html.loisirs {
	color: #ffffff;
	background-color: transparent;
	font-family: Verdana,Arial,Geneva,sans-serif;
}

body.loisirs {
	margin: 30px;
	text-align: left;
}

p.titre_loisirs {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #ffc731;		
}	

li.loisir {
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	color: #cf9700;
}	

/*********************************************
 *                Expériences                *
 *********************************************/

html.experiences {
	color: #ffffff;
	background-color: transparent;
	font-family: Verdana,Arial,Geneva,sans-serif;
}

body.experiences {
	margin: 30px;
	text-align: left;
}

p.titre_experiences {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #dddddd;
}	


li.experiences {
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	color: #cccccc;
}	

span.duree_experience {
	font-size: 13px;
	font-style: italic;
}

li.projet {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	color: #aaaaaa;	
}	

p.competences {
	background-color: #999999;
	text-align: center;
	font-weight: bold;
	color: #000000;
}