/* 
*
* general
*
*/

body {
background-color:#2d2d2d; /*#d4d0c8;*/
color:#000000;
font-family:"Century Gothic", Arial, serif;
margin:0;
padding:0;
}

div.caption {
/*
padding-left:3em;
padding-top:1.6em;
height:5em;
border-top:1px #000000 solid;
border-bottom:2px #CCCCCC solid;
margin-bottom:1em;
*/
border-top:1px #000000 solid;
border-bottom:2px #CCCCCC solid;
margin-bottom:1em;
background:#eeeeee;
}
.caption {
background:#eeeeee;
}

div.caption strong {
font-size:1.2em;
font-variant:small-caps;
}

th {
font-variant:small-caps;
background-color:#facbaa;
}
table.listing td {
border-bottom:1px #CCCCCC solid;
}



/* 
*
* lien
*
*/

a:link, a:visited {
	text-decoration:none;
	color:#990000;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}

/* 
*
* id
*
*/
#main {
background:#2d2d2d url(/images/manager/bg.jpg) no-repeat;
background-position:center top;
}

#main h1{
margin-left:2em;
}

#main h2{
margin-left:2em;
}

#main h3{
margin-left:2em;
}

.wrapper {
background-color:#FFFFFF;
border:1px #333333 solid;
}

#header {
border-top:0;
height:4em;
}
	#header h1{
	margin-left:1em;
	}
	#header h3{
	margin-left:0;
	}
	
/*	div#logo {
	position:absolute;
	margin-top:0em;
	margin-left:60em;
	height:12em;
	background-color:#FFFFFF;
	}
	#logo img{
	margin-left:6px;
	margin-right:30px;
	margin-top:20px;
	}*/
	
#content {
	margin-top:12em;
}

	#box_projet {
	padding-left:3em;
	padding-top:1.6em;
	height:6em;
	}
	#box_projet_info {
	padding-left:6em;
	height:6em;
	font-size:10px;
	font-style:italic;
	}
	#box_projet_access {
	padding-left:6em;
	height:3em;
	font-size:10px;
	font-style:italic;
	}
	div.box_projet_info {
	cursor:pointer;
	border-top:1px #CCCCCC solid;
	background-color:#CCCCCC;
	}
	div.box_projet_access {
	border-top:1px #CCCCCC solid;
	background-color:#CCCCCC;
	}
	a.link-boxprojet{
		background-color:#CCCCCC;
		padding-left:10px;
		padding-right:10px;
		color:#000000;
		text-decoration:none;
	}
	a.link-boxprojetaccess{
		background-color:#CCCCCC;
		margin-left:10px;
		padding-left:10px;
		padding-right:10px;
		color:#000000;
		text-decoration:none;
	}
	

