@charset "utf-8";
/* CSS Document */
/* Spécial Home
-------------------------------------------------------- */

body.dc-home #page {
	background: #000 url(../img/home/body_bg.png) repeat-y center top;
}
body.dc-home #wrapper {
	width: 938px;
}
body.dc-home #footer { 
	background: #0E1021 url(../img/home/bot_bg.png) repeat-y center top;
}
body.dc-home #main {
	width :774px;
}
#liste-home {
	padding: 20px 0 100px 0;
}
#liste-home ul {
	width: 203px;
	float: left;
	overflow: hidden;
}
#liste-home li {
	margin: 0 0 0 1px;
}
#liste-home li a {

	display: block;

	color: #FFF;
	text-decoration: none;
	border: none;
}
#liste-home #recherches {
	margin-top : 3px;
}
#liste-home #enseignements {
	margin-top : 5px;
}
#liste-home #recherches li a {
	font: italic bold 14px/14px Univers, Arial, sans-serif;
	padding: 3px 0 5px 10px;
}
#liste-home #architectures li a {
	font: italic bold 17px/17px Univers, Arial, sans-serif;
	width: 204px;
	padding: 3px 0 5px 10px;
}
#liste-home #enseignements li a {
	font: italic bold 12px/12px Univers, Arial, sans-serif;
	width: 201px;
	padding: 3px 0 5px 10px;
}
#liste-home #architectures {
	width: 205px;
}
#liste-home li a:link, #liste-home li a:visited {
	background-color: #000;
}
#liste-home li a:hover, #liste-home li a:active, #liste-home li a:focus {
	background-color: #333;
}
#liste-home #enseignements li a:hover, #liste-home #enseignements li a:active, #liste-home #enseignements li a:focus {
	background-color: #3D3D5B;
}
#liste-home #architectures li a:hover, #liste-home #architectures li a:active, #liste-home #architectures li a:focus {
	background-color: #A20000;
}
#liste-home #recherches li a:hover, #liste-home #recherches li a:active, #liste-home #recherches li a:focus {
	background-color: #416141;
}
#entete {
	background: transparent url(../img/home/bg-entete.png) no-repeat left bottom;
	padding-bottom: 8px;
}
#main { height: 375px; } 

#cat-accueil a:link, #cat-accueil a:visited { color: #6cf;}

#content a:link, #content a:visited {

	border: none;}
	
#content a:active, #content a:hover, #content a:focus {

	border: none;
	color: #FFF; }

