@import url(commun/reset.css);
@import url(menu_superieur.css);

/**
 *	Feuille de style gerant la structure du site
 *	
 *	@project	Les ateliers de l'adiam
 *	@site			Adiam.net
 *	@cssdoc		0.2.22
 *	
 */

#site {
	background-image:url(../images/font_home.jpg);
	background-position :top;
	background-repeat :repeat-x;
	padding-top:25px;
}
#conteneur {
	margin :0 auto;
	width :940px;
}

/**
 * Zone d'En tete 
 * @section En tete
 */
 
#entete {
	min-height :225px;
}
a#logo {
	position :absolute;
	margin:10px 0 0 90px;
}
#introEnTete {
	width:500px;
	margin-left:240px;
	padding-top : 60px;
}
#introEnTete h1{
	margin-bottom :15px;
}
#logoNF {
	float:right;
	margin-top:60px;
	margin-right:20px;
}
#menuSecondaire {
	margin-top:30px;
	margin-left:680px;
}
#menuSecondaire li {
	display:inline;
}

/**
 * Zone de contenue 
 * @section Contenue
 */

#contenue {
	background-color :#005594;
	min-height :650px;
	padding-top:2em;
}
h2 {
	margin-bottom:20px;
	padding-top:15px;
}
p {
	margin-bottom:3px;
}

	/**
	 * Mise en forme de la structure de contenue gauche 
	 * @subsection gauche
	 */

	 #gauche {
	 	float :left;
	 	width :375px;
		padding:0 0 0 40px;
	 }
	 #synthese img{
	 	float:right;
		margin-top:20px;
	 }

	/**
	 * Mise en forme de la structure de contenue centrale
	 * @subsection centre
	 */

	 #centre {
	 	margin-left :425px;
	 	margin-right :36px;
	 }
	 #thematique {
	 	padding-left:40px;
	 }
	 #thematique li{
	 	list-style-type :none;
	 	margin-bottom:17px;
	 }
	 #focus {
	 	background-image :url(../images/haut_fond_focus.jpg);
		background-position :top left;
		background-repeat :no-repeat;
		padding-left:40px;
		padding-top:10px;
	 }
	 #focus img {
		float :left;
		margin:20px 15px 15px 0;
	 }
	 #arrondiePiedFocus {
	 	background-image :url(../images/pied_fond_focus.jpg);
		background-position :bottom left;
		background-repeat :no-repeat;
		height:23px;
		margin-left:-40px !important;
		margin:0;
	 }
	 #focus h2 {
 		display :inline;
		
	 }
	 #focus span{
		margin-left:12px;
	 }
	 #accrocheFocus {
	 	margin-left:70px;
	 }
	 #introFocus {
	 	margin-top:20px;
	 }
	 #actualites{
	 	padding-left:40px;
	 }
	 
	 #menuG{
	 	float:left;
	 	margin-left:10px;
	 	margin-top:100px;
	 	width:220px;
	 }
	 
	 
	 #menuG a{
	 	color: #f48d2e;
	 	font-size:small;
	 	font-weight:bold;
	 	text-decoration:none;
	 }
	 
	 #menuG a:hover{
	 	text-decoration:underline;
	 }
	 
		 /**
		 * Mise en forme de la structure de contenue droite 
		 * @subsubsection Centre Interne
		 */
		 .interne #centre {
		 	float:left;
		 	margin:0px 0px 0px 10px;
			font-size:1.2em;
			color:#fff;
			line-height :1.2em;
			width:600px;
		 }
		 .interne H2 {
		 	font-size:1.4em;
		 }
		 .interne H3 {
		 	font-size:1.3em;
		 }
		 #accocheEdito {
		 	font-weight:bold;
			margin:3px 0 15px 0;
		 }
		 #texteEdito ul{
		 	list-style-type :disc;
			list-style-position :inside;
		 }
		 #texteEdito li{
		 	margin: 10px 0 10px 0;
		 }

	/**
	 * Mise en forme de la structure de contenue droite 
	 * @subsection Droite
	 */

#droite {
	background :#00ff00;
	float :right;
	width :150px;
}

	/**
	 * Mise en forme de la structure de contenue du pied de page
	 * @subsection Pied de page
	 */
 
#foot {
	background-image:url(../images/fond_pied.jpg);
	background-repeat :no-repeat;
	background-color :#005595;
	height :37px;
	padding-top:43px;
}
#foot p{
	color:#fff;
	text-align :center;
	font-size:0.8em;
}
