/*
nom fichier : defaut.style.global.css
date : 15/11/2009
version 1.0
*/


html{
	background-color: white;
	border-top: 10px solid #FF5A00;
}

body{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	
	width: 780px;
}

#logo{
	text-align: center;
	/*height: 150px;*/
	/*margin-bottom: 5px;*/
}

#logo a,img{
	border: none;
	text-decoration: none;
}


#menu{
	text-align: center;
	width: 100%;
	height: 20px;
	color: #FF5A00;
	margin-bottom: 5px;
	
}
#menu ul{
	padding: 0;
	margin: 0;	
}

#menu li{
	 display: inline;
	 list-style-type: none;
}
	
#menu a{
	font-size: 12px;
	font-family: Arial;
	color: #FF5A00;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline;
}

/* INFO DIV*/
#info_ok{
	margin: auto;
	width: 90%;
	height: 25px;
	border: 1px solid #3bd527;
	text-align: center;
	display: block;
	cursor: pointer;
	background-color: #f0fff0;
}

#info_ok a{
	vertical-align: middle;
	font-size: 12px;
	color: #005e20; /* #333;/*#3bd527;*/
	font-family: Arial;	
}

#info_erreur{
	margin: auto;
	width: 90%;
	height: 25px;
	border: 1px solid #cc3333;
	text-align: center;
	display: block;
	cursor: pointer;
	background-color: #ffece6;
}

#info_erreur a{
	color: #cc3333;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial;
}

#formulaire_ajax{
	margin: auto;
	width: 90%;
	display: none;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 5px;
	border-bottom: 2px dashed #FF5A00;
	padding-bottom: 5px;;
}

#formulaire_ajax label{
	font-size: 12px;
	font-family: Arial;
	color: #333;
}
#formulaire_ajax textarea{
	width: 100%;
	height: 100px;
}

#formulaire_ajax input, textarea{
	border: 1px solid #adadad;
	margin-top: 2px;
}

#loading{
	display: none;
}
.reglement{
	color: #333;
}

#resultCheckInput{
	padding-left: 2px;
}
	
	
	
	
html>body>#corps{
	height: auto;
}

#corps{
	margin: auto;
	margin-top: 5px;
	width: 90%;
	min-height: 20px;
	height: 200px;
	/*border: 1px solid red;*/
}

#corps a{
	color: #FF5A00;
	font-size: 15px;
	display: block;
}

#tableau_replique{
	/*border-top: 2px dashed #FF5A00;*/
	text-align: left;
	font-family: Trebuchet Ms;
	font-size: 12px;
}


.replique_conteneur{
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	height: auto;
	border: 2px solid #FF5A00;
	background-color: #FF5A00;
}

.info_replique{
	width: 100%;
	height: auto;
	background-color: #FFA270;
	font-family: Arial;
	font-size: 12px;
}


.replique{
	border-top: 1px solid #FFA270;
	width: 100%;
	text-align: center;
	background-color: #FFE1D0;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	
}


#vote_replique{
	width: 100%;
	height: auto;
	background-color: #FFA270;
	text-align: right;
}

#vote_replique ul{
	padding: 0;
	margin: 0;	
	font-size: 12px;
}

#vote_replique li{
	 display: inline;
	 list-style-type: none;
}

#vote_replique a{
	display: inline;
	color: black;
	font-size: 12px;
	font-family: Arial;
}

#vote_replique strong{
	font-size: 15px;
	padding: 5px;
}

#footer{
	border-top: 2px dashed #FF5A00;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

#footer p, a{
	text-decoration: none;
	margin-top: 5px;
	color: grey;
	font-size: 10px;
	font-family: Arial;
}

#footer a:hover{
	text-decoration: underline;
}

#publicite{
	margin: auto;
	margin-top: 5px;
	width: 100%;
	height: 90px;
	text-align: center;
	margin-bottom: 20px;
}

#publicite img{
	margin-top: 0px;
	text-decoration: none;
	border: 1px solid #FF5A00;
}
