/* Feuille de style AOT 2009 */
body {
	background-color: #e1ffff;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Sans serif;
	font-size: 0.8em;
	color: #3368b1;
}

#page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#banniere {
	background: url( "images/banniere.jpg" );
	background-repeat: no-repeat;
	height: 254px;
}


#banniere_titre {
	color: #ff9924;
	padding-top: 80px;
	padding-right: 50px;
	float: right;	
	font-size: 2em;
}

div#logo_aot img#logo {
	margin-top: 70px;
	padding-left: 50px;
	z-index: 1;
	position: relative;
}

div#zone_connexion {
	z-index: 2;
	position: absolute;
}

.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000;
	color: #fff;
	width: 180px;
	font: 1.1em 'Trebuchet MS', sans-serif;
}

.navigation a, .navigation span, #titre_calendrier {
	display: block;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	background: #000 url( "images/menu-item2.png" ) left bottom repeat-y;
}

.navigation a:hover, .navigation a:focus, .navigation a:active {
	text-decoration: underline;
}

.navigation .subMenu, .connexion .subMenuConnexion, .navigation .open_at_load  {
	font-size: 0.8em;
	background: #5c98ba;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
}

.navigation ul.subMenu a, .navigation ul.open_at_load a {
	background: none;
	padding: 3px 20px;
}

li.toggleSubMenu a em {
	font-size: 0.7em;
	font-style: normal;
}

/* Menu connexion */
.connexion {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	width: 200px;
	font: 1.2em 'Trebuchet MS', sans-serif;
}

ul.connexion {
	z-index: 100;
}

.connexion li.toggleSubMenuConnexion {
	margin-top: -100px;
}

.connexion li.toggleSubMenuConnexion a img {
	border: none;
}

#panel_left {
	float:left;
	margin-top: 20px;
	width: 190px;
}

#contenu {
	padding-left: 190px;
}

.form_input {
	background-color: #fff;
	border: #000 solid 1px;
}

.petit {
	font-size: 0.7em;
}

.modifier {
	float: right;
}

input[type="text"], textarea {
	font-family: 'Trebuchet MS',Verdana,Tahoma,Sans serif;
	font-size: 1em;
}

h3 {
	color: #ff9924;
	border-bottom: 1px solid;
}

h4 {
	color: #ff9924;
	font-weight: bold;
}

a, a:visited {
	color: #3366a2;
	text-decoration: underline;
}

li.toggleSubMenu a {
	color: #fff;
	text-decoration: none;
}

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

.erreur {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}

.important {
	font-weight: bold;
	color: #f00;
}

#chargement {
	padding-top: 30px;
	text-align: center;
}

.pdf {
	text-align: center;
}

#print img {
	cursor: pointer;
	float: right;
	padding-right: 20px;
}

iframe#calendar {
	margin-top: -20px;
	width: 180px;
}

#calendrier {
	padding-top: 20px;
	width: 150px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

.theme_volee {
	padding-right: 50px;
}

.hot {
	background-color: #abe5e5;
}

table#liste_cours td#date {
	width: 50px;
	padding-right: 20px;
}

table#liste_cours td#titre {
	padding-right: 20px;
}

table#liste_cours td#info {
	padding-right: 20px;
}

table#liste_cours td#par {
	width: 50px;
	padding-right: 0px;
}

table#liste_cours td.editeur {
	width: 45px;
}

table.profil td.info {
	width: 200px;
	font-weight: bold;
}

table.profil {
	width: 650px;
}

.pre_inscription:hover {
	cursor: pointer;
	font-style: italic;
	color: #000;
}

.info_pre_inscription {
	background-color: #89b1c1;
	color: #fff;
	border: 1px dashed #3368b1;
	padding: 5px 5px 5px 5px;
	width: 400px;
}

.btn_accepter {
	background-color: #94f576;
}

.btn_refuser {
	background-color: #f57c76;
}

#photo_membre {
	float: right;
	padding-right: 30px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

p.info, table tr td.titre {
	font-weight: bold;
	color: #990000;
}

.info {
	font-weight: bold;
	color: #990000;
}

fieldset {
	border: 1px dashed #ff9924;
}

.lien_export_csv {
	text-align: right;
	padding-top: 20px;
}

img {
	border:none;
}

/* Style du formulaire de connexion */
.label_input_connexion {
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
}

/* Style de la page Liens */
table tr td.liens_titre {
	width: 400px;
}

/* Style de la page recherche cours, zone volŽe */
table tr td.recherche_volee {
	width: 200px;
}

/* Style de la page administration prŽ inscription */
table tr td.pre_inscription {
	width: 100px;	
}

table tr td.nom_inscription, table tr td.prenom_inscription {
	width: 80px;
}

table tr td.attribution_inscription {
	width: 300px;
}

table tr td.action_pre_inscription {
	width: 200px;
}

/* Style des pages info */
table tr td.titre_info {
	width: 30%;
}

table tr td.teaser_info {
	width: 50%;
}

#pied_page {
	font-size: 0.8em;
	vertical-align: middle;
	margin-top: -3px;
}

#pied_page img {
	vertical-align: middle;
	margin-top: -3px;
}

.space_up {
	height: 30px;
	border-collapse: collapse;
	border-top: 1px solid;
}

.navy {
	color: #000080;
}

/* images solcode */
.image_code_droite {width:100%; text-align:right;}
.image_code_centre {width:100%; text-align:center;}
.image_code_gauche {width:100%; text-align:left;}

