/*- THE RESET */

/*- RESET, courtesy of http://www.blueprintcss.org/ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
	text-align: left;
}

/*    ********** BASICS  ***********     */

body {
	font: 12px/1.231 HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #2a2a2a;
	/*text-align: center;*/
	background: url(../img/top-gradient.jpg) repeat-x;
}

a:link {
	color: #39c;
	text-decoration: none;
}

a:hover {
	color: #8b2721;
}

a:active {
	color: red;
}

a:visited {
	color: #2927a2;
	text-decoration: none;
}

table {
	font-size: inherit;
	/*font: 100%;*/
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	

/**font-size: 108%;*/
	line-height: 100%;
}

/*    ********** STRUCTURE  ***********     */
#logo{
	text-align: center;
}
#content {
	padding-top: 170px;
	padding-left: 20px;
}
#contact, #newsletter{
	position: absolute;
	float: left;
	margin-left: 50px;
}

#lang{
	float: right;
	padding-right: 50px;
}
#contact a, #newsletter a{
	color: #2a2a2a;
}
#contact a:hover, #newsletter a:hover{
	color: #8b2721;
}
#contact a:active, #newsletter a:active{
	color: red;
}
.petite_col{
	width: 200px;
	float: left;
	margin-right: 15px;
	/*border: 1px solid red;*/
}
.petite_col .titre{
	margin-top: 50px;
}
.grande_col{
	width: 350px;
	height: 550px;
	float: right;
	margin-right: 20px;
	text-align: left;
	/*padding: 10px;*/
	
}
#presentation_img{
	width: 350px;
	height: 400px;
	float: left;
	margin-right: 15px;
	text-align: left;
	overflow: hidden;
	/*padding: 10px;*/
}
.presentation{
	background-color: #e6a44e;
	/*width: 300px;*/
	/*height : 50px;*/
	float: left;
	text-align: left;
	margin-bottom: 15px;
	padding: 5px;
} 
.presentation p{
	font-size: 100%;
	color: #000;
	letter-spacing: 1.2px;
}
.petite_row{
	width: 450px;
	/*height : 250px;*/
	float: left;
	margin-right: 15px;
	text-align: left;
	margin-bottom: 15px;
	padding: 5px;
}
#actu{
	margin-top: 50px;
	margin-left: 10px;
	width: 450px;
	height: 450px;
	overflow: auto;
	padding-bottom: 10px;
	padding-right: 20px;
	float: left;
	text-align: left;
}
#actu img{
	margin: 10px 10px 10px 2px;
	float: left;
}

.event{
	border-bottom: 1px solid silver;
	float: left;
	width: 430px;
}
.photoset{
	background-color: #f7edc7;
	border-bottom: 1px solid silver;
	float: left;
	width: 430px;
}
.highlight{
	background-color: #f7edc7;
}

/*    ********** TYPE  ***********     */
.small{
	font-size: 0.9em;
	line-height: 1.6em;
}
.date_event{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 80%;
	color: #a5a5a5;
}
.titre_event{
	font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 12px;
	font-variant: small-caps;
	font-size: 110%;
	letter-spacing: 2px;
	color: #c98327;
}
.description_event{
}
.description_event_img{
	float: left;
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
}
.description_event_img p{
	vertical-align: bottom;
}
.titres {
	font-size: 150%;
	line-height: 2em;
}

.sous_titres {
	color: #4a4a4a;
	font-size: 15px;
	letter-spacing: .02em;
	margin: 0.5em 0 0.3em;
}

h1 {
	font-size: 2em
}

h2 {
	font-size: 1.5em
}

h3 {
	font-size: 1.25em
}

h4 {
	font-size: 1em
}

h5 {
	font-size: 0.8em
}

h6 {
	font-size: 0.5em
}

.wait {
	text-align: center;
	background-color: #0e0a09;
}
/*    ********** THUMBS  ***********     */


#thumbHolder{
	width: 750px;
	/*border: 1px solid red;*/
}

.equipe{
	position: relative;
	width: 180px;
	/*height: 110px;*/
	float: left;
	text-align: left;
	padding: 5px;
	border: 1px solid silver;
	margin: 10px;
	word-spacing: 0.1em;
}
.equipe_fiche{
	position: relative;
	width: 300px;
	/*height: 110px;*/
	float: left;
	text-align: left;
	padding: 5px;
	border: 1px solid silver;
	margin: 10px;
	word-spacing: 0.1em;
}
.equipe .title{
	margin-top: 10px;
	margin-left: 12px;
	float: left;
}

.equipe .thumb{
	width: 150px;
	height: 150px;
	overflow: hidden;
}

/*                  ************** coda slider **************                      */
.clear{
	clear: both;
}
p {
	text-align: left;
	margin: 8px 0
}

p, ul {
	font-size: 13px;
	line-height: 1.4em
}

p a, li a {
	color: #39c;
	text-decoration: none
}

p.intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 0 30px 0;
	text-align: center;
	width: 100%
}

p#cross-links {
	text-align: center
}

p#cross-links {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px
}

noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}

noscript a {
	color: #a00;
	text-decoration: underline
}

noscript ol {
	margin-left: 25px;
}

a:focus {
	outline: none
}

img {
	border: 0
}

h1, h2 {
	margin-bottom: 3px;
	/*padding-bottom: 3px;*/
	text-align: left
}

.slider-wrap {
	position: relative;
	width: 1000px;
	/*border: 1px solid red;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

/* These 2 lines specify style applied while slider is loading */

.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll
}

.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}

.stripViewer {
/* This is the viewing window */
	position: relative;
	overflow: hidden;
	/*border: 1px solid #555;*/
	
/* this is the border. should have the same value for the links */
	margin: auto;
	width: 900px;
	/* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 560px;
	clear: both;
	/*background: #fff;*/
}

.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;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	height: 550px;
/* -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: 900px;
	vertical-align: bottom;
/* Also specified in  .stripViewer  above */
}

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

.stripNav {
/* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul {
/* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px;
/* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a {


/* The nav links */
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: center;
	line-height: 32px;
	/*background: #c6e3ff;*/
	color: #2a2a2a;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a {
	/*background: #60f*/
}

.stripNav li.tab2 a {
	/*background: #60c*/
}

.stripNav li.tab3 a {
	/*background: #63f*/
}

.stripNav li.tab4 a {
	/*background: #63c*/
}

.stripNav li.tab5 a {
	/*background: #00e*/
}

.stripNav li a:hover {
	/*background: #333;*/
}

.stripNav li a.current {
	background: #dad1af;
	color: #2a2a2a;
}

.stripNavL, .stripNavR {


/* The left and right arrows */
	position: absolute;
	top: 430px;
	text-indent: -9000em;
}

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

.stripNavL {
	left: 0;
	background: url("../img/fleche-gauche.png") no-repeat center;
}

.stripNavR {
	right: 0;
}

.stripNavR {
	background: url("../img/fleche-droite.png") no-repeat center;
}