
/**
 * CSS Spécifique pour le concours Dragon Age Origine
 */

body {
	background: #fff url(images/BG_APB_game.jpg) no-repeat center top;;
}

#document { 
	width: 815px;
	min-height: 825px;
}

#bandeauHaut {
	border: 0;
	margin-top:200px;
	width: 815px;
}
#bandeauHaut h1 {
	margin: 0;
}
#bandeauHaut h1 a {
	width: 815px;
	-moz-border-radius: 8px 8px 0 0; 
	-webkit-border-radius: 8px 8px 0 0; 
	border-radius: 8px 8px 0 0; 
}

#corps {
	border: 0px solid #900;
	background: #000;
	box-shadow: 0px 10px 30px #333; 
	-moz-box-shadow: 0px 10px 30px #333; 
	-webkit-box-shadow: 0px 10px 30px #333; 
	-moz-border-radius: 0 0 8px 8px; 
	-webkit-border-radius: 0 0 8px 8px; 
	border-radius: 0 0 8px 8px; 
	opacity: 0.9;
}

#contenu {
	margin-top: 0;
	width: 100%;
	opacity: 1;
}
#contenu form input.case { 
	display: block;
	float: left;
	width: auto; 
}
#contenu form p.action {
	margin-top: 25px;
}

#bandeauBas {
	color: #000;
}
#bandeauBas a {
	color: #000;
	font-weight: bold;
}

.tpl_formulaire {
	width: 80%;
	margin: 25px auto;
}
.tpl_formulaire h3, div h3  {
	color: #900;
}

.PRS_WIDTH_DROITE p {
	width: 90%;
	margin-top: 0;
}

.paragraphe p label {
	text-align:left;
	width:195px;
}

.tpl_formulaire legend {
	display: none;
}

.PRS_WIDTH_GAUCHE {
float:left;
}
.PRS_WIDTH_DROITE {
	float:right;
	margin: 25px auto;
}
.PRS_DEMI {
width:48%;
}

.tpl_formulaire select, .tpl_formulaire input {
	width: 190px;
}

.tpl_formulaire input.submit {
	border: 0;
	width: auto;
	margin-left: 10px;
}

