/* ================== styles génériques ================================= */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding-top: 10px;
	background-color: black;
	background-image: url("../img/fond.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

ul  { margin-left: 25px;}
ul.none  { list-style: none; margin-left: 0px;}
li { margin-top: 5px }
table {width: 100%;}
td { vertical-align: top; }
a { text-decoration: none; color :#990000;}
a:hover { text-decoration: underline; }
p { text-align: justify; }
img {border: none;}
h3 {font-size: 14px;}

.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}

.fleft {float: left;}
.fright {float: right;}

.rouge { color: #990000; }
.noir { color: #000; }
.gris { color: #808080; }
.blanc { color: #fff; }

.gras { font-weight: bold; }
.italic { font-style: italic; }

.img_png { behavior: url("win_png.htc"); }
.img_vertical { vertical-align: middle; }

/* ================== Div principaux ================================= */


#conteneur { 
	margin: 15px auto;
	width: 90%;
	z-index: 5;
	max-width: 1200px;
}

#entete {
	padding: 0px;
	border-bottom: 1px dashed #d9d9d9;
	min-height: 65px;
}

#entete .language {
	text-align: right;
	margin: 0px 55px 5px 0px;
	float: right;
	width: 70px;
	display: inline;
	clear:none;
}

#entete .language img {}
#entete .language img:hover {}
#entete .language img.current {}




#photoWrapper {
	position: relative;
	top: 0px;
	width: 95%;
	max-width: 1260px;
	margin: 0 auto;
}

#photoCV {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20;
}


#menu {	
	width: 180px;
	height: 100%;
	float: left;
	z-index: 10;
}

#menu .selected {
	background-image: url("../img/puce.gif");	
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px 0px 0px 10px;
}

#menu li.menu {
	cursor: pointer;
}

#retour_menu {
	padding: 0px 5px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}

#cadre {

	width: 100%;
	padding: 5px 0px 20px 10px;
}

.pointille {
	border-left: 1px dashed #d9d9d9;
}

#affichage {
	width: 100%;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 1px dashed #d9d9d9;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.TogglePaneContent {
	margin-left: 20px;
	padding-left: 10px;
}

.TogglePaneHeader {
	background-image: url("../img/moins.gif");
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: top;
	padding-left: 20px;
	cursor: pointer;
}
.TogglePaneHeaderClosed {
	background-image: url("../img/plus.gif");
}

#bouton_menu {
	position: absolute;
	width: 125px;
	clear: both;
}


/* COLOR PICKER */

.simpleColorContainer {
	background: #fff;
	z-index: 400;
}

.simpleColorChooser {
	background: #fff;
	z-index: 400;
}

/* ===================== Coin arrondie ====================== */

.cbb {
	margin:1em 0;
	padding:0 10px;
	border:2px solid #d9d9d9;
	background:#fff;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;

}
.cbb h1 { padding: 10px 0px 0px 3px; }



.cb {margin:0.5em 0;}

.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url("../img/box.png") no-repeat 100% 0;
	behavior: url("win_png.htc");
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url("../img/box.png") no-repeat 0 0;
	behavior: url("win_png.htc");
	font-size:0;
	line-height:0;
}

.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url("../img/box.png") no-repeat 100% 100%;
	behavior: url("win_png.htc");
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url("../img/box.png") no-repeat 0 100%;
	behavior: url("win_png.htc");
	font-size:0;
	line-height:0;
}

.i1 {
	padding:0 0 0 12px;
	background:url("../img/bordersg.png") repeat-y 0 0;
	behavior: url("win_png.htc");
}
.i2 {
	padding:0 12px 0 0;
	background:url("../img/bordersd.png") repeat-y 100% 0;
	behavior: url("win_png.htc");
}

.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
	-moz-opacity:0.90;
	opacity: 0.90;
	filter:alpha(opacity=90);
}

.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}



<!--[if lt IE 8]>
* html .i1,
* html .i2 {background-image:url("../img/borders.png");behavior: url("win_png.htc");}
* html .bt,
* html .bt div,
* html .bb,
* html .bb div {background-image:url("../img/box.png");behavior: url("win_png.htc");}
* html .i1,
* html .i3 {height:1px;}
.one {width:70%;}
.simpleColorChooser {	position: absolute;}
<![endif]-->