/* Reset ***************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* General ***************************************/

body {
	font-family: "Georgia";
	font-size: 14px;
	background-color:#FFF;
	color: #000;
	overflow-x: hidden;
}
div{
	border: 0px solid white;
}
p{
	margin: 20px 0;
	font-size: 14px;
	line-height:24px;
}
ol, ul {
	list-style-image:url(../images/listes/bullet-black.gif);
	list-style-position:outside;
}
.right ul{
	font-size:13px;
}
li{
	line-height:20px;
	margin-bottom:10px;
	margin-left:20px;
}		
img {

}
img.title{
	
}
img.subtitle{
	
}
img.preload{
	display:none;
}
a{
	color : #000;
	text-decoration: none;
}
a:hover{
	color : #000;
	text-decoration:none;
}
.rubrique a{
	color : #666;
	text-decoration: none;
}
.rubrique a:hover{
	color : #888;
	text-decoration:underline;
}
a.externe{
	background: url(../images/icons/lien-externe.gif) no-repeat 100% -3px;
    padding: 0 25px 0 0;
}
h3{
	color: #333333;
	font-size:18px;
	margin-top: 25px;
	margin-bottom: 15px;
}
h3.first{
	margin-top: 15px;
}
h4{
	color: #333333;
	font-size:18px;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align:center;
	border:0px solid black;
}
.clear{
	clear:both;
	height:1px;
	margin:0;
	padding:0;
}


/* Structure ***************************************/
	
#wrapper{
	text-align:left;		
}
#header{
	position: fixed;
	width:100%;
	height:75px;
	border:0px solid black;
	text-align:left;
	z-index:100;
	background:white url(../images/background-header.gif) top left repeat-x;
}
#logo{
	display: none;
	margin-top:0px;
	margin-left:100px;	
}

#content{
	position: absolute;
	width:10100px;
	top:100px;
	left:0px;
	border:0px solid red;
}
#hm{
	margin-left:300px;
	margin-top:100px;
	display:none;
}

/* Main Menu ***************************************/

#main-menu{
	display:none;
	position: absolute;
	right:50px;
	top:30px;
	font-family: "Georgia";
	border:0px solid black;	
}
#main-menu ul
{
	font-size:24px;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	border:0px solid red;
}
#main-menu ul li{
	padding:0px;
	border:0px solid green;
	display:inline-block;
	margin-right:15px;
	margin-left:15px;
	line-height:35px;
	border-bottom: 3px solid transparent;
	zoom:1; /* bug ie7*/
	*display:inline; /* bug ie7*/
}
#main-menu ul li:hover{
	border-bottom: 2px solid #808080;
}
#main-menu ul li.act{
	border-bottom: 2px solid #121212;
}


/* Sous-menus ***************************************/

.sub-menu{
	display:block;
	position:relative;
	float:left;
	width:250px;
	font-size:24px;
	margin-top:90px;/* same as header width - redimension*/
	margin-left:30px;
	border:0px solid black;
	font-family: Georgia;	
}
.sub-menu ul
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	border:0px solid red;
}
.sub-menu ul li{
	display:list-item; /* bug ie7 */
	border:0px solid green;
	padding:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:30px;
	width:250px;
}
#work-menu ul li{
	margin-left:50px;
	margin-bottom:40px;
	width:160px;
}
#projects-menu ul li{
	margin-left:50px;
	margin-bottom:40px;
	width:180px;
}
#about-menu ul li{
	margin-left:50px;
	margin-bottom:40px;
	width:180px;
}
.sub-menu ul li img{
	border:0px solid black;
}
.sub-menu ul li a{
	border:0px solid grey;
}
.sub-menu li.hover{
	background:url(../images/submenu/arrow-grey.gif) right center no-repeat;
}

.sub-menu ul li.act{
	/* regle plus forte que le hover car ul en plus */
	background:url(../images/submenu/arrow-black.gif) right center no-repeat;
}


/* Content ***************************************/

.rubrique{ 
	position:relative;
	float:left;
	border:0px solid black;
	width:2000px;
	height:550px;	
}
.black{
	background-color:black;
}
.rubrique-content{
	display:block;
	margin-left:330px;
	margin-top:75px;/* same as header height - for redimension*/
	width:770px;
	border:1px solid white;/*white*/
	text-align:left;
}
.rubrique-content ul li{
	display:list-item; /* bug ie7 */
	line-height: 90%; /* to align the bullet */
	margin-bottom:20px;
}
.rubrique-content .space10 li{
	margin-bottom:10px;
}
.rubrique-content .right .space15 li{
	margin-bottom:15px;
}
.rubrique-content .right .space20 li{
	margin-bottom:20px;
}
.right{	
	float:right;
	padding: 0px;
	margin: 0px;
	border: 1px solid white;/*white*/
	margin-left:20px;
	width:220px;
}
.main-left{	
	padding: 0px;
	margin: 0px;
	border: 1px solid white;/*white*/
	width:450px;
}
.main{	
	padding: 0px;
	margin: 0px;
	border: 1px solid white;/*white*/
	width:750px;
}

/* Work ***************************************/

#work-content{
	margin-left:300px;
	width:820px;
	border:1px solid white;/*white*/
}

#work-content ul{	
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	border:0px dotted black;
}
#work-content ul li{
	float:left;
	width: 150px;
	height: 60px;
	padding:0px;
	margin-bottom:25px;
	margin-right:50px;
	margin-left:0px;
	border:0px solid yellow;
}
#widgets ul li{
	margin-right:0px;
}
#websites{
	border:0px solid green;
}
.work-detail{
	margin-left:0px;
}
#kotaliege{
	display:none;
}
#brukot{
	display:none;
}
#kotanamur{
	display:none;
}
#europan{
	display:none;
}
#maison-de-lurbanite{
	display:none;
}
#studiozo{
	display:none;
}
#hit-the-ball{
	display:none;
}
#hello-media{
	display:none;
}
#advantis{
	display:none;
}
#icm{
	display:none;
}
#tcu{
	display:none;
}

#widgets{
	display:none;
	border:0px solid green;
	width:820px;
}

#widgets ul.thumbs{
	float:left;
	width:200px;
	border:0px solid black;
	margin-right:0px;
}
ul.thumbs img{
	border:1px solid white;
}
ul.thumbs img.hover{
	border:1px solid #808080;
}
ul.thumbs li.act img{
	border:1px solid black;
}
#regression{
	display:none;
	border:0px solid black;
	margin-left:190px;
}
#regression-lineaire{
	border:0px solid black;
	position:relative;
	left:-30px;
}

#calcul-matriciel{
	display:none;
	border:0px solid black;
	margin-left:190px;	
}

/* Projects ***************************************/

#projects-content{
	margin-left:330px;
	width:700px;
	text-align:left;
}
#kotalouer ul{	
	float:right;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	margin-left:20px;
	margin-right:20px;
}
#kotalouer ul li{
	width: 300px;
	height: 100px;
	padding:0px;
	line-height:100px;
	margin-bottom:12px;
	margin-left:12px;
}
#kotalouer ul li img.centered{
	position:relative;
	bottom:15px;
}
#clubhouse{
	display:none;
}
#clubhouse #atouts li{
	line-height: 130%;
	margin-bottom:10px;
}
#liege360{
	display:none;
}

/* About ***************************************/

#about-content{
	margin-left:330px;
	width:700px;
	text-align:left;
}

#competences{
	display:none;
}
#parcours{
	display:none;
}

#parcours ul{
	list-style:none;
}
#parcours li{
	margin-left:0px;
	list-style-image:none;
}
#contact{
	display:none;
}

ul#partners{
	list-style:none;
}
ul#partners li{
	margin-left:0px;
	list-style-image:none;
}


/* News ***************************************/

#news{
	background:black url(../images/background-bottom.gif) bottom left repeat-x;*/
}
#news-content{
	margin-left:350px;
	width:700px;
	text-align:left;
	font-family: "Arial", "Times", "Lucida Console";
	border:1px solid black;
}
#news-content p{
	color: white;
}
#news-content h3{
	color: white;
}
#news-content ul{
	border:0px solid green;
}
#news-content ul li{
	list-style-image: none; /* autre manire de faire, via le background-image directement */
	/* ce qui permet de controler la position du bullet, pas possible avec list-style-image */
	margin:0;
	padding:0;
	padding-left:30px;
	background-image:url(../images/listes/bullet-white.gif);
	background-repeat:no-repeat;
	background-position:5px 0.4em;
	border:0px solid white;
}

/*#news-content p:before{
	content: ' - ';
}*/


