/* Propriétés communes -----------------------------*/
html { 
	/*height:100%;*/
	margin:0; padding:0; 
	/*overflow:visible;*/
	overflow-x:hidden; 
	overflow-y:auto; 
}

body {
	height:100%;
	margin:0;padding:0;
	/*overflow:auto;
	overflow-x:hidden;*/
	background:url('../images/bas.jpg') bottom center no-repeat;
	background-color:#DDEDFF;
}

body.int {
	/*height:100%;*/
	margin:0;padding:0;
	/*overflow:auto;*/
	overflow-x:hidden;
	background:url('../images/fond.jpg') bottom center no-repeat;
	background-color:#DDEDFF;
}


img { display:block; border:0px; padding:0px; margin:0px; }

a, p a 				{ 
	color: #006699; 
	text-decoration:underline;
	cursor:pointer;
}
a:hover, p a:hover 	{ 
	color: #ff6600; 
	text-decoration:underline; 
}

h1,h2,h3,h4,h5	{ 
	font-family:Arial, Helvetica, sans-serif; 
	color:#000000; 
	margin:0px 0px 0px 0px; 
	padding:0px 0px 4px 4px; 
	font-weight:normal;  
}
	h1 			{ font-size:36px; text-align:center; }
	h2 			{ font-size:19px; color:#006699; line-height:1em; padding-top:1em; }
	h3 			{ font-size:16px; color:#092D6A; padding:0px; font-weight:bold; }	
	h4 			{ font-size:13px; color:#092D6A; line-height:1.1em; padding:0px; font-weight:bold; }
	h5 			{ font-size:11px; color:#C22F03; line-height:1.1em; padding:0px; margin:0px 0px 3px 0px; font-weight:bold; }
	
	a:hover h5 			{ font-size:11px; color:#C22F03; line-height:1.1em; padding:0px; margin:0px 0px 3px 0px; font-weight:bold;text-decoration:underline; }
	
strong { font-weight:bold; }

.clear 		{ 
	font-size:1px; line-height:0em; clear:both; height:1px; 
}
.noscript	{ 
	display:block; line-height:28px; background-color:#202020; color:#FFFFFF; font-size:11px; outline:3px #CC0000 solid; 
	text-align:center; 
}

.rounded { border:1px #999999 solid; background-color:#FFFFFF; background:#FFFFFF; display:block; padding:5px; }

.particip	  { font-size:16px; color:#ff9900; padding:0px; font-weight:bold;}
.blockquote { /*background:url('../images/bg_blockquote.gif') top left no-repeat;*/ margin:5px 0px 0px 10px; padding:5px 5px 0px 30px; font-style:italic; border:1px solid #FF0000; }


/* Propriétés des conteneurs principaux -----------------------------*/
div#container	{
	width:1000px;
	/*border:1px solid #0000CC;*/
	margin-left: auto; 
	margin-right: auto;
}

div.container_header {
	position:absolute;
	width:500px;
	margin-left:500px;
}

div#menu_dr {
    float:right;
	/*border:1px solid #CC0000;*/
	
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	margin-top:5px;
	margin-right:60px;
}

div#adresse {
    float:right;
	/*border:1px solid #CC0000;*/
	font-size:13px;
	font-weight:bold;
	color:#003651;	
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	margin-top:35px;
	margin-right:-250px;
}

div#lang {
    float:right;
	/*border:1px solid #CC0000;*/
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	
	margin-top:164px;
	margin-right:-40px;
}

div#menu-ligne {
	z-index:60;
    float:right;
	/*border:1px solid #CC0000;*/
	color:#ff9900;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	margin-top:170px;
	margin-right:-250px;
}



#adresse img {
	display:inline; vertical-align:right; margin-right:3px; margin-left:5px;text-align:right;
}


div#header		{ 
	background:url('../images/top.jpg') no-repeat;
	width:1000px;
	height:210px;
	}
	
div#logo {
	margin-left:35px;
	width:250px;
	height:183px;
	/*border:1px solid #CC0000;*/
}	

div#content		{ 
	z-index:30; 
	/*border:1px solid #FF6600;*/
	/*overflow:auto;*/
	width:1000px;
	display:block;
}

div#docs {
	height:465px;
	margin-left:80px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#sitemap {
	height:465px;
	margin-left:80px;
	margin-top:0px;
}
#sitemap li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#sitemap ul {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold
}

/* -- form contact --*/
div#champs_contact {
background:url('../images/fd-mail.gif') center center no-repeat;
margin-left:80px;
margin-top:0px;
padding-top:80px;
}

.checkbox {
	text-align:left; border: 0px; width:15px; height:15px;
}

form {
/*padding-top:80px;*/
width:90%;
font-size:13px;
}
label {
font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-align:left;
}
input {
border:1px solid #CCC;
width:180px; height:18px;
background-color:"#d7d7d7";
font-family:Arial, Helvetica, sans-serif;
color:black;
}

#nbpersonnes_7, #nbpersonnes_7b, #nbpersonnes_7c { height:15px; width:15px;}

select, option {
background-color:"#d7d7d7";
color:black;
}
textarea {
border:1px solid black;
background-color:"#d7d7d7";
font-family:Arial, Helvetica, sans-serif;
color:black;
}

input.bouton {
border:1px outset #ff9900;
font-weight:bold;
cursor:pointer;
}
input.bouton:hover {
border:1px outset white;
background-color:white;
color:#ff9900;
}
input.bouton:active {
/*border:1px inset red;*/
background-color:red;
color:white;
} 

input.error {
font-family:"Courier New", Courier, monospace;
font-style:italic;
color:red;
}

label.error {
font-family:"Courier New", Courier, monospace;
font-style:italic;
color:red;
}

/*-- fin du form --*/

div#footer		{ 
	/*position:fixed ;*/
	width:1000px;
	display:block;
	bottom:0px;
}

#footer p {
	text-align:center;
	color:#000000; 
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

div#footer p.credits	{ margin:0px 0 0 100px; padding:0; line-height:15px; text-align:center; font-size:10px; color:#000000; }
div#footer p.credits a	{ display:inline; padding-left:68px; margin-top:10px;}
div#footer p.credits  img	{ float:right; }





/* pr pages intérieurs */
div#headerint		{ 
	background:url('../images/top-int.jpg') no-repeat;
	width:1000px;
	height:210px;
	}

div#interieur	{ 
	background:url('../images/bottom-int.jpg') no-repeat;
	/*bottom:0px;*/
	width:1000px;
	height:80px;
	
}

div#participer {
	/*border:1px outset #ff9900;*/
	margin:10px 0 0 10px;
	/*background:url('../images/fd-congres.gif') no-repeat;*/
	color:#000000; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*height:100%;*/
}


#interieur p {
	padding-top:30px;
	text-align:center;
	color:#000000; 
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

div#refs{
	margin:10px 0 0 0px;
	color:#000000; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#refs b {
	color:#006699; 
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

#refs img { display:blocks; border:0px; padding:0px; margin:0px; }



div#organiser {
	color:#800040; 
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	padding-top:80px;
}

#organiser b {
	display:inline;
	color:#006699; 
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

#organiser h5 {
	display:inline;
	color:#0A357E; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


#una
{
	background:url('../images/una.jpg') bottom right no-repeat;
	/*width:217px;
	height712px;	background-color:#00ff00;*/

}


/* ----------------------------------------------------------------------------------------------------------------------------- */

/* Classes pour les erreurs */
.input_iserror { border:1px solid #CC0000; width:inherit; }
span.asterisque {	font-size:13px;	color:#CC0000;	/*padding-left:2px;*/	white-space:nowrap; }
.div_texteerror {	
font-weight:bold;	border:1px dotted #CC0000; display:none; background:url("../images/bg_error.png") top left no-repeat; background-color:#FBEED0; padding-left:32px; margin:5px 0px; 
}
.div_texteretour {	
font-weight:bold;	border:1px dotted #00CC00; display:none; background:url("../images/bg_success.png") top left no-repeat; background-color:#EAFAC9; padding-left:32px; 
}
.display { display:block; }


/* Classes utilisées lorques des erreurs importantes php/mysql sont affichées */
.php_error	{	font-weight:normal;	border:1px dotted #CC0000;	background-color:#FFFFFF; display:block; margin:2px; padding:2px; }
.php_error code{	display:block; padding:3px; border-left:3px #CC9933 solid; margin-left:5px;}