/* -------------------------------------------------------- */
/* Fichier : style.css                                      */
/* Auteur : Nader Boutros (PASS-TECH : www.pass-tech.fr)    */
/* Contributions : Pierre Dittgen (PASS-TECH)               */
/* Projet : CORRELYCE - Région PACA                         */
/* Licence : GNU GPL                                        */
/* Description :                                            */
/* Mise en page et styles globaux  pour l'affichage         */
/* -------------------------------------------------------- */
/*@import url("layout.css");*/
@import url("entete.css");
@import url("contenu.css");
@import url("droite.css");
@import url("gauche.css");
@import url("displaytag.css");
@import url("divers.css");

/* redefine html tags (generic) */
body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	/*text-align: center;*/
}
dl, dt, dd, ul, ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget-content ul li {
	background-image: url(icons/fleche.png);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding: 0 0 0 16px;
	margin: 0 0 0 5px;
	font-size: 9pt;
	font-weight: bold;
}
ol { margin: 0; padding: 0; }
ol li { margin-left: 24px; }

img {
	border: 0;
}

a {	color: #5f5f5f; text-decoration: none; }

/* ---------------------------------------------------- */
/* generic classes */
.hide {
	display: none;
}
.forprint {
	display: none;
}
img.imgcenter {
	vertical-align: middle;
}
form {
	margin: 0;
	padding: 0;
}
input.text {
	color: #006699;
	background-color: #fff;
	text-decoration: none;
	margin-right: 3px;
	height: 12pt;
}
input, textarea, select {
	border: 1px solid #5f5f5f;
}
input.noborder {
	border: none;
}
input.image-submit {
	vertical-align: middle; 
	border: none;
}
.ko { color:#FF0000; font-weight:bold;}

.enveloppe ul {
	border-left: none;
	border-bottom: none;
}
div.bouton-submit {
	float: right;
	position:relative;
	bottom: -7px;
	height: 18px;
}
div.bouton-submit input {
	border: none;
	background-color: #fff;
}

.strong {
	font-weight: bold;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.mep:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
.mep {display: inline-block;}

/* Hides from IE-mac \*/
* html .mep {height: 1%;}
.mep {display: block;}
/* End hide from IE-mac */ 


/* for file upload */
/* from : http://www.quirksmode.org/dom/inputfile.html */
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}


/* ------------------------------------------------------------- */
/*                             bas découpes                      */
/* ------------------------------------------------------------- */

#bas #copyright {
	float:left;
	color: #5f5f5f;
	font-size: 8pt;
	font-weight: bold;
}
#bas #otherlinks {
	float: right;
}
#bas #otherlinks a {
	color: #5f5f5f;
	font-weight: bold;
	font-size: 8pt;
}

/* ------------------------------------------------------------- */
/*                             FIN                               */
/* ------------------------------------------------------------- */

