@charset "utf-8";
/* GLOBAL */
/*couleur police ppale bleu==>#2d587d*/

*{margin:0px 0px;padding:0px 0px; outline:none}
html{font-size:100%;}

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.8em;
	background:url(../images/bgPpal.jpg) repeat-x top;
	color:#2d587d;
}
a img{border:none}
a{color:#2d587d;text-decoration:none;}

a:hover{text-decoration:none;color:#2d587d}

ul,li{ list-style-type:none;}

p{
	letter-spacing:normal;
	line-height:1.5em;
	 }

p a{ font-weight:bold }
p a:hover{ text-decoration:underline}





/* STRUCTURE */

#wrapLayout{
	width:992px;
	margin:0px auto;}
	
	/*header*/
	#header{
		height:115px;
		}
		#logoESI{margin:5px 40px 0px 40px;float:left}
		#slogans{float:left;width:670px;padding-top:20px;}
			#slogans h1{
				color:#2d587d;
				font-size:1.5em;
				border-bottom:1px solid #2d587d;
				}
			#slogans h5{
				color:#2d587d;
				font-size:2em;
				}
		
		#logoIBM{
			border-bottom:1px solid #2d587d;
			margin-top:14px;
			float:left;
			}
			
	/*menu*/
	#menu{
		clear:both;
		background:transparent url(../images/bgMenu.png) no-repeat 0px 0px;
		width:980px;
		height:71px;
		margin:0px auto;
		}

		#menu li{
			float:left;
			display:block;
			width:196px;
			margin:5px 0px 0px 0px;
			}
		#menu a{
			height:44px;
			padding:22px 0px 0px 0px;
			color:#fff;
			display:block;
			text-align:center;
			letter-spacing:1px;
			}
	
	/*gestion des onglets actifs*/
	#ongletActiv{width:204px;height:85px;position:relative;z-index:3000;top:-72px;display:none}	
	
	.a_activ{color:#2d587d;position:relative;z-index:5000}	
	
	/*contenu*/
	
	#wrapContenu{
		clear:both;
		width:994px;
		margin:0px auto;
		background:url(../images/bgOmbreContenu.png) repeat-y 0px 0px;
		min-height:376px;
		overflow:hidden;
		}
		
		
		
		
	/*footer*/
	#footer{
		clear:both;
		height:40px;
		text-align:right;
		color:#2d587d;
		font-size:inherit;
		padding-top:10px;
		padding-right:10px;
		background:url(../images/bgOmbreFooter.png) no-repeat 0px 0px ;
		}
		#footer a{color:#2d587d;}
