@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: rgb(217,213,210);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #373737;
	/*color: #6a6a69;*/
}

img {
	border:0;
}

a {
	color:#ff0b00;
}

.twoColFixLt #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:720px;
	background: rgb(151,152,146);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/fond.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	position: relative;
}

#barContainer {
	width:851px;
	margin-left:24px;
	position:relative;
}

#logo {
	position:absolute;
	left:433px;
	top:25px;
	width:238px;
	height:66px;
	z-index:3;
}

#sideBar2Content {
	padding: 10px 0px 10px 10px;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px 10px 5px;
	margin-top:185px;
	color:#FFFFFF;
}

#mainBar{
	margin: 0 0 0 229px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	top:128px;
	position:relative;
}

#menu{
	margin: 0 0 0 14px;
}

.twoColFixLt #mainContent { 	 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:615px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu a {
	padding:0;
	margin:-3px;
}


.mainContent #container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 20px 0 10px;
}

.mainContent{
	background-color:#EFEFEF;
}

.retourHaut{
	position:relative;
	right:0;
	text-align:right;
	vertical-align:bottom;
}

.retourHautDiv{
	width:100%;
}

.inscription{
	position:relative;
	left:0;
	text-align:left;
	vertical-align:bottom;
}


/*
* pour la home
*/

#colonne1 {
	float: left;
	width: 260px;
}
#colonne2 {
	float: left;
	width: 260px;
	margin-left:20px;
}
#partie1 {
	height: 155px;
}
#partie2 {
	height: 155px;
}

#temoignage {
	/*font-size: 11px;*/
/*	margin-top:10px;*/
	padding-top:15px;
	position:relative;
}

#colonne1 p, #colonne2 p, #temoignage p {
	margin-top:3px;
	padding:0;
}

#sidebar1 ul li a {
	margin:0;
	margin-left: 0px;
	text-decoration:none;
	padding:0 0 0 0;
	/*background: url(images/fleche.gif) 0px 0px no-repeat;*/
	color:#FFFFFF;
	font-weight:bold;
}

#sidebar1 ul li a:hover {
	color:#ff0b00;
}

#sidebar1 ul{
	padding: 0;
	margin-top:10px;
	margin-left:0px;
	list-style: none;
}

#sidebar1 ul .dateEvent {
	font-weight:bold;
}

#sidebar1 ul li {	
	padding-left:24px;
	margin:0 0 15px 10px;
	list-style:none;
	background: url(images/fleche.gif) 0 0 no-repeat;	
}

.allEvents {
	margin-top:30px !important;
	/*padding-top:30px;*/
}

#titleEvent {
	padding-left: 16px;
}

.citation {
	font-style:italic;
}

.rouge {
	color:#ff0b00;
}

.titre {
	font-size: 14px;
	color:#4f4e45;
	margin:0px;
}

.titreSep {
	font-size: 14px;
	color:#4f4e45;
	margin-top:40px;
}

#accroche {
	font-size: 15px;
	font-weight:bold;
	color:#ff0b00;
	margin-bottom:13px;
	font-style:italic;
}

.titre a {
	text-decoration: none;
	color:#4f4e45;
}

#photo {
	border:0;
	margin: 0;
	padding: 0px 5px 15px 30px;
	/*position:absolute;
	right:20px;
	top:60px;*/
	float:right;
	width:138px; 
	height:197px;
}


/* POUR LA PAGE LIEN */
.liens ul li {
	margin-bottom: 8px;
}

.liens ul li a{
	color:#4f4e45;
	text-decoration:none;
}

.liens ul li a:hover{
	color:#ff0b00;
	text-decoration:underline;
}


/* POUR LE FORMULAIRE D'INSCRIPTION */
form label {
	display: block;
}

form input {
	display: block;
	width: 200px;
	margin-bottom: 10px;
}

form textArea {
	width: 300px;
	height: 100px;
	margin-top: 3px;
}

form #newsLetter {
}

form br {
	clear:left;
}

form .submitButton {
	margin-top: 20px;
}


/* POUR LE PROGRAMME GENERAL */
a.lienGris {
	text-decoration:none;
	color:#4f4e45;
}

a:hover.lienGris {
	text-decoration:underline;
	color:#ff0b00;
}


a.lienNonDecore {
	text-decoration:none;
}

a:hover.lienNonDecore {
	text-decoration:underline;
}

h1 {
	font-size: 14px;
	color:#4f4e45;
	margin:0 0 2px 0;
}


h2 {
	font-size: 13px;
	color:#4f4e45;
	margin:15px 0 2px 0;
}

h3 {
	font-size: 12px;
	color:#4f4e45;
	margin:0 0 0 0;
	padding:0;
}

.noMargin {
	padding:0;
	margin:0;
	margin-bottom:4px;
}

.noMargin2 {
	padding:0;
	margin:2px 0;
}

.publication {
	margin-bottom:10px;
}

.espTop{
	margin-top:10px;
}



