* {
	margin: 0px;
	padding: 0px;
}

body {
	background:url(../images/2010_background.jpg) #1b5f97 center top repeat-x fixed;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}

.clear{clear:both;}

#ombre {
	margin: 0px auto;
	text-align: center;
	width: 850px;
	position: relative;
	background:url(../images/new_ombre.png) repeat-y;
}

#container {
	margin: 0px auto;
	width: 800px;
	position:relative;
}

a{
	font-size:12px;
}

p{
	margin: 15px 0px;
}

blockquote{
	border: #1b5f97 1px dotted;
	color: #1b5f97;
	background-color: #d4d3e4;
	padding-right: 10px;
	padding-left: 10px;
	font-style: italic;
	font-size: large;
}

textarea{
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/********************** Header ***************************/

#header2 {
	/*background-image:url(../images/new_header.jpg);*/
	background-repeat: no-repeat;
	width:800px;
	height:262px;
	position:relative;
	z-index:5;
}

#header3 ul{
	background-color:#282e60;
	width:800px;
	display:block;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}

#header3 li{
	display:inline;	
}

#header3 ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 11px;
}

#header3 ul a:hover{
	text-decoration:none;
	color:#cccccc;
}

#coeur {
	position:absolute;
	top:15px;
	left:600px;
	z-index:10; 
}


/********************** Content ***************************/

.intro {
font-size:1.2em;
}

img.diapo {
	float: right;
	margin: 0 0 0 15px;
	padding: 10px;
	border: #94c3df 1px solid;
}

#content {
	width:800px;
	/*position:relative;*/
	background-color: #ffffff;
	text-align: left;
}

img{
	border-width:0px;
}

h1{
	color:#000000;
	font-size:16px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#000000;
	font-size:14px;
	margin: 15px 0px 15px 0px;
}

h3{
	color:#000000;
	font-size:12px;
	margin: 10px 0px 10px 0px;
}

#colonne1 {
	float:left;
	width:750px;
	margin-left:27px;
	padding: 0px 20px 0px 0px;
	display:inline;
}

#left {
	float:left;
	width:500px;
	margin-left:27px;
	padding: 0px 20px 0px 0px;
	display:inline;
}

#left2 {
	float:left;
	width:350px;
	margin-left:27px;
	padding: 0px 20px 0px 0px;
	display:inline;
}

#left li a{
text-decoration:none;
line-height: 25px;
font-size:large;
line-height: 40px;
}

#left a{
text-decoration:none;
}

#left ul{
list-style:none;
}

#colonne1 li a{
text-decoration:none;
font-size:large;
line-height: 40px;
}

#colonne1 a{
text-decoration:none;
}

#colonne1 ul{
list-style:none;
}


#left_table {
	float:left;
	width:500px;
	margin-left:27px;
	padding: 0px 20px 0px 0px;
	display:inline;
}

#left_table table{
border:2px solid #1b5f97;
border-collapse: collapse;
margin-top: 10px;
}

#left_table table tr td{
border: 1px solid #1b5f97;
padding: 5px;
}

#left_table table tr th{
border: 1px solid #1b5f97;
padding: 5px;
}

#left_table table tr td a{
text-decoration: none;
}

#left_table a{color:#28556b;}

#left_table a:hover{color:#c77e0c;}

#colonne1 table tr td{
padding: 15px;
}

#photos a{
	margin-right:14px;
}

#right {
	float:left;
	width:200px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;
}

#right2 {
	float:left;
	width:400px;
	padding: 0px 0px 20px 0px;
	margin-top:10px;
}

#right a{
	color:#c77e0c;
}

#right a:hover{
	color:#85a157;
}

#boite1 {
	float:left;
	width:200px;
	padding: 0px 20px 20px 20px;
	border: #1b5f97 1px solid;
	height: 250px;
	background-color: #d4d3e4;

}

#boite2 {
	float:left;
	width:200px;
	padding: 0px 20px 20px 20px;
	border: #1b5f97 1px solid;
	height: 250px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #d4d3e4;


}
/********************** Footer ***************************/

#footer {
	width:800px;
	text-align:right;
	font-size: 10px;
	/*position:relative;*/
	height:99px;
	background-image:url(../images/2010_footer.jpg);
	color:#FFFFFF;
}

#footer a{
color:#FFFFFF;
font-size: 9px;
}
/*pop-up*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 7px;
border-color: #ffffff;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -400px; /*position where enlarged image should offset horizontally */
/*margin-top: 25px;*/
margin-top: -310px;
}
