@charset 'UTF-8';
/* CSS Document */

body{
	font-family: Verdana, 'Bitstream Vera Sans', 'Lucida Grande', sans-serif;
	padding: 0;
	margin: 0;
	text-align:center;
	background-image:url(../images/deg_body.jpg);
	background-repeat:repeat-x;
	background-color:#328ED0;
	}

a {
	text-decoration:none;
	color:#000;
	}
	
#global{
	width:950px;
	position:absolute;
    left: 50%; 
    top: 50%;
 	margin-top: -320px; /* moitié de la hauteur */
    margin-left: -475px; /* moitié de la largeur */
	background:url(../images/visuel__blond.jpg) no-repeat center;
	background-color:#009bd5;
	}
	
#logo{
	background-image:url(../images/logo-le-nivot.jpg);
	background-repeat:no-repeat;
	width:254px;
	height:222px;
	position:relative;
	float:left;
	}	

#titre {
	visibility:hidden;
	height:0;
	margin:0;
	}

#global ul{
	width:100px;
	height:510px;
	float:right;
	margin-right:45px;
	padding:0;
	margin-top:13px;
	margin-bottom:0;
	list-style:none;
	color: #FFFFFF;
	font-size:11px;
	text-align:left;
	}
	
#global ul p{
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:4px;
	}

#global ul li{
	padding:0;
	margin:0;
	}

#global ul li a{
	display:block;
	width:100px;
	height:54px;
	display:block;
	text-indent:-5000px;
	}
	
#global ul li a.pres{
	background-image:url(../images/btn_test.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#global ul li a.pres:hover{
	background-image:url(../images/btn_test.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#global ul li a.filieres{
	background-image:url(../images/intro_btn_filieres.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#global ul li a.filieres:hover{
	background-image:url(../images/intro_btn_filieres.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#global ul li a.vf{
	background-image:url(../images/intro_btn_vie.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#global ul li a.vf:hover{
	background-image:url(../images/intro_btn_vie.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
	
#global ul li a.vie{
	background-image:url(../images/intro_btn_jeunes.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#global ul li a.vie:hover{
	background-image:url(../images/intro_btn_jeunes.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#global ul li a.actu{
	background-image:url(../images/intro_btn_mouton.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#global ul li a.actu:hover{
	background-image:url(../images/intro_btn_mouton.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#global ul li a.contact{
	background-image:url(../images/intro_btn_contact.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#global ul li a.contact:hover{
	background-image:url(../images/intro_btn_contact.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#content{
	clear:both;
	}
	
#content h2{
	font-size:30px;
	color:#FFF;
	text-align:center;
	margin:0;
	margin-bottom:12px;
	margin-top:10px;
		}
		
#content h3{
	font-size:25px;
	color:#FFF;
	text-align:center;
	margin:0;
	margin-bottom:12px;
		}
		
#content p{
	font-size:15px;
	margin:0;
	padding:0;
	margin-bottom:15px;
	color:#000;
		}
		
	
#content a{
	margin:0;
	padding:0;
	margin-bottom:15px;
	color:#fff;
	text-decoration:underline;
		}

address{
	color:#000066;
	font-size:20px;
	font-style:normal;
	line-height:27px;
	margin:0;
	}
	
address em{
	font-style:normal;
	color:#FFF;
	}
address sup{
	font-size:11px;
	}
	
address strong{
	font-size:12px;
	color:#000;
	}
	
address p{
	font-size:18px;
	margin:0;
	padding:0;
	color:#FFFFFF;
	text-decoration:blink;
	}
