/* JAH Style */
/* 2008 (c) Corentin Héraud */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

body a {
	background-color: white;
	font-size: 12px;
	text-decoration:none;
}

body img a {border: 0;}

/* TITRES */
h5{font-size:18px; color: white; background: url(images/fo_cours.gif) no-repeat; background-position: 0% 60%; padding-left: 35px; margin:0; font-weight:normal; text-decoration:none;}
h6{font-size:18px; color: white; background: url(images/fo_docrech.gif) no-repeat; background-position: 0% 60%; padding-left: 35px; margin:0; font-weight:normal; text-decoration:none;}
h3{font-size: 12px; font-weight:bold; margin: 13px 0 0 -10px; padding: 0;} 


/* CLASSES */
.sep_menu  {color: #ccc}
.fo_titre_cours {background:url(images/fo_bande_rouge.gif) no-repeat; background-position: top;}
.fo_titre_docrech {background:url(images/fo_bande_bleue.gif) no-repeat; background-position: top;}




/* TETE */
#tete {
	height: 100px;
	width: auto;
	background-color: #f1f5ea;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 3% 60%;

}


ul#menu {
	width: auto;
	height: 20px;
	margin: 0;
	padding-right: 12px;
	text-decoration:none;
	list-style-type: none;
	text-align: right;
	background-color: #f1f5ea;
	border-bottom: 1px #b6ca8f solid;
}

#menu li {
	display: inline;
	line-height: 20px;

}

#menu a {
	background-color: #f1f5ea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: #b6ca8f ;
	text-decoration:none;
}


/* RECHERCHE depuis index.php */
#recherche {
	width: 180px;
	height: 30px;
	border-bottom: 1px #FFFFCC solid;
	background-color:#F2FEDA;
	padding-top: 8px;
}

/*
@media screen and (-webkit-min-device-pixel-ratio:0){ /* putain de hack safari 3 & opéra
#recherche {width: 230px;}
}
html:first-child>b\ody #recherche {width: 190px;} /* putain de hack opéra qui annule le hack précédent */


#recherche form { /*form recherche normal */
	margin: 0 0 0 8px;
}



/* RECHERCHE depuis recherche.php */
#recherche_avecretour {
	width: 210px;
	height: 30px;
	border-bottom: 1px #FFFFCC solid;
	background-color:#F2FEDA;
	padding-top: 8px;
}

#recherche_avecretour form { /*form recherche avecretour */
	margin: 0 0 0 8px;
}


/* classes communes */
.recherche-txt {
	padding: 0 0 0 5px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.recherche-input {
	border: 1px solid #b6ca8f;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 17px;
	width: 135px;

}

.recherche-submit {
	padding: 3px 3px 3px 3px;
	border: 1px solid #b6ca8f;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	width: 22px;
	margin:0;

}




/* CONTENAIRE */

#contenaire {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	height: auto;
	width: 900px;
	margin-top: 40px;
}

#cats{
	border: 1px purple solid;
}

#cours {
	float: left;
	width: 45%;
	height: 100%;
}

#docrech {
	float: left;
	width: 45%;
	height: 100%;
	margin-left: 7%;
}


#cadre {
	margin-top: 15px;
	font-size:12px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	padding: 0 0 15px 25px;
	line-height: 20px;
	margin-bottom: 30px;
}

#cadre a {
	color: black;
	font-weight: normal;
	text-decoration:none;
}

#cadre a:hover {
	color: gray;
	text-decoration: none;
}



