@CHARSET "ISO-8859-1";




#votez {
	width: 992px;
	padding: 0px 0px;
}

	div#introduction-votez {
	}
		div#introduction-votez h2{
			font-size: 13px;
			color: #e50384;
		}
	
	
	div#introduction-content {
		width: 620px;
		margin-top: 20px;
	}






	
/* Pour enlever la marge en haut */	
#content .contentRight {
	padding-top: 0px;
}
		
		
.listeProjets {
	width: 700px;
	margin-top: 0px;
}

	.listeProjets .projet {
		margin-bottom: 15px;
		border: 1px solid #BBBCBE;
		padding: 5px;
		position: relative;
		height: 90px;
	}
	
	.listeProjets .projet img.apercuProjet {
		float: left;
		cursor: pointer;
	}
	
	.listeProjets .projet table {
		float: left;
		width: 480px;
		margin-left: 15px;
	}
	.listeProjets .projet table td {
		text-align: justify;
		font-size: 11px;
	}	
	.listeProjets .projet table td.bouton-votez  {
		
	}			
		.listeProjets .projet table td.bouton-votez img {
			position: absolute;
			right: 10px;
			top: 10px;	
		}		
	
	.listeProjets .projet h5 {
		color: #000;
		font-size: 11px;
		display: inline;
	}		
	.listeProjets .projet a.site-projet {
		color: #000;
		text-decoration: none;
	}		
	.listeProjets .projet a.site-projet:hover {
		color: #b48638;
		text-decoration: underline;
	}		
	
	
.boxCreation {
	margin-bottom: 500px;
	padding: 10px;
	padding-top: 30px;
	border: 2px solid #808080;

}	
	
	.boxCreation .visuelCreation {
		margin: 5px 0px 15px 0px;
		text-align: center;
		
	}
	
	
	.boxCreation .descriptifCreation {
		margin: 15px;
		font-size: 11px;
	}
	.boxCreation .descriptifCreation span {
		font-weight: bold;
		color: #000;
	}
	.boxCreation .descriptifCreation a.site-projet {
		color: #000;
		text-decoration: none;
	}		
	.boxCreation .descriptifCreation a.site-projet:hover {
		color: #b48638;
		text-decoration: underline;
	}	
	
	
	.boxCreation .fermerBox {
		position: absolute;
		right: 5px;
		top: 0px;
		cursor: pointer;
	}
	
	#poweredByNetetudes {
		width: 200px;
		margin: 25px 200px 10px 200px;
		background:url('../images/votez/logo_netetudes.png') left center no-repeat;
		padding-left: 95px;
	}

	 
		.boxCreation .navigation  {
			height: 25px;
		    position: relative;	
		    text-align: center;
		    padding-top: 10px;	
		    
		    font-weight: bold;
		    color: #000;   
		}
			.boxCreation .navigation  img {
				cursor: pointer;
			    
			}		
			.boxCreation .navigation .left {
				position: absolute;
				left: 0px;
				bottom:0px;
			}
			.boxCreation .navigation .right {
				position: absolute;
				right: 0px;
				bottom:0px;
			}
						
			.boxCreation .navigation .inactif {
				filter : alpha(opacity=40);
			    -moz-opacity : 0.4;
			    opacity : 0.4;
			    cursor: default; 			
			}
			
			
			.boxCreation .bouton-votez {
				display: block;
				padding-left: 120px;
				padding-top: 23px;
				background: url(../images/votez/box_bouton_votez.jpg) no-repeat;
				height: 39px;		
				width: 245px;	
				margin:5px 0 0 130px;
				font-size: 13px;
				font-weight: bold;	
				color: #d2b04f;
				
				text-decoration: none;
			}
			
			
			
			
			
#formulaireVote {
	background: #fff;	
	padding: 20px;
	padding-top: 30px;
	position: relative;
}


	#formulaireVote #entete {
		width: 635px;
		height: 106px;
		padding: 15px;
		background: url(../images/votez/formulaire_entete.jpg) center center no-repeat;
		
		position: relative;
	}

		#formulaireVote #entete .enteteCategorie {
			width: 160px;
			height: 101px;
			background-position: left center;
			background-repeat: no-repeat;
			
			position: absolute;
			left: 15px;
			top: 15px;
			padding-left: 120px;
			padding-top: 5px;
			
			color: #000;
			font-weight: bold;
			font-size: 13px;
		}
			#formulaireVote #entete .enteteCategorie .meilleur {
				font-weight: bold;
				color: #838381;
			}		
			#formulaireVote #entete .enteteCategorie .vert {
				font-weight: bold;
				color: #e50384;
			}			
		



		#formulaireVote #entete .infoProjet {		

			padding-top: 5px;
			height: 101px;
			width: 500px;
			margin: 0 auto;
			color: #000;
			font-weight: bold;
			font-size: 13px;
			
		}
		
			#formulaireVote #entete .infoProjet img.apercuProjetImage {
				float: left;
			}
			#formulaireVote #entete .infoProjet p {
				width: 330px;
				margin-left: 10px;
				float: left;
				margin-top: 0;
			}
				#formulaireVote #entete .infoProjet p span {
					font-size: 11px;
				}		
				#formulaireVote #entete .infoProjet p span.contenuInfo {
					font-weight: normal;
					color: #727172;
				}							
	
	
	
		
	
	#formulaireVote .doublonVote {
		color: #d00;
		font-weight: bold;
		font-size: 13px;
		
		margin: 50px 0px;
	}	
	
	#formulaireVote .succesVote {
		color: #008F21;
		font-weight: bold;
		font-size: 13px;
		
		margin: 50px 0px 0px 0px;
	}	
	
		
		#formulaireVote .fermerBox {
			position: absolute;
			right: 5px;
			top: 5px;
			cursor: pointer;
		}
	
			
	#formulaireVote .formulaire {

	}
		#formulaireVote .formulaire input, select, textarea  {
			font-size: 11px;
			font-family: arial;
		}	
		#formulaireVote .formulaire .libelle {
			font-weight: bold;
			color:#000;
			padding-right :5px; 
		}	
		#formulaireVote .formulaire .justification {
			vertical-align: top;
		}
		#formulaireVote .message {
			padding: 6px 0px;
		}		

	#formulaireVote #infoEntreprise {
		font-weight: bold;
		color: #000;
	}
	
		#formulaireVote #infoEntreprise span.vert {
			color: #e50384;		
		}
	
	
	
	
	