#module_utilisateur 
{
	height:50px;
	width:420px;
	position : relative;
	margin: auto;
	opacity:0.85;
}
#module_utilisateur li
{
	float:left;
	list-style-type: none; 
}
#module_utilisateur #bordure_left
{
	height:50px;
	background: url('../images/module_superieur_left.png') no-repeat left;
	width:31px;
}
#module_utilisateur #bordure_right
{
	height:50px;
	background: url('../images/module_superieur_right.png') no-repeat right;
	width:31px;
}
#module_utilisateur #center
{
	height:50px;
	background: url('../images/module_superieur_center.png') repeat-x;
	width:350px;
}
#module_utilisateur #center #formulaire
{
	padding-top:6px;
}
#module_utilisateur #center #formulaire a
{
	/*color:black;
	border:1px solid #f00f0f;
	/*background:#b10f0f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:2px 8px;
	height:10px;
	margin-left:5px;*/
}
#module_utilisateur #center #formulaire a:hover
{
	/*color:white;
	background:#e50f0f;*/
}

#module_utilisateur #center input
{
	background:#c7c6c6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:black;
	padding:2px;
}
#module_utilisateur #center label
{
	margin-left:10px;
}
#module_utilisateur #center #connect
{
	color:black;
	padding:0;
	margin:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:url('../images/bouton_submit_connection.png') no-repeat;
	width:83px;
	height:26px;
	border:none;
}
#module_utilisateur #center #bouton_sincrire
{
	color:black;
	padding:0;
	margin:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:url('../images/bouton_sincrire.png') no-repeat;
	width:83px;
	height:26px;
	border:none;
}
#module_utilisateur #center #bouton_password_forget
{
	color:black;
	padding:0;
	margin:0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:url('../images/password_forget.png') no-repeat;
	width:127px;
	height:26px;
	border:none;
	margin-top:2px;
}

#module_utilisateur #center #uti_connecte
{
	color:#FFFFFF;
}
#module_utilisateur #center #uti_connecte a
{
	color:white;
	margin-left:10px;
	
}
#module_utilisateur #center #uti_connecte a:hover
{
	color:#e50f0f;
	text-decoration : underline;
}

#module_utilisateur #center #uti_connecte #left
{
	float:left;
	color:#dcdcdc;
}
#module_utilisateur #center #uti_connecte #right
{
	float:right;
}
#module_utilisateur #center #uti_connecte .groupe
{
	float:right;
	width:150px;
}


body
{
	font-family: Arial, Tahoma;
	background:url("../images/fond_page.png");
	background:#c7c6c6;
}

* {
margin:0; 
padding:0;
}

a img
{
	border:none;
}

input,select,textarea
{
	border:1px solid #676767;
}
input:hover,select:hover,textarea:hover,input:focus,select:focus,textarea:focus
{
	background:#b6b6b6;
}
a
{
	color:#666666;
	text-decoration : none;
}
a:hover
{
	color:#FFFFFF;
}
.ttpetit { font-size: xx-small; }
.tpetit  { font-size: x-small; }
.petit   { font-size: small; }
.gros    { font-size: large; }
.tgros   { font-size: x-large; }
.ttgros  { font-size: xx-large; }

.noir { color:black; }
.gris  { color:gray; }
.rouge   { color:red; }
.bleu    { color:blue;}
.jaune   { color:yellow; }
.vert  { color:green; }

.gauche { text-align:left;}
.centre  {  text-align:center;}
.droite   { text-align:right;}
.justifie    { text-align:justify;}



#slogan
{
	text-align:center;
	font-size:35px;
	margin-bottom:35px;
}

#top_page
{
	margin:0;
	padding:0;
	width:100%;
	height:192px;
	background:#0D0D0D url("../images/fond_header_right.png") no-repeat top;
	text-align:center;
	
}
#top_page #logo
{
	text-align:center;
	width:800px;
	position : relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}

#barre_header
{
	margin:auto;
	padding:auto;
	height:90px;
	border-top:solid 2px #ed0f0f;
	background:url('../images/fond_header.png') repeat-x center;
}
#barre_header .menu{
	margin:auto;
	padding:auto;
	width:750px;
}

#menu {
	height:90px;
	font-family: Arial, TahomaCalibri, Verdana;
	font-size: 18px;
	color: #ffffff;
	text-align: center; 
	}
	
#menu ul {padding: 8px 5px; text-align: center; }
/* Menu décalé
#menu li { list-style:none; float:left; display:block; padding:15px 25px;text-align: center;}*/
#menu li { list-style:none; display:inline-block; padding:15px 25px;text-align: center;}
#menu li img{ text-align: center; }
#menu a { text-decoration: none; color: #ffffff;}
#menu a:hover { color: #FF0000; text-decoration: none; }

#principal_page
{
	width:100%;
	background:url('../images/fond.png') #C7C6C6 repeat-x;
	/*background:black;*/
	/*background:url('../images/fond_test.png') black no-repeat top center;*/
}
#principal_page #center_page
{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	background:#F7F7F7;
	
	
	border:solid 2px #908E8E;
	border-top:none;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 1px 1px 12px #555;
	
	margin-bottom:30px;
}
#principal_page #center_page #contenu
{
	padding:5px;
	background: #F7F7F7 url('../images/degrade_formulaire_produit.png') repeat-x top;
	min-height:400px;
}


#principal_page #center_page #bas_page
{
	padding:5px;
	padding-top:15px;
	height:65px;
	background:#232323 url('../images/fond_bas_page.png');
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	color:#666666;
	text-align:center;
}
#principal_page #center_page #bas_page #mention
{
	float:left;
	width:80%;
}
#principal_page #center_page #bas_page #copyrigth
{
	margin-top:10px;
	font-size:12px;
}
#principal_page #center_page #bas_page #moyen_paiement
{
	margin-top:17px;
	float:right;
	width:20%;
}

.module_formulaire
{
	width:100%;
	margin-bottom:15px;
	padding:2px;
	text-align:left;
}
.module_formulaire .title
{
	border-bottom:1px dashed #ed0f0f;
	border-top:1px dashed #ed0f0f;
	font-size:18px;
	padding:2px;
}

.module_formulaire label
{
	width:375px;
	display:block;
	float:left;
	margin-top:5px;
	margin-left:200px;
	text-align:right;
}
.module_formulaire select
{
	margin-left:25px;
	margin-top:5px;
	width:200px;
	text-align:left;
}
.module_formulaire textarea
{
	margin-top:5px;
	text-align:left;
	margin-left:25px;
	width:200px;
}

.module_formulaire .texte
{
	margin-top:5px;
	text-align:center;
}
.module_formulaire input
{
	font-size:20px;
	margin-top:5px;
	margin-left:25px;
}
.module_formulaire input[type=radio],.module_formulaire input[type=checkbox]
{
	margin-top:9px;
}


#vote
{
	background:rgba(0, 0, 0, 0.7);
	/*opacity:0.7;*/
	position:fixed;
	width:100%;
	height:100%;
	z-index:1000;
}
#vote #center
{
	width:500px;
	height:300px;
	border:1px solid #ed0f0f;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-250px;
	background:#c7c6c6;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity:1.0;
}
#vote #title
{
	width:100%;
	font-size:25px;
	text-align:center;
}
#vote .buttons
{
	display: inline-block;
	background: #eeeeee; 

	border: 1px solid #a1a1a1;

	width:150px;
	height:150px;
	margin-top:15px;

	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
}
#vote .buttons:hover
{
	background: #909090;
}

#vote .buttons:before
{
	font-size: 80px;
	float:left;
	margin-top:35px;
	text-align:center;
	width:100%;
	height:70px;
}
#vote .like
{
	margin-left:90px;
}
#vote .dont_like
{
	margin-left:20px;
}

#vote .like:before 
{
	content: "\2714";
	color:green;
}
#vote .dont_like:before   
{
	content: "\2718";
	color:red;
}

#vote #vote_later
{
	margin-top:75px;
	float:right;
	margin-right:5px;
}