@charset "UTF-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #00538D;
	text-decoration: none;
}
#global {
	position:absolute;
	left:50%;
	width:800px;
	height: 680px;
	margin-top:10px;
	margin-left:-400px;
	background-color: #FFFFFF;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#global-2{
	position:absolute;
	left:50%;
	width:800px;
	margin-top:10px;
	margin-left:-400px;
	background-color: #FFFFFF;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	#anime logo{
	display: block;
	height: 200px;
	width: 800px;
}
/*---------------footer------------------*/
#footer{
	width:800px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	background-color: #00538D;
	margin-top: 410px;
}
#footer a{
	text-decoration: none;
	color: #FFFFFF;
}
/*------------txt-central-----------*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00538D;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
p.txt-courant{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00538D;
	width: 350px;
	float: left;
	position: relative;
	padding-left: 50px;
}
#txt-droite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00538D;
	width: 350px;
	float: right;
	position: relative;
	padding-left: 20px;
	background-color: #FFFFFF;
}
p.txt-exposant{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00538D;
	margin: 0px;
	font-weight: bold;
}
#txt-programme{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00538D;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: justify;
	line-height: 11px;
}
.lettrine{
	float: left;
	margin-right: 10px;
	padding: 1px;
	vertical-align: top;
}

