@charset "utf-8";
/* Style CSS du site web de Form'Action */

body {
	background-color:#000000;
}

.tabcenter{
   margin-left:auto;
   margin-right:auto;
}


div {
	color:#FFFFFF;
	font-size:22px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}

a {
	text-decoration:none;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
}

a.Menu {
	color:#000000;
}

.PiedDePage{
	color:#FFFFFF;
	text-align:center;
	font-size:16px;
}

.MenuAccueil {
	width:100%;
	margin-top:10%;
}

.MenuArticle {
	border-color:#FFFFFF;
	background-color:#FFFFFF;
	padding:5px;
	height:10px;
	font-size:15px;
}

.TitreArticle {
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	margin-top:35px;
	margin-bottom:25px;
	margin-left:10px;
	font-style:italic;
}

.ContenuArticle {
	width:75%;
	margin-left:100px;
	padding:10px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
}

.Formation {
	font-size:24px;
}
/* CSS du Menu */
* {
	margin:0;
	padding:0;
}

#topnav {
	background:url(../Images/menubar.png) no-repeat;
	height:29px;
	width:1060px;
	margin-top:30px;
}

.lavaLampWithImage {
	position: relative;
	height: 26px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 1060px;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
}
                
.lavaLampWithImage li {
	float: left;
    list-style: none;
}

.lavaLampWithImage li.back {
    background: url(../Images/lavamenu2.png) no-repeat right;
    width: 9px;
	height: 23px;
    z-index: 8;
    position: absolute;
}

.lavaLampWithImage li.back .left {
	background: url(../Images/lavamenu1.png) no-repeat left;
	height: 23px;
	margin-right: 12px;
}


.lavaLampWithImage li a {
	font: normal 14px "Trebuchet MS", Arial, Halvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 3px;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .current a,  current a:visited .lavaLampWithImage li a:visited {
	border: none;
}
