﻿@import "custom.css";


h1, h2, h3, h4, h5, h6, form, fieldset, img, p, div, ul, li, table, tr, td, th {
	padding : 0px;
	margin: 0px; 
	border: 0px;
}
input, select {
	font-size: 92%;
}
textarea, input, select {
	margin: 0px;
}
img {
	margin: 0px;
	border: none;
}
fieldset {
	border: none;
}
label {
	/*vertical-align: top;*/
}
p
{
	font-size:100%;
	text-align:justify;
}
a
{
	font-size:100%;
	color:#262D71;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

.left { float: left; }
.leftmarge { float:left; margin-right:5px;}
.right { float: right; }
.middle { vertical-align: middle; }
.top { vertical-align: top; }
.center { text-align: center; }
.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }
.overflow { overflow: hidden; }
.hidden { width: 0; height: 0; overflow: hidden; position:absolute;}

/* Erreur / confirmation */
.error { font-weight: bold; color: Red; }
.success { font-weight: bold; }
.disabled { color:#666666;}



fieldset legend {
	display: none;
}


/* NAVHAUT */
#navaccess {
	float:left;
}


#navbas {
	float:right;
}


#navaccess UL, #navbas UL
{
	margin:5px 0 3px;
	padding:0px;
}


#navaccess LI , #navbas LI {
	font-size: 92%;
	padding: 0px;
	display: inline;
	font-weight:bold;
}


/* Formulaire de recherche */
FORM#recherche {
	display:inline;
}


FORM#recherche INPUT
{
	border:1px solid #262D71;
}

FORM#recherche .submit INPUT  {
	FONT-SIZE: 100%;
	FONT-WEIGHT: bold;
	COLOR: #262D71;
	BORDER: none;
	BACKGROUND-COLOR: #ffffff;
	PADDING: 0px;
	font-weight:bold;
}

#header
{
	margin-bottom:20px;
}

#main #menuleft 
{
	float:left;
	width:203px;
	background-image:url('../img/filet_jaune.gif');
	background-position:right;
	background-repeat:repeat-y;
	padding-right:12px;
	min-height:530px;
	height: expression( this.scrollHeight < 530 ? "530px" : "auto" ); /* sets min-height for IE */
}

#main #menuright
{
	float:right;
	width:200px;
}


#main #menuleft DIV.univers H3, #main #menuleft DIV.univers .title
{
	font-size:130%;
	margin-left:0px;
	margin-bottom:5px;
	padding-left:15px;
	background-image:url('../img/puceMenu.gif');
	background-position:left 3px;
	background-repeat:no-repeat;
	font-weight:bold;
}

#main #menuleft UL 
{
	margin-left:15px;
	margin-bottom:20px;
}

#main #menuleft UL LI
{
	list-style:none;
}

#main #menuright #tad
{
	background-image:url('../img/angle_jaune.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:8px;
}

#menuright #tad H2, #menuright #tad DIV.title
{
	padding-left:15px;
	font-size:130%;
	font-weight:bold;
}

#menuright #tad UL
{
	padding-left:15px;
}

#menuright #tad LI
{
	list-style:none;
}

#menuright #tad A 
{
	text-decoration:underline;
}

#menuright #tisseo
{
	margin-top:20px;
	margin-right:10px;
	padding:10px 0px 20px 10px;
	background-image:url('../img/filet_jaune.gif');
	background-position:left;
	background-repeat:repeat-y;
	min-height:390px;
	height: expression( this.scrollHeight < 390 ? "390px" : "auto" ); /* sets min-height for IE */
	text-align:center;
}

#menuright #tisseo SPAN
{
	font-size:120%;
}

#menuright #tisseo IMG
{
	margin-top:5px;
	margin-bottom:5px;
}

#menuright #tisseo A 
{
	text-decoration:underline;
}

/* FOOTER */
#foot
{
	text-align:center;
}

#foot UL#copyright
{
	float:left;
	margin-top:20px;
	width:550px;
	padding-left:200px;
	margin-bottom:10px;
}

#foot LI
{
	display:inline;
}

#foot IMG
{
	margin-top:10px;
	float:right;
	margin-right:50px;
}
