body{
	margin:0;
	background:#FFFFFE url(../images/fond-page.gif) left top repeat-x;
	text-align:center;
}
body *{
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	color:#333333;
}
p, form, h1, h2, h3, h4, h5, h6{
	margin:0;
	font-weight:normal;
}
a{
	text-decoration:none;
	color:#643F0F;
}
a img{
	border:none;
}
ul, ol{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* structure */
.page{
	background:url(../images/fond-droite.gif) center top no-repeat;
}
.page2{
	background:url(../images/fond-droite-cv.gif) center top no-repeat;
}
#main{
	width:732px;
	margin:0 auto 0 auto;
	text-align:left;
	min-height:435px;
}
* html #main{
	height:1%;
}
*:first-child+html #main{
	height:1%;
}

/* bandeau haut */
.logo{
	width:389px;
	margin:0 0 0 178px;
	background:url(../images/fond-logo.gif) left top repeat-x;
	padding:37px 0 0 0;
}
.logo img{
	display:block;
}
.logo a{
	outline:none;
}

/* navigation gauche */
.nav{
	width:178px;
	float:left;
	padding:2px 0 0 0;
}
.nav a{
	outline:none;
}
.nav li{
	padding:5px 0 5px 10px;
	vertical-align:top;
}
.nav li.search{
	padding:18px 0 18px 10px;
}
.nav li.search #searchtxt {
	width:104px;
	border:1px solid #6F716E;
	background-color:#FFFFFF;
	margin:2px 2px 0 0;
	padding:1px 0px 0px 4px;
	font-size:10px;
	vertical-align:top;
}
.nav li.search .val {
	margin:4px 0 0 0;
}
* html .nav li.search .val {
	margin-top:5px;
}

/* corps de page */
.corps, .corps2{
	width:389px;
	overflow:hidden;
	float:left;
}
.corps2{
	width:497px;
}

/* titre de page */
.pgtitre{
	text-transform:uppercase;
	font-weight:bold;
	color:#6F5631;
	padding:20px 0 5px 0;
	border-bottom:1px solid #856D4D;
}
.pgtitre:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .pgtitre{
	height:1%;
}
*:first-child+html .pgtitre{
	height:1%;
}
.pgtitre a{
	display:block;
	float:right;
	padding:0 0 0 12px;
	background:url(../images/p-fleche.gif) 0 4px no-repeat;
	outline:none;
}
.pgtborder{
	margin-top:12px;
	margin-bottom:20px;
	padding-top:8px;
	border-top:1px solid #856D4D;
}

/* liste actualites */
.liste-actus{
	width:389px;
}
.liste-actus li{
	padding:10px 0 10px 0;
}
.liste-actus li strong{
	text-transform:uppercase;
}
.liste-actus li a{
	font-weight:bold;
}
.liste-actus li a:hover{
	text-decoration:underline;
}
.liste-actus li p.diff{
	padding:7px 0 0 0;
	font-size:10px;
	color:#666666;
}

/* liste comediens comediennes */
.liste-com{
	width:394px;
	margin:0 0 0 -15px;
}
.liste-com:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .liste-com{
	height:1%;
}
*:first-child+html .liste-com{
	height:1%;
}
.liste-com li{
	float:left;
	border-bottom:1px solid #C2B6A5;
	font-size:12px;
	padding:0 0 0 15px;
	min-height:152px;
	vertical-align:top;
}
* html .liste-com li{
	height:152px;
}
.liste-com li span{
	color:#856D4D;
	font-size:12px;
	font-family:times, sans-serif;;
	font-weight:bold;
	display:block;
	width:60px;
	padding:4px 0 0 0;
	cursor:pointer;
	cursor:hand;
}
.liste-com img{
	display:block;
	margin:10px 0 0 0;
}

/* liste auteurs realisateurs */
.liste-aut{
	width:389px;
}
.liste-aut li{
	border-bottom:1px solid #C2B6A5;
	vertical-align:top;
}
.liste-aut li:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .liste-aut li{
	height:1%;
}
*:first-child+html .liste-aut li{
	height:1%;
}
.liste-aut li a{
	display:block;
	font-weight:bold;
	font-size:12px;
	font-family:times, sans-serif;;
	padding:8px 0 7px 0;
}
.liste-aut li span{
	float:right;
	display:block;
	padding:3px 0 0 0;
}
.liste-aut li span img{
	margin:0 0 0 6px;
}

/* liste contacts */
.liste-contact{
	padding:10px 0 0 0;	
}
.liste-contact li{
	padding:0 0 4px 0;	
	vertical-align:top;
}
.liste-contact li strong{
	text-transform:uppercase;	
}

/* email */
.email{
	padding:10px 0 0 0;	
}
.email a:hover{
	text-decoration:underline;
}

/* plan d'acces */
.adresse{
	padding:10px 0 0 0;	
}
.adresse img{
	margin:10px 0 20px 0;
	border:1px solid #D0BEA8;
}

/* intro CV */
.intro-cv{
	padding:8px 0 8px 0;
}
.intro-cv:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .intro-cv{
	height:1%;
}
*:first-child+html .intro-cv{
	height:1%;
}

a.print{
	display:block;
	background:url(../images/fond-bt-g.gif) left top no-repeat;
	padding:0 0 0 11px;
}
a.print span{
	display:block;
	font-size:10px;
	color:#FFFFFF;
	background:url(../images/fond-bt-d.gif) right top no-repeat;
	padding:1px 8px 1px 4px;
}
.intro-cv a.print{
	float:right;
}
.intro-cv p.photo{
	position:relative;
	float:left;
	width:160px;
	height:200px;
}
.intro-cv p.photo a{
	position:absolute;
	bottom:0;
	left:0;
	line-height:80%;
	height:9px;
	overflow:hidden;
	padding:0 1px 0 2px;
	color:#FFFFFF;
	background-color:#7A5A1D;
}
.intro-cv p.nom{
	float:left;
	width:337px;
	padding:10px 0 0 0;
	color:#582409;
	font-size:30px;
	font-family:times, sans-serif;;
	font-weight:bold;
	line-height:110%;
}
.intro-cv p.nom a{
	font-size:10px;
	font-weight:normal;
}
.intro-cv p.nom a.aut{
	background:url(../images/p-auteur-2.gif) 0 2px no-repeat;
	padding:0 0 0 20px;
}

/* pagination CV */
.pagin{
	color:#613F0F;
	font-size:10px;
	border:1px solid #856D4D;
	border-width:1px 0 1px 0;
	padding:1px 0 1px 0;
	margin:0 0 12px 0;
}
.pagin:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .pagin{
	height:1%;
}
*:first-child+html .pagin{
	height:1%;
}
.pagin p.ind{
	color:#613F0F;
	text-align:center;
	font-size:10px;
}
.pagin p.ind a{
	font-size:10px;
	padding:0 1px 0 2px;
}
.pagin p.ind strong{
	font-size:10px;
	padding:0 2px 0 3px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#65410F;
}
.pagin .prec{
	float:left;
	width:70px;
	text-align:left;
}
.pagin .prec a{
	font-size:10px;
	background:url(../images/p-prec.gif) 0 5px no-repeat;
	padding:0 0 0 10px;
}
.pagin .suiv{
	float:right;
	width:70px;
	text-align:right;
}
.pagin .suiv a{
	font-size:10px;
	background:url(../images/p-suiv.gif) 100% 5px no-repeat;
	padding:0 10px 0 0;
}

/* chapo CV */
.chapo{
	font-weight:bold;
	line-height:160%;
}

/* liste CV */
.liste-cv li{
	padding:6px 0 4px 0;
	vertical-align:top;
}
.liste-cv li:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .liste-cv li{
	height:1%;
}
*:first-child+html .liste-cv li{
	height:1%;
}
.liste-cv p{
	float:left;
}
.liste-cv p.titre{
	width:262px;
	margin:0 0 0 6px;
	font-weight:bold;
	text-transform:uppercase;
}
.liste-cv p.aut{
	width:190px;
}

/* zoom popup */
body.popup{
	background:#FFFFFF;
	padding:12px 0 0 0;
}
.zoom{
	text-align:left;
	margin:0 auto 0 auto;
	width:500px;
}
.zoom p.photo{
	padding:10px 0 0 14px;
}
.zoom p.nom{
	color:#582409;
	font-family:times, sans-serif;;
	font-size:16px;
	font-weight:bold;
	padding:8px 0 0 14px;
}
.zoom img{
	display:block;
}
.zoom p.actions{
	padding:6px 0 0 14px;
}
.zoom p.actions a.print{
	float:left;
}
.zoom p.actions a.close{
	font-size:10px;
	float:right;
	background:url(../images/p-fermer.gif) right top no-repeat;
	padding:0 16px 0 0;
}

/* version imprimable */
body.printable{
	background:#FFFFFF;
}
.cv-print{
	position:relative;
	text-align:left;
	width:683px;
	min-height:900px;
	margin:0 auto 0 auto;
	background:url(../images/fond-droite-printcv.gif) right top no-repeat;
}
.cv-print:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .cv-print{
	height:900px;
}
*:first-child+html .cv-print{
	height:1%;
}
.cv-print .logo{
	width:auto;
	margin:0;
	background:none;
	padding:16px 0 16px 0;
}
.cv-gauche{
	position:absolute;
	width:189px;
	padding:20px 0 0 0;
}
* html .cv-gauche{
	position:relative;
	float:left;
}
.cv-gauche p.nom{
	padding:10px 10px 16px 0;
	color:#582409;
	font-size:30px;
	font-family:times, sans-serif;;
	font-weight:bold;
	line-height:110%;
}
.cv-gauche p.desc{
	padding:0 10px 10px 0;
}

.cv-droite{
	margin:0 0 0 189px;
	width:493px;
}
* html .cv-droite{
	margin:0;
	float:left;
}

.coords{
	width:683px;
	display:table;
	text-align:left;
	margin:-90px auto 0 auto;
	height:100px;
	position:relative;
}
.coords .filet{
	height:8px;
	width:500px;
	overflow:hidden;
	position:relative;
	margin:8px 0 0 -395px;
	border-top:1px solid #C7BC9A;
}
.coords p{
	color:#7F7260;
	font-family:times, sans-serif;;
}

/* pied de page */
.pied .haut{
	text-align:right;
	font-size:10px;
	border-bottom:1px solid #856D4D;
	padding:12px 0 3px 0;
}
.pied a{
	outline:none;
}
.pied .haut a{
	font-size:10px;
}
.pied .liens{
	padding:4px 0 12px 0;
	margin:0 0 0 -12px;
}
.pied .liens li{
	display:inline;
	margin:0 0 0 12px;
}
.pied .liens li a:hover{
	text-decoration:underline;
}
.pied .liens strong a{
	font-weight:normal;
	color:#452904;
}
.pied .copy{
	color:#7F7260;
	font-size:10px;
	padding:12px 0 4px 0;
}
