/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 07
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	color: #F0E39E;
	background:url(../img/fond-3.jpg);
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}


/* NEWS*/
* {margin:0;padding:0}
pre{background:#666; color:#fff; padding:10px; margin:10px; height:auto; overflow:auto; font:12px Verdana,Courier,sans-serif}
* html pre {width:100%}
#cont{width:647px;margin:15px 0; *margin-top: -20px!important; background:#fff;text-align:left}
#cont h2{color:#999;font-size:15px;font-weight:bold}

#box4{
	position:absolute;
}
#box4 div{
	width:620px;
	height:190px;
	float:left;
	background:#FFFFFF;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#contenu .sample #box4 img{
	height:25px;
	width:25px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}
#box4 li, #box4 p{
	font-size:12px;
}
.mask3{
	position:relative;
	width:620px;
	height:190px;
	overflow:hidden;
}
#contenu .sample{
	/*border:1px solid #e1e1e1;*/
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#contenu .sample h3{
	font-size:14px;
	color:#3b7c3f;
}
#contenu .sample a{
	text-decoration:none;
	color:#3b7c3f;
}
#contenu .sample img{
	height:120px;
	width:150px;
	float:left;
	margin:0 10px 10px 15px;
}
.buttons{padding:0px;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}
/* FIN NEWS*/

/* Bloc central contenant #navigation et #contenu */
#centre {
	background: url(../img/fond.png) repeat-y center; /* Voir -> Note 1 */
}

#centreRes {
	background: url(../img/fond.png) repeat-y center; /* Voir -> Note 1 */
	*margin-left:-17px !important;
}

#centreDossForm {
	background: url(../img/fond.png) repeat-y center; /* Voir -> Note 1 */
	*background: url(../img/fondDossForm.png) repeat-y center !important; /* Voir -> Note 1 */
	*margin-left:-17px !important;
}

/* Navigation */
#navigation {
	
}
#navigation a {
	color: #FF6533;
}

#navigation a:hover, #navigation a:focus {
	color:#000000;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	/*background: #cbd888; /* -> 2 */
	*height:auto !important;
	height:auto;
}
	.sep{
		background: transparent url('../img/sep_news.jpg') top right no-repeat;
	}
	.mentions{
		font-family:verdana, sans-serif;
		font-size:22px;
		color:black;
		background-color:transparent;
		text-align:justify;
	}
	.article{
		font-family:verdana, sans-serif;
		font-size:13px;
		color:black;
		background-color:transparent;
		text-align:justify;
	}
	
#contenuformulairedossier{
	color: #363B29;
	/*background: #cbd888; /* -> 2 */
	*height:auto !important;
	height:1550px;
}

#news {
	font-family:verdana, sans-serif;
	font-size:12px;
	color:black;
	background-color:transparent;
	font-weight:bold;
}
	
#contenu a {
	color: #332510;
}

#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	margin: 0; 
	padding: 10px 5px;
}
#global {
	width: 930px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
}

#globalDossForm {
	width: 930px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
	*margin-left:15% !important;
	*margin-right:auto !important;
}

/* En-tête */
#entete {
	height:150px;
	/*padding: 20px 20px 20px 0;*/
	background:url(../img/SloganHaut.png) no-repeat;
	background-position:right;
}

#entete h1 {
	margin: 0;
}

#entete p {
	margin-left:700px;
	padding-top:10px;
	*padding-top:0px !important;
	*margin-left:680px !important;
}

#entete h1 img {
	float: left;
	margin-top:0;
}
#entete .sous-titre {
	margin: 0px 0 15px 0;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	*margin-left:-0px !important;
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

#centreRes {
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

#centreDossForm {
	*margin-left:6px !important;
	width: 100%; /* -> 5 */
	overflow: hidden; /* -> 5 */
}

/* Menu de navigation */
#navigation {
	margin-top:20px;
	margin-left:18px;
	*margin-left:10px !important;
	width: 220px;
	*width:100px !important;
	float: left; /* -> 6 */
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}

#navigation li {
	list-style: none;
	padding-left:10px;
}

#navigation img{
	margin-left:10px;
}

#flash_partenaire{
	padding-left:0px;
	padding-top:0px;
}

#flash_partenaire1{
	padding-left:0px;
}

/* Contenu */
#contenu {
	margin-left: 230px; /* -> 8 */
	padding: 10px 25px;
}
#contenuformulairedossier{
	margin-left: 220px; /* -> 8 */
	padding: 10px 10px;
	color:#000000;
}
/*Mise en page du "*" */
.obli {
	color: #FF0000;
	border: none;
	cursor: text;
	font-size:12px;
}

#contenuRes {
	margin-left: 230px; /* -> 8 */
	padding: 10px 0px;
	*padding: 10px 5px !important;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

#contenu img{
	display: block;
	margin: 0 auto; 
}

#contenu2 {
	height:30px;
	width:auto;
	margin-left:auto;
	/*margin-top:350px;
	*margin-top:320px !important;*/
	padding-top:10px;
	background:url(../img/separateur.png) center no-repeat;
	background-position:top;
	
}


#partenariat {
font-family:verdana, sans-serif;
font-size:12px;
color:#000000;
background-color:transparent;
text-align:justify;

}
	.green{
		color:#00CC00;
	}
	.FlagFR {
		color: #FF6600;
		background: transparent url('../img/flags/france.gif') top right no-repeat;
		width: 22px;
		margin-left:10px;
		text-align: center;
		height: 18px;
		border: 0;
	}
	.FlagEN {
		color: #FF6600;
		background: transparent url('../img/flags/uk.gif') top right no-repeat;
		width: 22px;
		margin-left:10px;
		text-align: center;
		height: 18px;
		border: 0;
	}
	.btn {
		color: #FF6600;
		font-weight: bold;
		background: transparent url('../img/btn.png') top right no-repeat;
		width: 110px;
		margin: auto;
		text-align: center;
		height: 28px;
		border: 0;
	}
	.btn:hover {
		color: #FF6600;
		font-weight: bold;
		background: transparent url('../img/btnhover.png') top right no-repeat;
		width: 110px;
		margin: auto;
		text-align: center;
		height: 27px;
		border: 0;
	}
	.cadrehaut2 {
		background: transparent url('../img/cadrehaut2.jpg') top center no-repeat;
		padding: 15px;
		z-index:1000;
	}
	.cadrebas2 {
		background: transparent url('../img/cadrebas2.jpg') bottom center no-repeat;
		padding: 15px;
		z-index:1000;
	}
	.cadrebas2 a{
		font-family:verdana, sans-serif;
		font-size:14px;
		color:#0000FF;
		background-color:transparent;
		text-align:justify;
	}


/* Pied de page */
#pied {
	width:930px;
	font-size: .85em;
	text-align:center;
	font-family:verdana, sans-serif;
	font-size:10px;
	color:black;
	background-color:transparent;
	background: transparent url('../img/footer2.png') bottom center no-repeat;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: center;
}


p {
font-family:verdana, sans-serif;
font-size:12px;
color:black;
background-color:transparent;
text-align:justify;
}

	.blue{
		color:#0000FF;
	}
	.green{
		color:#00CC00;
	}
	.red{
		color:#FF0000;
	}
	.orange{
		color:#FF6600;
	}
	.cadrehaut {
		background: transparent url('../img/cadrehaut.jpg') top center no-repeat;
		padding: 15px;
	}
	.cadrebas {
		background: transparent url('../img/cadrebas.jpg') bottom center no-repeat;
		padding: 15px;
	}
	.fondNB {
		background: transparent url('../img/fondNB.jpg') top center no-repeat;
		padding: 15px;
		padding-top: 2px;
	}
	.fondNB2 {
		background: transparent url('../img/fondNB2.jpg') top center no-repeat;
		padding: 15px;
		padding-top: 2px;
	}
	.fondLogic {
		background: transparent url('../img/fond_logic.jpg') top center no-repeat;
		font-family:verdana, sans-serif;
		font-size:10px;
		color:black;
		background-color:transparent;
		text-align:justify;
	}
	.logoG {
		background: transparent url('../img/logoGLOGIC.jpg') bottom center no-repeat;
		background-position:bottom;
	}
	
a.button{
	background:url(../img/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}

a.buttonPole{
	background:url(../img/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:5px;
	margin-top:15px;
	text-decoration:none;
	width:191px;
}

a.buttonPrdtsConform{
	display:block;
	color:#555555;
	font-weight:bold;
	line-height:21px;
	margin-bottom:5px;
	margin-left:20px;
	text-decoration:none;
	width:170px;
	
}

a.buttonPrdtsLogic{

	display:block;
	color:#555555;
	font-weight:bold;
	line-height:21px;
	margin-bottom:5px;
	margin-left:20px;
	text-decoration:none;
	width:170px;
}

a:hover.button{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.commum{
		background:url(../img/IconeG.png) no-repeat 10px 4px;
		text-indent:30px;
		display:block;
	}
	.liens_partenaires{
		text-indent:30px;
		display:block;
	}
	.poleConform{
		background:url(../img/LogoGConForm.png) no-repeat 10px 2px;
		text-indent:30px;
		display:block;

	}
	.poleLogic{
		background:url(../img/LogoGLOGIC.png) no-repeat 10px 2px;
		text-indent:30px;
		display:block;

	}
	.TACticShow{
		background:url(../img/LogoGTACtic.png) no-repeat 10px 2px;
		text-indent:30px;
		display:block;

	}
	.produit{
		background:url(../img/produits.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url(../img/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url(../img/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.alert{
		background:url(../img/alert.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url(../img/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url(../img/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.lens{
		background:url(../img/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(../img/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

#confirmation {
	border: 2px solid #009900;
	margin: 20px;
	background-color: #99FF66;
	text-align: center;
	color: #000000;
	text-align:center;
	font-weight: bold;
}

#erreur {
	border: 2px solid #FF0000;
	margin: 20px;
	background-color: #FFDDDD;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}

#pagenews {
	border: 1px solid #666666;
	margin: 0px;
	background-color: #CCCCCC;
	color: #FF6600;
	text-align: center;
	font-weight: bold;
}

.btnpagenews {
		color: #000000;
		font-weight: bold;
		background-color:#FFFFFF;
		width: 15px;
		margin: auto;
		text-align: center;
		height: 16px;
		border: 0;
}
.btnpagenews:hover {
		color: #0000FF;
		font-weight: bold;
		background-color:#CCCCCC;
		width: 15px;
		margin: auto;
		text-align: center;
		height: 16px;
		border: 0;
}
	
#forminfo {
	font-style: italic;
	font-size: 10px;
	color: #999999;
}

#formulairecontact {
	background: #FFFFFF url(../img/formcontact.jpg) top left no-repeat;
	padding: 15px 0 0 15px;
	margin:0;
	z-index:1;
}

.titreh3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 12px;
	height: 20px;	
}

.Lettreh3{
	color: #FF9900;
	font-size: 22px;
}

/* Contour des input et du commentaire*/
.input, textarea  {
	border: 1px solid #FF9900;
	background: #FFFFFF;
	padding: 0 2px 0 2px;
	width:150px;
}

#Civilite{

}

/*Survolage des input et de "textaera"  Boite texte multiligne*/
.input:hover, textarea:hover{
	border-color: #000000;
}

#formulairecontact label {
	display: block;
	font-size: 12px;
}

#formgauche {
	float: left;
}
#formgauche label {
	width: 250px;
	text-align: right;
}

#formdroite {
	float: right;
}
#formdroite label {
	width: 255px;
	text-align: right;
	padding-right: 45px;
}

#questions {
	
	margin-top: 130px;
	*margin-top: 20px; !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	width: 510px;
	text-align: center;
	z-index:2;
}
	
#questions label {
	text-align: left;	
}

#questions input{
}
	.laberror, .laberror .discret, .formerror {
		color: #FF0000;
		font-weight: bold;
	}
	.laberror input, .laberror textarea {
		border-color: #FF0000;
	}
	.laberror input:hover, .laberror textarea:hover {
		border-color: #000000;
	}
	
textarea {
	width: 485px;
	height: 100px;
}
	
/*.divarrondi { background:#98B4CB; width:500px;}

.divarrondi h1 {font-weight:600; color:#FFFFFF}
 
b.dtop, b.dbas{display:block;background:#FFFFFF; font-size:1px; }
b.dtop b, b.dbas b{display:block;height: 1px; font-size:1px;
    overflow: hidden; background:#98B4CB;}
b.r1{margin: 0 5px ; font-size:1px;}
b.r2{margin: 0 3px ; font-size:1px;}
b.r3{margin: 0 2px ; font-size:1px;}
b.dtop b.r4, b.dbas b.r4{margin: 0 1px;height: 2px; font-size:1px;}*/


/* --- NOTES ---

1.	Dans ce gabarit, nous avons un conteneur div#centre, qui regroupe
	div#navigation et div#contenu uniquement. C'est ce conteneur que l'on
	utilise pour placer une image de fond répétée en hauteur, qui dessine
	le fond de la colonne de gauche et de la colonne de droite.
	Ainsi, quelle que soit la colonne la plus longue, on aura bien,
	visuellement, deux colonnes de hauteurs égales.

2.	On utilise ici des couleurs de fond pour div#navigation et div#contenu.
	Et pourtant, nous avons déjà une image de fond, sur div#centre, qui
	«dessine» nos deux colonnes. Pourquoi rajouter des couleurs de fond à
	ces blocs, alors? C'est en fait une sécurité, au cas où:
	- l'image de fond mettrait du temps à se charger (ça arrive);
	- l'image de fond ne peut pas être chargée (rare, mais ça arrive aussi).
	Ainsi, si ces problèmes surviennent, le contenu restera lisible. Notamment
	le contenu de div#contenu, qui est sombre, tandis que le fond de la page
	est déjà sombre.
	Notez que dans certains cas ce genre de «sécurité» sera difficile à mettre
	en place, par exemple parce que la couleur de fond des blocs masquerait
	une image de fond comportant des motifs.
	Mais, plus généralement, un bon design de site web devrait rester lisible
	même si les images sont désactivées (ce qui est une option de beaucoup
	de navigateurs).

3.	On utilise ici une largeur fixe de 750px. Pourquoi 750px? Parce que c'est
	une largeur dont on peut être à peu près sûr qu'elle passera sur un
	écran en 800x600 (résolution encore utilisée par une partie des
	internautes), sans générer de barre de défilement horizontal inutile.
	De plus, pour un site au contenu relativement réduit, cette largeur suffit
	généralement.
	Pour un site au contenu plus important, avec un design en trois colonnes
	par exemple, une largeur plus importante, telle que 900 ou 950px, peut
	être pertinente.

4.	Les marges automatiques à gauche et à droite permettent de centrer notre
	bloc div#global, et donc tout le site.
	Pour aligner div#global à gauche, on fera:
		margin-left: 0;
		margin-rigth: auto;
	Pour aligner div#global à droite, on fera:
		margin-left: auto;
		margin-right: 0;
	Pour aligner div#global à droite avec un retrait (à droite) de 100px:
		margin-left: auto;
		margin-right: 100px;

5.	On utilise ces propriétés pour empêcher le dépassement des flottants (cf.
	http://web.covertprestige.info/test/
	03-elements-flottants-et-element-parent-1.html).
	Le overflow:hidden crée un contexte de formatage qui vient contenir les
	flottants. Le width:100% a le même rôle, mais uniquement pour Internet
	Explorer 6 (utilisation du HasLayout). Dans l'idéal, on le placera avec
	des correctifs destinés à IE6 dans une feuille de styles appelée via un
	commentaire conditionnel.

6.	C'est la propriété "float" qui nous permet de placer deux blocs
	côte-à-côte. Notez bien que l'élément flottant (ici, notre menu de
	navigation) doit être placé en premier dans le code HTML. Il est
	préférable de lui donner une largeur, ce que nous faisons ici avec un
	"width: 180px;".

7.	Correction d'un bug d'Internet Explorer 6. Voir la dernière partie de
	http://blog.alsacreations.com/2006/10/20/294-impact-sur-le-rendu-de-la-
	mise-en-forme-du-code-html
	Dans l'idéal, on placera ce correctif dans une feuille séparée, appelée
	via un commentaire conditionnel visant IE6.

8.	Les éléments flottants ne repoussent pas les blocs, mais repoussent
	uniquement leur contenu. Pour que notre bloc de contenu principal forme
	une colonne distincte du menu, on lui donne donc une marge à gauche de
	200px.
	Il existe une autre technique pour adapter la largeur d'un bloc aux
	flottants qui le précèdent. On pourra lire l'article suivant:
		http://css.alsacreations.com/Faire-une-mise-en-page-sans-tableaux/
		design-trois-colonnes-positionnement-flottant

*/
