/* 
    Document   : structure
    Created on : 7 janv. 2010, 15:36:52
    Author     : Simon
    Description:
        Purpose of the stylesheet follows.
*/
#page {
	background: #fff;
	width: 990px;
	position: relative;
	margin: auto;
	zoom: 1;
}
#contenu_page {
	padding: 0 25px 0 0;
}
#entete {
	position: relative;
	overflow: auto;
	zoom: 1;
}
#entete a#logo {
	padding: 29px 35px 30px 33px;
	float: left;
	display: inline;
	outline: none;
}
#entete h1 {
	/*float: left;*/
	margin: 0;
	width: 783px;
	height: 132px;
	line-height: 132px;
	overflow: hidden;
}

#entete form {
	display: none;
	position: absolute;
	top: 68px;
	right: 0;
	text-align: right;
	overflow: auto;
	zoom: 1;
	font-size: 0.8em;
	margin: 0;
	height: 16px;
	width: 170px;
	list-style: none;
	background: url(/css/images/fnd_recherche.png) no-repeat;
	z-index: 999;
}
#entete form input {
	float: left;
	background: none;
	border: 0;
	width: auto;
}

#entete form input#RechercheQ {
	margin: 0 6px;
	width: 137px;
}
#entete form .submit {
	clear: none;
	padding: 0;
}
#entete form .submit input {
	color: #fff;
	font-weight: bold;
	width: 20px;
}
/*--------------------------------*/
#contenu .contenu {
	padding: 25px 0 10px 37px;
}
#col_gauche {
	width: 218px;
	float: left;
	margin: 0 32px 0 0;
	display: inline;
	overflow: hidden;
}
#home #col_gauche {
	width: 250px;
	margin: 0;
}
#node_index #col_gauche {
	display: none;
}

#col_droite {
	width: 150px;
	float: left;
	margin: 0 0 0 42px;
	display: inline;
	overflow: hidden;
}
#home #col_droite,
#sectorisation #col_droite,
#annuaire #col_droite,
#etablissement #col_droite,
#recherche #col_droite {
	display: none;
}
#node_index #col_droite {
	width: 170px;
	margin: 0 0 0 30px;
}

#col_centre {
	width: 485px;
	float: left;
}
#home #col_centre{
	width: 655px;
	float: right;
}
#sectorisation #col_centre,
#annuaire #col_centre,
#etablissement #col_centre,
#recherche #col_centre {
	width: 675px;
}

#node_index #col_centre{
	width: 580px;
	margin: 0 0 0 140px;
	display: inline;
}
/*--------------------------------*/
#pied {
	color: #767360;
	margin: 0 31px;
	font-size: 0.9em;
	overflow: auto;
	zoom: 1;
}

#footer {
	width: 990px;
	margin: auto;
}
#footer p{
	color: #767360;
	margin: 0.75em 31px;
	font-size: 0.9em;
}
#footer p a {
	color: #797363;
}
#footer p a:hover {
	text-decoration: none;
}
#footer p.gras a {
	text-decoration: none;
	color: #5a97c4;
	margin: 0;
}
#footer p.gras a:hover {
	text-decoration: underline;
}
#footer p.gras, #footer strong {
	font-weight: bold;
	color: #5a97c4;
}