/* CSS Document */
*{
}
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #ffa800;
	background-image: url(images/fdDegrade.jpg);
	background-repeat: repeat-x;
}
h1{font-family:Arial, Helvetica, sans-serif; font-size:20px; color: #221E06;line-height:21px; margin-right: 5px;
}
h2{font-family:Arial, Helvetica, sans-serif; font-size:14px; color: #333333;line-height:21px;margin-right: 5px;
}
p{font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #25240E;text-decoration:none;margin-right: 20px;
}
a:link { font-weight: normal; color: #332F20; text-decoration:none}
a:visited { font-weight:normal; color: #333333; text-decoration: none }
a:hover { font-weight:normal; color: #FDE1A2; text-decoration:none ; border: 0px }
.intervenants{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#473525; margin-bottom:20px;
}
.image:link{border:none;}
.image:visited{border:none;}
.image:hover{border:none;}

/*a:hover{border:none; text-decoration:none;}*/

#conteneur_principal{
	background-color: #ffa800;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 960px;
}

#menu {
	margin-top:0px;
	float: left;
	width: 580px;
	height: 75px;
}
#colonneDroite {
	float: left;
	width: 380px;
}

#diaporama {
	position:absolute;
	margin-top:160px;
	top: -160px;
	left: 678px;
	float: left;
	
}
#texte {
	background-color: #ffa800;
	float: left;
	width: 420px;
	padding-left: 20px;
	padding-right: 20px;
}
#fd_texte_ht{
	background-image: url(images/ht_reflet.png);
	background-repeat:no-repeat;
	float: left;
	width: 110px;
	padding-bottom: 10px;
	margin-right: 10px;
}
#fd_texte_bas{
	background-image:url(images/bas_reflet.png);
	background-repeat:no-repeat;
	margin-left:-20px;
	height:18px;
}

#menu_lateral{
	float: left;
	width: 85px;
	padding-left: 15px;
}
#ombre_gauche {
	position:absolute;
	background-image: url(images/images/shadow_gauche.png);
	background-repeat:repeat-y;
	width:20px;
	left: -20px;
	height:1000px;
	}
#ombre_droite{
	position:absolute;
	background-image: url(images/images/shadow_droite.png);
	background-repeat:repeat-y;
	width:20px;
	left: 901px;
	height:1000px;
}
#colonneGauche {
	float: left;
	width: 580px;
}
#menuPresentation a {
	background-image: url(images/presentation.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 111px;
	margin: 0px;
}
#menuContact a:hover {
	background-image: url(images/contactRo.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 64px;
}
#menuAnimation a {
	background-image: url(images/animation.jpg);
	width: 111px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
}
#menuAnimation  a:hover {
	background-image: url(images/animationRo.jpg);
	background-repeat: no-repeat;
	width: 111px;
}
ul {
	margin: 0px;
	list-style-image: none;
	padding: 0px;
}
li {
	margin: 0px;
	list-style-image: none;
	float: left;
	display: block;
	height: 75px;
	padding: 0px;
}
#menuCreation a {
	background-image: url(images/creation.jpg);
	width: 111px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
}
#menuPresentation a:hover {
	background-image: url(images/presentationRo.jpg);
	background-repeat: no-repeat;
	width: 111px;
}

#menuCreation a:hover {
	background-image: url(images/creationRo.jpg);
	background-repeat: no-repeat;
	width: 111px;
}
#menuFormation a {
	background-image: url(images/formationR.jpg);
	background-repeat: no-repeat;
	width: 111px;
	float: left;
}
#menuFormation a:hover {
	background-image: url(images/formationRo.jpg);
	background-repeat: no-repeat;
	width: 111px;
}
#menuContact a {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	width: 64px;
	float: left;
}

#menu ul {
	float: left;
	margin: 0px;
	list-style: none;
	width: 580px;
	padding: 0px;
}
#menu span {
	display: none;
}

#menu li {
	display: block;
	height: 75px;
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	float: left;
	margin: 0px;
	height: 75px;
}

