/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:#ffffff;
	overflow:auto;
	background:url(../images/fond.jpg) no-repeat 50% 0 #c8c8c8;
	font-family: "Colibri",Arial, Helvetica, sans-serif;
	font-size:14px; 
	text-align: justify;
	line-height:1.5em;
	color:#000000;
}
.container {
	margin: 0 auto;
	background:url(../images/fond.jpg) no-repeat 50% 0 #c8c8c8;
	position: relative;
	width: 980px;
	font-size:.75em;
}


#menuDeroulant
{
 width: 980px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}

#menuDeroulant li
{
 float: left;
 margin: 0;
 padding: 0;
 border: 0;
}

#menuDeroulant .sousMenu
{
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}

#menuDeroulant .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
}			
			
#menuDeroulant li
{
 float: left;
 width: 196px;
 margin: 0;
 padding: 0;
 border: 0;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
 height: 1%;
 color: #000;
 background: #c8c8c8;
 margin: 0;
 padding: 4px 8px;
 border-right: 1px solid #c8c8c8;
 text-decoration: none;
}

#menuDeroulant li a:hover 
{ 
 background-color: #f9ebd4;
 font-weight:bold;
}
#menuDeroulant li a:active { background-color: #c8c8c8; }
 
#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited
{
 display: block;
 color: #000;
 margin: 0;
 border: 0;
 text-decoration: none;
 background: #c8c8c8;
}

#menuDeroulant .sousMenu li a:hover
{
 background-image: none;
 background-color: #f9ebd4;
}			

#menuDeroulant .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
 width: 195px;
 border-top: 1px solid c8c8c8;
 border-right: 1px solid transparent;
}			

#menuDeroulant .sousMenu
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}

#menuDeroulant li:hover > .sousMenu { display: block; }			


#menuDeroulant
{
 width: 980px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
 position: absolute;
 top: 150px;
 left: 0;
}         

p {margin-bottom:35px;}
.p1 { margin-bottom:15px;
	font-size:15px;
}
.p11 { font-size:15px;}
.p111 { font-size:15px;
	text-decoration:underline;
	font-weight:bold;
	margin-bottom:inherit;
}
.p2 { margin-bottom:24px;}
.p21 {font-size:18px;}
.p3 { margin-bottom:40px;}
.p33 { margin-bottom:50px;}
.p5 { font-size:12px;}


/*----- txt, links, lines,0 titles -----*/
a {
	color:#23408e;
	font-size:13px;
	text-decoration:none;
	outline:none;
}
a:hover{
	font-weight:bold;
}

.a1 {
	color:#23408e;
	font-size:15px;
	text-decoration:none;
	outline:none;
}

.a1:hover{
	color:#ffffff;
	font-weight:bold;
}

.a2 {
	color:#23408e;
	font-size:15px;
	text-decoration:none;
	outline:none;
}

.a2:hover{
	color:#ffffff;
	font-size:15px;
	text-decoration:underline;
	font-weight:normal;
}

.a3 {
	color:#23408e;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

.a3:hover{
	font-size:16px;
	color:#ffffff;
	text-decoration:underline;
}

h1 {
	font-family:Algerian;
	font-size:20px;
	line-height:1.2em;
	font-weight:normal;
	color:#000;
	padding:0 0 0 0;
}
h2 {
	font-family:Algerian;
	font-size:18px;
	line-height:1.2em;
	font-weight:normal;
	color:#000;
	padding:0 0 0 0;
}
h3 {
	font-family:"Colibri",Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#9e0039;
	font-weight:normal;
	border-bottom:1px solid #9e0039;
	padding:0 0 3px 0;
	margin-bottom:20px;
}
h4 {
	font-size:20px;
	color:#000;
	margin-bottom:5px;
}

.inside{ padding: 20px 40px 0 20px; }

.inside-cont{ padding: 20px 40px 0 100px; }

.inside-form{ padding: 20px 0 0 20px; }

.photo{ padding: 20px 20px 0 0; }

.photomod{ padding: 20px 0 0 0; }

.content{ 
	border-top:1px solid #000;
	padding: 5px 0 0 0;
}

.logo{ padding: 6px 0 0 0; }

label {
	font-size:15px;
	line-height:1.5em;
}