﻿@charset "utf-8";
html {
        height:100%;
		width:100%;
		overflow-y: scroll;
   		overflow: -moz-scrollbars-vertical;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color:#555;
	background: #FFF url(img/body.png) repeat-x;
	margin: 0;
	padding: 0;
	line-height:1.5em;
}

 /********************************/
/*			Typographies		*/
.rouge {color: #C00;}
.bleu {color:#06C;}
h1 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	background: url(img/titre_fnd_long.png) no-repeat left bottom;
	padding-bottom: 5px;
	margin: 0;
}
h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	padding-bottom: 5px;
	margin: 0;
	background: url(img/titre_fnd_court.png) no-repeat left bottom;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 5px 0;
	margin: 0;
	text-transform: capitalize
}
h1 a, h2 a, h3 a { color:#666; text-decoration:none; border-bottom:1px #eee solid;}

/**********************************************/
/*             Zones de la page               */
#page {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 900px;
}
#content {/* style de la zone de contenu */
	width: 700px;
	margin-left: 190px;
	padding: 20px 0;
}
.noleft#content  { /* style de la zone de contenu lorsqu'il n'y a pas la zone de gauche */
	width: 90%;
	margin: 0 auto;
	padding: 20px;
}
#footer {
	font-size: 9px;
	color: #999;
	background: url(img/pied_fnd.jpg) no-repeat top;
	text-align: center;
	padding:15px;
	margin: 30px 0;
}
#footer a {
	color:#BBB;
	text-decoration:none;
	}
#header {
	background: url(img/top_fnd.png) no-repeat top;
	height: 78px;
}

#logo {
	width:213px;
	height:50px;
	margin-top:15px;
	margin-left:15px;
	}
#bando {
	height:164px;
	margin:10px 0;
	//	margin:10px 0 3px 0;
	z-index:0;

	}
#left {
	font-weight: bold;
	color: #999;
	background:#E8E9EA url(img/ssmenu_bas.png) no-repeat bottom;
	float: left;
	width: 163px;
	margin-top:10px;
	padding-bottom:50px;
}
#img { /* conteneur des images à droite */
	float: right;
	width: 170px;
	margin-left: 15px;
}
#imgleft {/* conteneur des images à gauche (à la place du menui) */
	float: left;
	width: 170px;
	margin-right: 15px;
	margin-top:10px;
}
#content li {
	list-style: url(img/li.png);
}
#content li ul ul li {
	list-style: url(img/lilili.png);
}


/*******************************************/
/*		Vignettes de la page d'accueil	   */
#accueil {
	border:0;
	padding:2px;
	margin-top:20px
	}

#accueil td {
	padding:3px;
	width:130px;
	}
#accueil h2 {
	font-size:10px;
	font-style:normal;
	background:none;
	}
#accueil a {
	color:#999;
	text-decoration:none;
	padding:100px 0 0;
	margin:-10px 0;
	text-align:center;
	display:block;
	background:no-repeat center  top;
		//background:no-repeat center 10px;
	}
#accueil a:hover {
	color:#C00;
	text-decoration:none;
	background-position:center -130px;
	//background-position:center -120px;
	}
#accueil h2 a {border-bottom:none}
#systemes a 	{	background-image:url(img/a-systemes-critiques.png)	}
#amenagement a	{	background-image: url(img/a-amenagement-cabine.png) ;	}
#structures a	{	background-image: url(img/a-structures-aeronautiques.png) ;	}
#outillages a	{	background-image: url(img/a-outillages.png) ;	}
#electronique a	{	background-image: url(img/a-electronique-embarquee.png) ;	}
#genie a		{	background-image: url(img/a-genie-civil.png) ;	}