/******************
 * CSS du site mobile batifon.free.fr
 * (C) 2010-2011 ~ bfonta35
 * 
 * Utilisation non commerciale autorisee sous reserve de la mention visible de l'auteur
 ******************/

@import url(base.css);

body {
	font-size:120%;
}

a:active {border:1px solid;}

ul.txt {
	left:-20px;
}
	
.ombre {
	box-shadow:0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0);
}

/*TITRE*/
#bigHeader form {
	display:none;
}

#bigHeader {
	position:relative;
	top:0px;
	margin:auto;
	height:60px;
	width:inherit;
	right:inherit;left:inherit;
	
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:5px 10px 10px 10px;
	
	box-shadow:0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0);
}

/*LOGO*/
img#logo {display:none;}

/*MENU*/
section#menu {
	position:relative;
	left:0px;right:0px;
	width:inherit;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:5px 5px 3px 5px;
	margin:auto;
}
section#menu h3 {
	position:relative;
	margin:auto;
	left:inherit;width:inherit;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
section#menu ul {
	position:relative;
	margin:auto;
}

section#menu ul li {
	float:left;
	margin:5px 10px 2px 10px;
	font-size:160%;
}
.mob_no_hide {
	display:inline;
}
section#menu footer a {
	visibility:hidden;
}

div#share,
section#menu hr {
	display:none;
}


/*CORPS*/
#corps {
	position:relative;
	top:0px;
	left:inherit;right:inherit;
	margin:auto;
	min-width:50px;
	min-width:inherit;
}
#corps h1,#corps h2 {
	position:relative;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:10px 5px 10px 10px;
}
section.article {
	position:relative;
	left:inherit;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:50px 15px 40px 15px;
	margin-bottom:40px;
	margin:auto;
}
section.article h3,
section.article h4,
section.article h5,
section.article h6{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:2px 5px 2px 5px;
}

section.article p.forme {text-indent:9px;}


/*News*/
section#news {
	position:relative;
	top:-10px;
	padding:10px 15px 15px 15px;
}
section#news h4 {
	margin:0px 0px 10px 0px;
}

/*Plan du site*/
section#plan {
	padding:2px 20px 20px 20px;
}

/*Universite*/
section#fac td,
section#fac th {
	padding:2px 3px 2px 3px;
}
img#refer1992 {
	height:50%;
}

/*Lexique*/
section#raccourcis {
	margin-bottom:90px;
}
h3.letter {
	width:2em;
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
}

/*Boudou*/
section#boudou input {
	margin-right:20px;
}

/*testBoudou*/

#version td {
	min-width:160px;
	}
#version th {
	padding-left:45px;
}
#test td {
	padding:0px 5px 0px 5px;
	min-width:200px;
}
#test th {
	padding-top:5px;
}
section#boudou.block {
	width:50px;
	height:10px;
}
#t4_d {height:10px;width:30px;}

fieldset {width:600px;margin-top:25px;}

#contour {
	width:400px;
}
#contour,#progress {
	height:30px;
}

/*Nouvelle version*/
section#newVersion td {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	padding:2px 7px 2px 7px;
}

/*Caracteres speciaux*/
table#tab_carac,
table#tab_carac td,
table#tab_carac th {
	padding:2px 3px 2px 3px;
}

/*Calendrier universitaire*/
section#calendrier table td {
	padding-left:10px;
}