/*mise à plat des styles par défaut*/
a,p,div,h1,h2,h3,h4,h5,h6,ol,ul,li,span,body,img	{
	margin:0;
	padding:0;
	}
/*mise à plat des styles des listes par défaut*/
ul,ol	{
	list-style-type:none;
}
/*redéfinition des listes de liens du menu*/
body {
	background-color:#37a8db;
}
#bandeau img {
	border:none;
}
#pere {
	width:900px;
	margin:20px auto 0 auto;
}
#tete {
	width:900px;
}
#tete-hg {
	width:20px;
	height:20px;
	background-image:url(images/cv-decoupe_03.gif);
	float:left;
}
#tete-g {
	width:115px;
	height:20px;
	background-color:#fff;
	float:left;
}
#tete-m {
	width:30px;
	height:20px;
	background-image:url(images/cv-decoupe_05.gif);
	float:left;
}
#tete-d {
	width:715px;
	height:20px;
	background-color:#fff;
	float:left;
}
#tete-hd {
	width:20px;
	height:20px;
	background-image:url(images/cv-decoupe_07.gif);
	float:left;
}
#bandeau {
	width:900px;
}
#bandeau-g {
	width:90px;
	height:125px;
	background-color:#fff;
	float:left;
}
#bandeau-m {
	width:120px;
	height:125px;
	/*background-image:url(images/cv-decoupe_10.gif);*/
	float:left;
}
#bandeau-d {
	width:690px;
	height:125px;
	background-color:#fff;
	float:left;
}
#titre {
	width:350px;
	height:80px;
	/*background-image:url(images/cv-decoupe_13.gif);*/
	margin:10px 20px 0 320px;
}
#corps {
	width:900px;
	background-image:url(images/cv-decoupe_20.gif);
}
#navi {
	width:115px;
	margin:5px 15px 0 20px !important;
	margin:5px 15px 0 10px;
	float:left;
}
#centre {
	width:700px;
	margin:5px 0 0 30px;
	float:left;
}
#centre-h {
	width:700px;
	height:20px;
	background-image:url(images/cv-decoupe_18.gif);
}
#centre-text {
	width:700px;
	font-family:verdana;
	font-size:12px;
	color:#f7b234;
	background-color:#1b1b1b;
}
#cote-gauche {
	width:500px;
	float:left;
}
#cote-droit {
	width:200px;
	padding-top:100px;
	float:left;
}
#centre-b {
	width:700px;
	height:20px;
	background-image:url(images/cv-decoupe_23.gif);
}
#pied {
	width:900px;
}
#pied-bg {
	width:20px;
	height:20px;
	background-image:url(images/cv-decoupe_25.gif);
	float:left;
}
#pied-g {
	width:115px;
	height:20px;
	background-color:#fff;
	float:left;
}
#pied-m {
	width:30px;
	height:20px;
	background-image:url(images/cv-decoupe_27.gif);
	float:left;
}
#pied-d {
	width:715px;
	height:20px;
	background-color:#fff;
	float:left;
}
#pied-bd {
	width:20px;
	height:20px;
	background-image:url(images/cv-decoupe_29.gif);
	float:left;
}
/*redéfinition des listes de liens du menu*/
#navi li a{
	width:95px;
	height:20px;
	display:block;
	font-family:verdana;
	font-size:14px;
	color:#1b1b1b;
	text-align:right;
	margin:10px 20px 10px 0;
}
#navi li a:link,#navi li a:active,#navi li a:visited{
	text-decoration:none;
}
#navi li a:hover{
	text-decoration:none;
	font-weight:bold;
}
#navi ul{
	padding-top:10px;
	padding-bottom:10px;
}
/*redéfinition des liens du centre*/
#centre-text a{
	color:#37a8db;
}
#centre-text a:link,#centre-text a:active,#centre-text a:visited{
	text-decoration:underline;
}
#cnetre-text a:hover{
	text-decoration:underline;
}
/*redéfinition des liens du pied*/
#pied a{
	display:block;
	font-family:verdana;
	font-size:10px;
	text-align:center;
	color:#1b1b1b;
}
#pied a:link,#pied a:active,#pied a:visited{
	text-decoration:none;
}
#pied a:hover{
	text-decoration:underline;
}
#centre h1 {
	font-weight:lighter;
	font-size:18px;
	padding:10px 50px 0 80px;
}
#centre h2 {
	font-weight:lighter;
	font-size:18px;
	padding:10px 50px 0 80px;
}
strong {
	font-weight:lighter;
	font-style:italic;
}
/*définition des classes destinées aux textes*/
.exerg {
	color:#37a8db;
}
.parag {
	text-indent:30px;
	text-align:justify;
	padding:10px 50px 0 50px;
}
.chrono {
	/*text-indent:35px;*/
	padding:10px 50px 0 80px;
}
.liste {
	padding:10px 50px 0 80px;
}
/*définition de la classe clear utilisable aprés les float left*/
.clear {
	clear:both;
}
/*définition des classes index utilisables le menu de navigation*/
.index-on {
	background-image:url(images/cv-decoupe_21.gif);
}
.index-off {
	background-image:url(images/cv-decoupe_24.gif);
}/*définition de la classe calage des formulaires*/
.calage {
	display:inline;
	float:left;
	width:100px;
	font-weight:bold;
	margin-left:10px;
	}
.text {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFCC;
	background-color: #000066;
	border: 1px solid #990000;
}
input.text:focus {
	background: #ccc;
}