* {
	font-family			:	Arial,Helvetica,sans-serif;
	font-size			:	10pt;
}

body {
	border				:	0px;
	margin				:	0px;
	background-color	:	#696969;
	background-image	:	url(../img/parquet.jpg);
	height				:	100%;
}

.Logo {
	cursor				:	pointer;
	z-index				:	10;
	height				:	150px;
	background-image	:	url(../img/logo.png);
	background-repeat	:	no-repeat;
	background-position	:	0px 0px;
	width				:	336px;
	height				:	119px;
	margin-left			:	10px;
}

.Reconstruction {
	position			:	absolute;
	z-index				:	15;
	background-image	:	url(../img/reconstruction.png);
	background-repeat	:	no-repeat;
	top					:	5px;
	left				:	980px;
	width				:	150px;
	height				:	151px;
}

.Contenu {
	padding-top			:	25px;
	margin-left			:	5px;
}

.Chargement {
	position			:	absolute;
	top					:	145px;
	left				:	650px;
	color				:	#DDDDDD;
}

.Chargement h1, .Chargement h2, .Chargement h3 { margin:0px;padding:0px;padding-bottom:10px; }

.Chargement h1	{ font-size:170%;padding-bottom:5px; }
.Chargement h2	{ font-size:120%;padding-top:5px; }
.Chargement h3	{ font-size:110%;font-weight:bold;margin:15px 0px 5px 0px; }
.Chargement p		{ font-size:100%;padding:0px; }

.Categorie { text-indent:10px; }
.Competence { font-size:90%;text-indent:20px;font-style:italic; }
.Societe { width:455px; }
.Societe .Nom { color:#f6e062;font-weight:bold; }
.Societe .Periode { float:right;color:#efc72a; }
.Inspirations img {
	border					:	2px solid #777777;
}
.Inspirations img:hover {
	border					:	2px solid #EEEEEE;	
}

.kwicks {  
    list-style			:	none;  
    position			:	relative;  
    margin				:	0;  
    padding				:	0;
}
.kwicks li{  
    float				:	left;  
    width				:	120px;  
    height				:	400px;  
    margin-right		:	5px;
    border				:	1px solid #999999;
}  
#kwick1, #kwick2, #kwick3, #kwick4, #kwick5, #kwick6 {
    background-color	:	#333333;
    cursor				:	pointer;
	-moz-box-shadow		:	5px 5px 5px black;
	-webkit-box-shadow	:	5px 5px 5px black;
	box-shadow			:	5px 5px 5px black;
	filter				:	progid:DXImageTransform.Microsoft.shadow (color=#000000,direction=135);
	filter				:	shadow(color=#000000,direction=135); 
}

#kwick1 {
	background-image	:	url(../img/kwick1.jpg);
	background-repeat	:	no-repeat;
}

#kwick2 {
	background-image	:	url(../img/kwick2.jpg);
	background-repeat	:	no-repeat;
}

#kwick3 {
	background-image	:	url(../img/kwick3.jpg);
	background-repeat	:	no-repeat;
}

#kwick4 {
	background-image	:	url(../img/kwick4.jpg);
	background-repeat	:	no-repeat;
	margin-right		:	none; 
}

#kwick5 {
	background-image	:	url(../img/kwick5.jpg);
	background-repeat	:	no-repeat;
}
