/* CSS Document */

/*	Body	*/
body 
{
	background-color: #d31716;
}

/*	Liens	*/
a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/*	Grand Titre	*/

.titre {
	margin: 0;
	padding: 0;
	/* background: #fff url("../../images/designs/2/top_page.png") repeat-x top; */
	background-color: #fff;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size: 0.8em;
	color: #4a4a4a;
}

/*	CADRES contenu	*/
.encadre_photos { border: 2px solid #FEE5BD }

h1, h2, h3, h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0.6em 0 .25em 0;
}
h1 {
	font-size:16px;
	color:#FFCF00;
	font-weight:bold;
	text-align: center;
}

h2 {
	font-size:14px;
	color:#FFCF00;
	font-weight:bold;
	text-align: center;
}

h3 {
	font-size:12px;
	color:#FFCF00;
	font-weight:bold;
	text-align: center;
}

h4 {
	font-size:10px;
	color:#FFCF00;
	font-weight:bold;
	text-align: center;
}

/*	Texte	*/
.corps_justifie {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:0.85em;
	color: #FEE5BD;
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
}
.corps_droite {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:0.85em;
	color: #FEE5BD;
	text-align: right;
}
.corps_gauche {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:0.85em;
	color: #FEE5BD;
	text-align: left;
}
.corps_centre {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:0.85em;
	color: #FEE5BD;
	text-align: center;
}

.infoslegales {
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size:0.7em;
	color: #FFCC00;
	text-align: center;
}

#Princip {
	position: relative;
	width: 810px;
	padding-left: 25px;
	padding-right: 25px;
}

/*	Boutons	*/
#safari {
	height: 42px;
	position: relative;
}

#nav_suckerfish {
	position: relative;
	top: 7px;
	height: 42px;
	width: 860px;
	background: url(../images/topmenu_bg.png) repeat-x;
	background-image: url(../images/topmenu_bg.png);
}


#nav_suckerfish a:link,
#nav_suckerfish a:visited {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 16px 0 14px;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/topmenu_sep.png) 100% 0 no-repeat;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	font-size: 75%;
	color: #FEC569;
}


#nav_suckerfish li a {
	background: url(../images/topmenu_sep.png) 100% 0 no-repeat;
}

#nav_suckerfish a.topdaddy,
#nav_suckerfish li.active a.topdaddy {
	padding-right: 25px;
	background: url(../images/topmenu_sep.png) 100% 0 no-repeat;
}

#nav_suckerfish li li a:link,
#nav_suckerfish li li a:visited{
	background: none;
	font-weight: normal;
	padding: 0;
	text-indent: 15px;
}


#nav_suckerfish li li {
	padding: 0;
	background: none;
	float: left;
	padding: 0;
    width: 170px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #F8F8F8;
}

#nav_suckerfish ul ul a:link,
#nav_suckerfish ul ul a:visited {
	display: block;
	text-decoration: none;
	width: 167px;
	text-transform: none;
	background: none;
}

#nav_suckerfish li {
	float: left;
	padding: 0;
  background: none;
  height: 28px;
}

#nav_suckerfish ul li {
	position: relative;
}

#nav_suckerfish li ul {
	top: 28px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	border-right: 1px solid #CCC;
	border-left: 1px solid #F8F8F8;;
	border-bottom: 1px solid #CCC;
}
	
#nav_suckerfish ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* margin for pullouts */
#nav_suckerfish li ul ul {
	margin: -28px 0 0 170px;
}


#nav_suckerfish ul ul a.daddy {
}

#nav_suckerfish li:hover ul ul, 
#nav_suckerfish li:hover ul ul ul,
#nav_suckerfish li:hover ul ul ul ul,  
#nav_suckerfish li.sfhover ul ul, 
#nav_suckerfish li.sfhover ul ul ul, 
#nav_suckerfish li.sfhover ul ul ul ul {
	left: -999em;
}

#nav_suckerfish li:hover ul, 
#nav_suckerfish li li:hover ul, 
#nav_suckerfish li li li:hover ul, 
#nav_suckerfish li li li li:hover ul,
#nav_suckerfish li.sfhover ul, 
#nav_suckerfish li li.sfhover ul, 
#nav_suckerfish li li li.sfhover ul,
#nav_suckerfish li li li li.sfhover ul{
	z-index: 100;
	left: 0;
	background: #E1E1E1;
}

#nav_suckerfish li:hover, #nav_suckerfish li.sfhover {
      left: 0;
}

#nav_suckerfish li li.active {
	background: none;
}

#nav_suckerfish li.active a:link,
#nav_suckerfish li.active a:visited,
#nav_suckerfish li.active a.topdaddy:link,
#nav_suckerfish li.active a.topdaddy:visited{
	color:#FFFF3E}

#nav_suckerfish li:hover a:link,
#nav_suckerfish li:hover a:visited, 
#nav_suckerfish li.sfhover a:link,
#nav_suckerfish li.sfhover a:visited,
#nav_suckerfish li li:hover a:link,
#nav_suckerfish li li:hover a:visited,
#nav_suckerfish li li.sfhover a:link,
#nav_suckerfish li li.sfhover a:visited {
	color: #FFFF3E;/*btn orange*/
}