/* CSS - www.c2p1.com */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	
	font-family: Arial,"Trebuchet MS",Verdana,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
}

p {
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666; /* Couleur N°6 : gris très foncé */
}

h1 {
	text-align:left;
	color: #D00F14; /* Couleur N°4 : rouge */
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 16px;
	padding-left: 17px;
	background-image: url(images/h1.gif);
	background-position: left;
	background-repeat: no-repeat;
}

h2 {
	text-align:left;
	color: #F48724; /* Couleur N°5 : orange */
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 14px;
	padding-left: 17px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/h2.gif);
	background-position: left;
	background-repeat: no-repeat;
}

h2 a {
	text-align:left;
	color: #F48724; /* Couleur N°5 : orange */
	text-decoration: underline;
}

h2 a:hover {
	text-align:left;
	color: #F48724; /* Couleur N°5 : orange */
	text-decoration: none;
}

h3 {
	text-align:left;
	color: #666666; /* Couleur N°6 : gris très foncé */
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 14px;
	padding-left: 17px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/h3.gif);
	background-position: left;
	background-repeat: no-repeat;
}

h3 a {
	text-align:left;
	color: #666666; /* Couleur N°6 : gris très foncé */
	text-decoration: underline;
}

h3 a:hover {
	text-align:left;
	color: #666666; /* Couleur N°6 : gris très foncé */
	text-decoration: none;
}

h4 {
	text-align:center;
	color: #666666; /* Couleur N°6 : gris très foncé */
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h4 a {
	color: #666666;
	text-decoration: none;
}

h4 a:hover {
	color: #666666; /* Couleur N°6 : gris très foncé */
	text-decoration: underline;
}

h5 {
	text-align:left;
	font-size: 10px;
	font-weight: lighter;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

h6 {
	text-align:left;
	font-size: 10px;
	font-weight: lighter;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

h6 a {
	text-align:left;
	color: #CCCCCC;
	text-decoration: none;
}

h6 a:hover {
	text-align:left;
	color: #666666; /* Couleur N°6 : gris très foncé */
	text-decoration: underline;
}

a {
	font-weight: bold;
	color: #666666; /* Couleur N°6 : gris très foncé */
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #666666; /* Couleur N°6 : gris très foncé */
	text-decoration: underline;
}

input {
	padding: 2px;
}

.real_videos {
	width: 420px;
	height: 352px;
}

.orange  {
	color: #F48724; /* Couleur N°5 : orange */
}

.rouge  {
	color: #D00F14; /* Couleur N°4 : rouge */
}

.petit {
	font-size: 11px;
}

.tableau {
	background-color: #FBFBFF; /* Couleur N°2 blanc */
	height: 100%;
}

.haut {
	height: 110px;
	margin: 0px;
	margin-bottom: 0px;
	
	text-align: center;
	font-family: "Trebuchet MS",Arial,Verdana,Geneva,Helvetica,sans-serif;
	
	background-color: #D00F14; /* Couleur N°2 blanc */
	background-image:url(images/banniere_fond.jpg);
	background-repeat:repeat-x;
}

.haut2 {
	height: 20px;
	margin: 0px;
	margin-bottom: 30px;
	
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
	
	background-image: url(images/ombre_haut.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.contenu {
	padding: 10px;
	vertical-align: top;
	background-image:url(images/contenu_haut.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.tetris {
	padding: 10px;
	vertical-align: top;
	border-bottom-color: #D00F14;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.bas {
	padding: 5px;
	border-top-color: #CCCCCC; /* Couleur N°3 : gris foncé */
	border-top-style: dotted;
	border-top-width: 1px;
	color: #CCCCCC; /* Couleur N°3 : gris foncé */
	
	text-align: center;
}

.texte_bas a {
	font-weight:normal;
	color: #CCCCCC; /* Couleur N°3 : gris foncé */
}

.texte_bas a:hover {
	font-weight:normal;
	color: #CCCCCC; /* Couleur N°3 : gris foncé */
}

.bande_gauche {
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
	
	background-image: url(images/bande_gauche.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.bande_droite {
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
	
	background-image: url(images/bande_droite.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.bande_haut {
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
	
	background-image: url(images/bande_haut.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bande_bas {
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
	
	background-image: url(images/bande_bas.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.carre_haut_gauche {
	width:10px;
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
	
	background-image: url(images/carre_haut_gauche.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.carre_haut_droite {
	width:10px;
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
	
	background-image: url(images/carre_haut_droite.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.carre_bas_droite {
	width:10px;
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
	
	background-image: url(images/carre_bas_droite.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.carre_bas_gauche {
	width:10px;
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
	
	background-image: url(images/carre_bas_gauche.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.gras {
	font-weight: bold;
}

.centrer {
	text-align: center;
}

.droite {
	text-align: right;
}

.gauche {
	text-align: left;
}

.menu {
	padding-bottom: 10px;
	border-bottom-color: #CCCCCC; /* Couleur N°3 : gris foncé */
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #CCCCCC; /* Couleur N°3 : gris foncé */
}

.menu a {
	color: #D00F14; /* Couleur N°4 : rouge */
	font-weight:bold;
	text-decoration: none;
}

.menu a:hover {
	color: #F48724; /* Couleur N°5 : orange */
	font-weight:bold;
	text-decoration: underline;
}

.menu2 {
	padding-bottom: 10px;
	border-bottom-color: #CCCCCC; /* Couleur N°3 : gris foncé */
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #CCCCCC; /* Couleur N°3 : gris foncé */
}

.menu2 a {
	color: #F48724; /* Couleur N°5 : orange */
	font-weight:bold;
	text-decoration: none;
}

.menu2 a:hover {
	color: #F48724; /* Couleur N°5 : orange */
	font-weight:bold;
	text-decoration: underline;
}

.cadre_cv {
	border: 1px #D00F14 solid; /* Couleur N°4 : rouge */
	background-color: #EBEBEB;
	color: #666666; /* Couleur N°6 : gris très foncé */
	text-align:center;
	font-weight:bold;
	padding:5px;
}

.decalage1 {
	margin-left: 2em;
}

.decalage2 {
	margin-left: 4em;
}

.cadre1 {
	border: 1px #D00F14 solid; /* Couleur N°4 : rouge */
	background-color: #EBEBEB; /* Couleur N°1 : gris clair */
	color: #666666; /* Couleur N°6 : gris très foncé */
	padding: 10px;
}

.cadre1 a {
	color: #666666; /* Couleur N°6 : gris très foncé */
	text-decoration: underline;
}

.cadre1 a:hover {
	color: #D00F14; /* Couleur N°4 : rouge */
	text-decoration: none;
}

.livredor_message_bas {
	border: 1px #666666 solid; /* Couleur N°6 : gris très foncé */
	background-color: #FBFBFF;
	background-image:url(images/contenu_haut.gif);
	background-repeat:no-repeat;
	background-position:top right;
	color: #666666; /* Couleur N°6 : gris très foncé */
	padding: 10px;
}

.livredor_message_haut {
	color: #666666;
	margin: 0px;
}

.real {	
	margin: 0.8em;
	margin-left: 2.5em;
	padding: 0.5em;
	vertical-align:top;
	
	border: 1px #cccccc solid; /* Couleur N°6 : gris très foncé */
	color: #666666; /* Couleur N°6 : gris très foncé */
	width:90%;
}

.liens {	
	margin: 0.8em;
	padding: 0.5em;
	vertical-align:top;
	
	border: 1px #cccccc solid; /* Couleur N°6 : gris très foncé */
	color: #666666; /* Couleur N°6 : gris très foncé */
	background-image:url(images/contenu_haut.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width: 700px;
}

.liens_non_valide {	
	margin: 0.8em;
	padding: 0.5em;
	vertical-align:top;
	
	border: 1px #cccccc solid; /* Couleur N°6 : gris très foncé */
	color: #666666; /* Couleur N°6 : gris très foncé */
	background-color:#FFECEC;
	width: 700px;
}

.pirate {
	border: 1px #EBEBEB dotted; /* Couleur N°1 : gris clair */
	padding: 10px;
}

.pirate2 {
	background-color: #FFECEC; /* Couleur N°7 : rouge très clair */
}

.admin {
	font-size: 10px;
	font-weight: lighter;
	color: #FBFBFF; /* Couleur N°2 blanc */
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
}

.admin a {
	text-decoration: none;
	color: #F4F4F4; /* blanc presque invisible */
}

.admin a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

.ajax {
	background-color:#FBFBFF; /* Gris clair */
	border-color:#FBFBFF;
	border-width:0;
	
	font-family: Arial,"Trebuchet MS",Verdana,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	
	margin-top: 10px;
	margin-bottom: 10px;

	color: #666666; /* Couleur N°6 : gris très foncé */
}


/* --------------------------------------------------------------------------------------- */

.important {
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding:10px;
	color:#FF7F00; /* ORANGE INFO */
	font-weight:bold;
	text-align:center;
	background-color:#FFDFAA; /* ORANGE2 INFO */
	border:1px #FF7F00 solid; /* ORANGE INFO */
}

.confirmation {
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding:10px;
	color:#2A9F00; /* VERT INFO */
	font-weight:bold;
	text-align:center;
	background-color:#AAFFAA; /* VERT2 INFO */
	border:1px #2A9F00 solid; /* VERT INFO */
}

.formulaire_rouge {
background-color:#FFECEC;
border: 1px #666666 solid; /* Couleur N°6 : gris très foncé */
}
