/**
 * CORRELYCE: Catalogue Ouvert Régional de Ressources Editoriales pour les LYCéEs
 *
 * Copyright (C) 2007-2009 Région PACA, PASS-TECH
 *
 * Région Provence, Alpes,Côte d'Azur (Région PACA) Direction des lycées
 * 27, rue Jules Guesde, 13001 Marseille (France) 
 * Contact : Eric Mazo <emazo@regionpaca.fr>, tél : +33.4.91.57.50.56
 *
 * Avec la contribution de :
 *      Centre régional de documentation pédagogique d'Aix-Marseille
 *      31, boulevard d'Athènes, 13232 Marseille cedex 1 (France)
 *      Contact : Gérard Puimatto <gerard.puimatto@crdp-aix-marseille.fr>
 *
 * PASS Technologie (PASS-TECH)
 * 26, rue Louis Braille, 75012 Paris (France) 
 * Contact : Nader Boutros <nader.boutros@pass-tech.fr>, tél : +33.1.43.41.42.44
 * 
 * Développé par :
 *      Cédric Torcq <cedric.torcq@pass-tech.fr>
 *      Pierre Dittgen <pierre.dittgen@pass-tech.fr> 
 *      Julien Bellion <julien.bellion@pass-tech.fr> (depuis 2009)
 * 
 * Ce programme est un logiciel libre: vous pouvez le redistribuer et/ou le modifier selon les termes 
 * de la "GNU General Public License", tels que publiés par la "Free Software Foundation"; 
 * soit la version 2 de cette licence ou (à votre choix) toute version ultérieure.
 * 
 * Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE GARANTIE,
 * ni explicite ni implicite; sans même les garanties de commercialisation ou d'adaptation 
 * dans un but spécifique.
 * 
 * Se référer à la "GNU General Public License" pour plus de détails.
 * 
 * Vous devriez avoir reçu une copie de la "GNU General Public License"
 * en même temps que ce programme; sinon, écrivez à la "Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 */

@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;
}
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                               */
/* ------------------------------------------------------------- */


