/************************************/
/*												*/
/*				   PORTOFOLIO				*/
/*												*/
/************************************/

/*--------------------------*/
/* 		LAYOUT 			*/
/*--------------------------*/

#global {
	position:absolute;
	margin-top: 30px;
}

#global #main #content {
	margin-left: 200px;
	margin-top: -2px;
	width: 100%;
	padding: 10px;
}

/*-------------------------*/
/* 			RESTE				*/
/*-------------------------*/

#global #main #content ul {
	list-style-type: disc;
	margin-left: 30px;
}

#global #main #content ul li {
	font-size: 12px;
	line-height: 15px;
}

#global #main #content a {
	color: #00a5ff;
	text-decoration: none;
}
#global #main #content a:hover {
	color: #ff6000;
}

h1 {
	display: block;
	margin: 30px 0 20px 0;
	width: 700px;
	height: 20px;
	line-height: 20px;
	background-color: #222d33;
	font-size: 12px;	
	color: #f2f2f2;
	text-transform: uppercase;
	text-indent: 5px;
}

h2 {
	display: block;
	margin: 10px 0;
	width: 700px;
	height: 18px;
	line-height: 18px;
	background-color: #738893;
	font-size: 11px;	
	color: #f2f2f2;
	text-transform: uppercase;
	text-indent: 5px;
}

p {
	color: #222d33;
	width: 700px;
	font-size: 12px;
	margin: 10px 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

img.warning {
	margin-bottom: -3px;
	margin-right: 5px;
}

/***************************/
.projet {
	background-color:#ededed;	/* E0D9C6 */ 
	padding:5px;
	width:690px;
	font-size: 11px;
	line-height:14px;
}

.projetName {
	float:left;
	font-size: 11px;
	font-weight: bold;
	color: #222d33;
	background-color: #c6c6c6;
	text-indent:5px;
	line-height:120px;
	width:100px;
	margin-right:5px;
}
.projetDesc {
	float:left;
	background-color: #c6c6c6;
	width:580px;
	height:120px;
	color:#222d33;
	padding-left:5px;
	font-size: 11px;
}

.projetScreen {
	float:left;
	border:1px solid #5FADCE;
	margin:5px 5px 5px 0px;
}

