@charset "iso-8859-1";

BODY {	FONT-FAMILY: Verdana; 
		FONT-SIZE: 12;
		COLOR: #000000;}
		
/* Les liens */
A {FONT-SIZE: 12; COLOR: #133b15; FONT-WEIGHT: Bold}
A:visited {color: #133b15; text-decoration: none; FONT-WEIGHT: Bold}
A:hover {TEXT-DECORATION: underline; COLOR: #133b15; FONT-WEIGHT: Bold}
A:link {TEXT-DECORATION: none; COLOR: #133b15; FONT-WEIGHT: Bold}

A.a {FONT-SIZE: 13; COLOR: #FFFFFF;}
A.a :visited {color: #FFFFFF; text-decoration: none}
A.a :hover {TEXT-DECORATION: underline; COLOR: #FFFFFF;}
A.a :link {TEXT-DECORATION: none; COLOR: #FFFFFF;}

/* Tableaux */
TD {FONT-SIZE: 12; font-family: Verdana; COLOR: #000000;}

/* Titres */
H1 {FONT-SIZE: 16; COLOR: #133b15; FONT-FAMILY: Verdana; FONT-WEIGHT: Bold;}
H2 {FONT-SIZE: 14; COLOR: #133b15; FONT-FAMILY: Verdana; FONT-WEIGHT: Bold;}
H3 {FONT-SIZE: 13; COLOR: #000000; FONT-FAMILY: Verdana; FONT-WEIGHT: Bold; FONT-STYLE: italic}

.stripViewer .panelContainer .panel ul 
{
	text-align: center; 
	margin: 0 15px 0 30px; 		
}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
	text-align:center;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 612px; background: #000; overflow: scroll; text-align:center;}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 5px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 618px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 792px;
	clear: both;
	text-align:center;
}

.stripNav {
	display:none;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 618px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
	padding-top:0px;
	text-align:center;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 130px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 80px;
	width: 80px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("Images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("Images/arrow-right.gif") no-repeat center;
}

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

.portes_liens a, .portes_liens a:link, .portes_liens a:active, .portes_liens a:visited {
	font-size:120%;
padding:20px;
}