@media screen {
/* --- BALISE HTML --- */
body{
	margin				: 0;
	margin-top			: 0;
	padding				: 0;
	font-family			: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	/*color				: #666666;*/
	color				: #000000;
	line-height			: 20px;
	text-align:justify;
	background-color	: #29AAE2;
	background-image	: url('../images/imagedefondrepete.png');
	background-repeat	: repeat-x;
}

h1{	
	font-size			: 16px;
	color				: #1C74BC;
	text-align			: left;
	text-transform		: none;
	
	margin-top			: 20px;
	margin-bottom		: 10px;
	margin-left			: inherit;
	margin-right		: inherit;
	
	padding-top			: inherit;
	padding-bottom		: inherit;
	padding-left		: inherit;
	padding-right		: inherit;
}
h2{
	font-size			: 14px;
	color				: #000000;
	text-align			: left;
	text-transform		: none;
	
	margin-top			: 20px;
	margin-bottom		: 10px;
	margin-left			: inherit;
	margin-right		: inherit;
	
	padding-top			: inherit;
	padding-bottom		: inherit;
	padding-left		: inherit;
	padding-right		: inherit;
}
h3{
	font-size			: 13px;
	color				: #1C74BC;
	text-align			: left;
	text-transform		: none;
	
	margin-top			: 10px;
	margin-bottom		: 10px;
	margin-right		: inherit;
	
	padding-top			: inherit;
	padding-left		: 10px;
	padding-right		: 10px;
}

a, a:active, a:visited{
	text-decoration		: underline;
	text-transform		: none;
	color				: #666666;
	outline				: none;
	
}
	a:hover{
		text-decoration	: underline;
		color:#FF6600;

	}

img
{
	border : 0;
	text-decoration : none;
	font-weight: bold;
}

img a
{
	border : 0;
	text-decoration : none;
}


.indent
{
	margin-left:41px;
}
p{
	margin-top			: inherit;
	margin-bottom		: 10px;
	margin-left			: inherit;
	margin-right		: inherit;
	padding-top			: inherit;
	padding-bottom		: inherit;
	padding-left		: inherit;
	padding-right		: inherit;
	text-align: left;
}

.puce
{
	list-style-image:url(../images/contenu/puce.jpg);
}
/* ===========================================================
					   Les listes
=========================================================== */
ul.square li
{
	list-style-type		: none;
}

ul
{
	padding-left:10px;
}
li
{
	list-style-type:none;
	background-image:url(../images/contenu/puce1.jpg);
	background-repeat:no-repeat;
	padding-bottom:3px;
	padding-left: 25px;
	margin-bottom:1px;
	text-align: left;
	color: #000;
	padding-top: 3px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
}
li2
{
	list-style-type:none;
	background-image:url(../images/contenu/puce1.png);
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-left: 25px;
	margin-bottom:5px;
	text-align: left;
	color: #F00;
}
/* --- CLASSES TEMPLATE --- */
.fond_bandeau_haut{
	background-color	: #29AAE2;
}
.fond_bandeau_bas{
	background-color	: #29AAE2;
}
.fond_colonne_gauche{
	background-color	: #29AAE2;
	/*background-image	: url('../images/menugauche/maquette_23.png');
	background-repeat	: repeat-y;*/
	
	margin-top			: inherit;
	margin-bottom		: inherit;
	margin-left			: inherit;
	margin-right		: inherit;
	
	padding-top			: inherit;
	padding-bottom		: inherit;
	padding-left		: inherit;
	padding-right		: inherit;
}
.fond_colonne_droite{
	background-color	: #29AAE2;
	/*background-image	: url('../images/menugauche/maquette_23.png');
	background-repeat	: repeat-y;*/
}
.fond_centre{
	background-color	: #FFFFFF;
	text-align: center;
	/*background-image	: url('../images/menugauche/maquette_23.png');
	background-repeat	: repeat-y;*/
}

.bas, .bas p, .bas a, .bas a:active, .bas a:visited{
	color				: #FFFFFF;
	font-size			: 10px;
	text-decoration		: none;
	text-align			: center;
}
	
	.bas a:hover{
		color			: #000000;
		font-size		: 10px;
		text-decoration	: underline;
	}
	
	.bas img{
		border			: 0;
	}
	

.noBorder
{
	text-decoration:none;
	border:0;
}
	
/* --- CLASSES PERSONNALISEES --- */	
.tableau_entete{
	background-color	: #CCCCCC;
	font-size			: 14px;
	font-weight			: bold;
}
.ligne1{
	cursor : pointer;
}
.ligne1 td{
	border-bottom : 1px solid #FF7F00;
}
.ligne2{
	/*color				: #D7E3F2;*/
}

.ligne1:hover, .ligne2:hover{
	/*color				: #FFFFFF;*/
	background-color	: #AAC8E1;
}

.CADRE {
	border				: 1px solid #FF7F00;
	padding 			: 4px;
	margin-left 		: 5px;
	margin-right 		: 5px;
	margin-top			: 10px;
	margin-bottom		: 10px;
	text-align : center;
}


.contour_image{
	background-color	: #000000;
	border				: 1px solid #000000;
	padding				: 0px;
	margin				: 10px;
}

.important{
	color				: #FF0000;
	font-weight			: normal;
}

.center
{
	text-align 			: center;
}

/* -- Icone a coté des liens -- */
a[href $='.pdf'] { padding-left: 22px; background: transparent url('../images/icones/pdf.gif') no-repeat center left;}
/*
a[href $='.gif'] { padding-left: 22px; background: transparent url('../images/icones/image.gif') no-repeat center left;}
a[href $='.png'] { padding-left: 22px; background: transparent url('../images/icones/image.gif') no-repeat center left;}
a[href $='.jpg'] { padding-left: 22px; background: transparent url('../images/icones/image.gif') no-repeat center left;}
*/
a[href $='.doc'] { padding-left: 22px; background: transparent url('../images/icones/word.gif') no-repeat center left;}
a[href $='.xls'] { padding-left: 22px; background: transparent url('../images/icones/xls.gif') no-repeat center left;}
a[href $='.txt'] { padding-left: 22px; background: transparent url('../images/icones/texte.gif') no-repeat center left;}
a[href $='.zip'] { padding-left: 22px; background: transparent url('../images/icones/archive.gif') no-repeat center left;}
a[href $='.rar'] { padding-left: 22px; background: transparent url('../images/icones/archive.gif') no-repeat center left;}
a[href $='.exe'] { padding-left: 22px; background: transparent url('../images/icones/exe.gif') no-repeat center left;}
a[href $='.swf'] { padding-left: 22px; background: transparent url('../images/icones/flash.gif') no-repeat center left;}
a[href $='.avi'] { padding-left: 22px; background: transparent url('../images/icones/film.gif') no-repeat center left;}
a[href $='.mpeg'] { padding-left: 22px; background: transparent url('../images/icones/film.gif') no-repeat center left;}
a[href $='.flv'] { padding-left: 22px; background: transparent url('../images/icones/film.gif') no-repeat center left;}


/* --- CLASSES PERSONNALISEES --- */
#formulaire
{
	width 				: 400px; /* Largeur du formulaire, à modifier si besoin */
	margin 				: auto;
}

#formulaire span
{
	float 				: left;
	width 				: 40%;
	text-align 			: right;
	padding-top 		: 5px;
	clear : both;
}

#formulaire input[type="text"],#formulaire textarea
{
	float 				: left;
	margin-top 			: 5px;
	margin-left 		: 5px;
	padding-left		: 2px;
	margin-bottom		: 10px;
	font-size			: 11px;
	border				:1px solid #C0C0C0;
	width 				: 55%;
}

#formulaire input[type="text"]:focus,#formulaire textarea:focus
{
	background-color:#FFD695;
	border-style:inset;
	color : #000000;
}

#formulaire input[type="submit"],#formulaire input[type="reset"],#formulaire input[type="button"]
{
	background-color:#29AAE2;
	border-style:outset;
	color : #FFFFFF;
	font-weight:bold;
	outline	: none;
}

#formulaire input[type="submit"]:hover,#formulaire input[type="reset"]:hover,#formulaire input[type="button"]:hover
{
	border-style:solid;
	background-color:#FF7F00;
}

#formulaire input[type="submit"]:active,#formulaire input[type="reset"]:active,#formulaire input[type="button"]:active
{
	border-style:inset;
}

#erreur
{
	color 				: red;
	font-weight 		: bolder;
	margin-bottom 		: 10px;
	text-align 			: center;
}

.both
{
	clear				: both;
}

}
.CADRE1 {

	border				: 1px solid #FF7F00;
	
	padding 			: 4px;
	margin-left 		: 5px;
	margin-right 		: 5px;
	margin-top			: 10px;
	margin-bottom		: 10px;	
	font-weight			: normal;
	text-align : center;
}
.CADRE2 {
	margin-left 		: auto;
	margin-right 		: auto;
	margin-top			: auto;
	margin-bottom		: auto;
	font-weight			: lighter;
	text-align : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	border-top: 1px Aucune;
	border-right: 1px Aucune;
	border-bottom: 1px Aucune;
	border-left: 1px Aucune;
}
.Points-Forts_CADRE2 {

	margin-left 		: auto;
	margin-right 		: auto;
	margin-top			: auto;
	margin-bottom		: auto;
	font-weight			: bold;
	text-align : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
	border-top: 1px Aucune;
	border-right: 1px Aucune;
	border-bottom: 1px Aucune;
	border-left: 1px Aucune;
}
.font_bandeau_haut tr .fond_centre table tr td table tr th ul li {
	font-weight: normal;
}
.font_bandeau_haut tr .fond_centre table tr td table tr th {
	text-align: left;
}
.font_bandeau_haut tr .fond_centre table tr td table tr th {

}
.font_bandeau_haut tr .fond_centre table tr td table tr td {
	text-align: left;
}
.font_bandeau_haut tr .fond_centre table tr td table tr td a {
	text-align: left;
}

