/* CSS Document */

body {
	background:#92bfeb url("../images/fpage.jpg") no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	margin-bottom:20px;
}

/********************************/
/*			STRUCTURE			*/
/********************************/
#global {
	position:absolute;
	top:5px;
	left:50%;
	width:762px;
	margin-left:-381px;
	padding:0;
	*padding:105px 0 0 0; /* pour IE */
}

#entete {
	position:absolute;
	top:17px;
	left:0;
	margin:0;
	padding:0;
	background:url("../images/fentete.png") no-repeat;
	width:762px;
	height:88px;
}
#entete h1 {
	position:absolute;
	top:9px;
	left:31px;
	margin:0;
	background:url("../images/logo.png") no-repeat;
	width:196px;
	height:70px;
}
#entete h1 a {
	display:block;
	width:196px;
	height:70px;
}
#entete h2 {
	position:absolute;
	top:9px;
	left:258px;
	margin:0;
	width:324px;
	height:70px;
}
#entete h1 span, #entete h2 span {
	display:none;
}

#corps {
	position:relative;
	width:760px;
	background:#fff url("../images/bottom-corps.png") no-repeat left bottom;
	border-left:1px solid #999;
	border-right:1px solid #999;
	margin-top:105px;
}

#visuel {
	position:relative;
	width:505px;
	height:244px;
	margin-left:255px;
}
#visuel h1 {
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:6px 0 8px 10px;
}
#visuel h1 span {
	font-size:18px;
}

#contenu {
	position:relative;
	padding:3px;
}

/********************************/
/*			MENUS				*/
/********************************/
/* menu general */
#mactus, #mcontact, #mtele {
	position:absolute;
	top:38px;
	margin:0;
	width:75px;
	font-size:13px;
	padding-top:1px; /*14*/
	text-align:center;
}
#mactus {
	left:592px;
	border-top:4px solid #36c;
}
#mcontact {
	left:673px;
	border-top:4px solid #039;
}
#mtele {
	left:592px;
	top:62px;
	width:154px;
	border-top:4px solid #036;
}

#mactus a, #mcontact a ,#mtele a {
	color:#4b4b4b;
	text-decoration:none;
}
#mactus a:hover, #mcontact a:hover ,#mtele a:hover{
	color:#000;
}


/* menus de navigation */
#mnavigation {
	position:absolute;
	top:105px;
	left:4px;
	width:252px;
	height:244px;
	background:url("../images/menus/fmenunavigation.png") no-repeat;
	margin:0;
	padding:0;
}
#mnavigation li {
	list-style-type:none;
	list-style-position:outside;
}
#mnavigation li .m1, #mnavigation li .m2, #mnavigation li .m3 {
	display:block;
	margin-left:4px;
	margin-top:1px;
	padding:5px 0 0 32px;
	height:29px;
	font-size:17px;
	color:#fff;
}
#mnavigation li .m1 {
	margin-top:5px;
	background:url("../images/menus/ftm1.png") no-repeat;
}
#mnavigation li .m2 {
	background:url("../images/menus/ftm2.png") no-repeat;
}
#mnavigation li .m3 {
	background:url("../images/menus/ftm3.png") no-repeat;
}
#mnavigation li a.m1, #mnavigation li a.m3 {
	color:#fff;
	text-decoration:none;
}
#mnavigation li a.m1:hover, #mnavigation li a.m3:hover {
	text-decoration:underline;
}
#mnavigation li ul {
	margin:0 0 0 20px;
	padding:0;
}
#mnavigation li ul li ul {
	margin:0 0 0 10px;
	padding:0;
}
#mnavigation li ul a {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
#mnavigation li ul a:hover {
	text-decoration:underline;
}
#mnavigation li ul a.m22 {
	font-size:13px;
	color:#7e6898;
}

/* menu langues */
#mlangues {
	position:absolute;
	top:0;
	right:0;
	width:106px;
	height:14px;
	background:url("../images/menus/fflag.png") no-repeat;
	margin:0;
	padding:3px 0 0 11px;
}
#mlangues li {
	display:inline;
	margin:0 2px 0 0;
}
#mlangues li a img {
	border:none;
}
#mlangues li a span {
	display:none;
}

/* menus mentions legales */
#mlegal {
	position:relative;
	float:right;
	margin:-1px 0 0 0;
	padding:0;
}
#mlegal li {
	float:left;
	list-style-type:none;
	list-style-position:outside;
	height:18px;
	*height:15px;
	_height:18px;
	padding-left:12px;
	margin-left:5px;
	background:url("../images/menus/mlegal-li.png") no-repeat left bottom;
}
#mlegal li a, #mlegal li span{
	padding:2px 12px 4px 0;
	background:url("../images/menus/mlegal-a.png") no-repeat right bottom;
	font-size:10px;
	color:#000;
	text-decoration:none;
}
#mlegal li a:hover {
	text-decoration:underline;
}

/********************************/
/*			ACCUEIL				*/
/********************************/
#contenu.accueil h1 {
	font-size:20px;
	font-weight:bold;
	color:#36c;
	margin:0 0 4px 0;
	padding:12px 0 0 27px;
	background:url("../images/separation.png") repeat-x;
}
#contenu.accueil p {
	position:relative;
	float:left;
	margin:0;
	padding:10px;
	width:231px;
	height:66px;
	background:url("../images/bloc-actu.png") no-repeat;
}
#contenu.accueil p a {
	color:#826c9a;
	float:right;
}
#contenu.accueil p a:hover {
	text-decoration:none;
}

/********************************/
/*			GENERAL				*/
/********************************/
hr {
	display:none;
}
.spacer {
	clear:both;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:0;
}
h3 {
	font-size:12px;
	font-weight:bold;
}
h4 {
	font-size:12px;
	font-weight:bold;
	margin:15px;
}

#visuel h1.partie1, #contenu.partie1 h2, #contenu.partie1 h3, #contenu.partie1 a {
	color:#5ea0db;
}
#visuel h1.partie2, #contenu.partie2 h2, #contenu.partie2 h3, #contenu.partie2 a {
	color:#7e6898;
}
#visuel h1.partie3, #contenu.partie3 h2, #contenu.partie3 h3, #contenu.partie3 a {
	color:#336;
}
#visuel h1.contact, #contenu.contact h2, #contenu.contact h3, #contenu.contact a {
	color:#336;
}
#visuel h1.actus, #contenu.actus h2, #contenu.actus h3, #contenu.actus a {
	color:#36c;
}

#contenu a {
	text-decoration:underline;
}
#contenu a:hover {
	text-decoration:none;
}

#contenu .flottante {
	position:relative;
	float:left;
	width:373px;
	margin:5px 1px;
}
#contenu .flottante p {
	margin:10px 14px;
	text-align: justify;
}
#contenu .flottante ul {
margin-top:10px;
}
#contenu .flottante li {
	margin:0 14px;
	text-align: justify;
	font-size:12px;
}
#contenu.partie1 .flottante {
	height:172px;
	background:url("../images/applications/ftxt1.png") no-repeat;
}
#contenu.partie2 .flottante {
	height:172px;
	background:url("../images/applications/ftxt1.png") no-repeat;
}

.flottante h3 {
	margin:20px 14px 15px 14px;
}

.flottante span.legende {
	position:absolute;
	top:7px;
	left:10px;
	color:#000;
	font-style:normal;
}

.telechargement {
	position:relative;
	float:left;
	width:373px;
	margin:5px 1px;
	background:url("../images/ftelech.png") repeat-y;
}
.toptelech {
	position:relative;
	width:373px;
	height:14px;
	background:url("../images/toptelech.png") no-repeat;
}
.bottomtelech {
	position:relative;
	width:373px;
	height:14px;
	background:url("../images/bottomtelech.png") no-repeat;
}
.telechargement h3 {
	margin:0 14px 15px 14px;
}

dfn {
	color:#039;
	border-bottom:1px dashed #039;
}

.date {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
}

/********************************/
/*			CONTACT				*/
/********************************/
#contenu.contact .bloc1, #contenu.contact .bloc2, #contenu.actus .bloc1, #contenu.actus .bloc2 {
	position:relative;
	float:left;
	margin:5px 1px;
}
#contenu.contact .bloc1, #contenu.actus .bloc1 {
	padding:10px;
	width:250px;
}
#contenu.contact .bloc2, #contenu.actus .bloc2 {
	width:447px;
}
form {
	margin:0;
	padding:0;
}
fieldset {
	padding:14px 14px 0 14px;
	background:url("../images/contact/fbloc.png") no-repeat;
	border:none;
	margin:-20px 0 15px 0;
	*margin:0 0 15px 0;
}
.decobasse {
	background:url("../images/contact/bottom-bloc.png") no-repeat;
	height:14px;
	margin:0 -14px;
}
legend {
	padding:0;
	margin:30px 0 0 0;
	*margin:-4px 0 8px 0;
	font-size:16px;
	font-weight:bold;
	color:#336;
}
label {
	position:relative;
	display:block;
	margin:0;
}
input {
	position:absolute;
	left:170px;
}
label.obligatoire, p.obligatoire {
	color:#f00;
	font-style:italic;
}
input.obligatoire {
	border:1px solid #f00;
}
textarea {
	width:400px;
	height:80px;
}
input.envoyer {
	position:relative;
	float:right;
	padding:0;
	margin:-35px 0 0 0;
	*margin:-40px 0 0 0;
	left:auto;
	height:34px;
	width:128px;
	font-weight:bold;
	color:#fff;
	border:none;
	background:url("../images/contact/fsubmit.png") no-repeat;
}

/********************************/
/*			ACTUALITES			*/
/********************************/
ul.actus {
	position:relative;
	margin:0 0 15px 272px;
	padding:14px 0 0 0;
	left:auto;
	*left:272px;
	width:447px;
	background:url("../images/contact/fbloc.png") no-repeat;
}
ul.actus li {
	list-style-type:none;
	list-style-position:outside;
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
	margin:0 14px 8px 14px;
	font-size:14px;
	font-weight:bold;
}
ul.actus li.decobasse {
	background:url("../images/contact/bottom-bloc.png") no-repeat;
	height:14px;
	border-bottom:none;
	padding:0;
	font-size:9px;
	margin:5px 0 0 0;
}
ul.actus li a{
	font-size:12px;
	font-weight:normal;
	margin-left:25px;
}
ul.actus li a:hover{
}

.photo1, .photo2, .photo3 {
	position:relative;
	text-align:center;
	width:252px;
	margin-bottom:10px;
}
.legende {
	font-style:italic;
}
a img {
	border:none;
}
#contenu.actus .bloc2 {
	padding:0;
	background:url("../images/contact/fbloc.png") no-repeat;
}
#contenu.actus .decobasse {
	margin:0;
}
#contenu.actus .bloc2 h2, #contenu.actus .bloc2 p {
	margin:10px;
}

.fichiertelech {
	position:relative;
	width:373px;
	margin:5px 34px;
	background:url("../images/ftelech.png") repeat-y;
}
.fichiertelech h3 {
	margin:0 14px 15px 14px;
}

#popupXL {
}
#popupXL img {
	position:relative;
	border:1px solid #666;
}
#popupXL .close{
	position:relative;
	*position:absolute;
	display:block;
	float:left;
	top:auto;
	*top:0;
	background:#fff;
	color:#666;
	padding:2px 5px;
	border:1px solid #666;
	text-decoration:none;
}
#popupXL a.close:hover {
	background:#666;
	color:#fff;
}
