@import "custom.css";

body {
	background: #ffffff url("../../img/default/fondHaut.gif");
	background-position:right top;
	background-repeat:repeat-x;	
	font-size: 77%;
    font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
a 
{
	color:#14267B;
	text-decoration:none;
}
a:hover 
{
	color:#14267B;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, form, fieldset, img, p, div {
	padding : 0px;
	margin: 0px; 
	border: 0px;
}
table, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
input, select 
{
	font-size: 100%;
}
.submit input, input.submit, select 
{
	cursor: pointer;
}
input.checkbox
{
	vertical-align: middle;
}

/*  mise en page */
.invisible { display: none; }
.left { float: left; }
.right { float: right; }
.middle { vertical-align: middle; }
.center { text-align: center; }
.clear { clear: both;  }
.clearleft { clear: left; }
.clearright { clear: right; }
.overflow { overflow: auto; }
.hidden { position: absolute; height: 0px; width: 0px; overflow: hidden; }

/* erreur, confirmation, etc... */
.error
{
	font-weight: bold;
	color: #626fa7;
}
.success
{
	font-weight: bold;
	color: #5e760d;
}
.disabled
{
	color: #666666;
}
.strong
{
	font-weight: bold;
}

img.icon
{
	margin-right:3px;	
}

/* Résa TAD */
p.resaTAD
{
	background-image: url("../../img/default/puceTheme.gif");
	background-position:left 5px;
	background-repeat:no-repeat;
	margin:20px 0px 10px 0px;
	padding-left:10px;
	font-size:110%;
	font-weight:bold;
}

/*  structure generale */
#global
{
	background-color: #ffffff;
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: left;
}

/* En tête */
#navaccess 
{
	background-image: url("../../img/default/illustration.gif");
	background-position:right top;
	background-repeat:no-repeat;
	height:150px;
}
#navaccess ul 
{
	float:right;
	list-style:none;
	margin:0px;
	padding: 5px 5px 0px 0px;
}

#navaccess li 
{
	display : inline;
	margin-right: 0px;
	padding-right: 0px;
}
#navaccess li img 
{
	padding-left:5px;	
}
#navaccess #menuoption
{
	font-size:90%;
	height:30px;
}
#navaccess #recherche 
{
	float:right;
	padding-top:20px;
	width:165px;
}
#navaccess #recherche h3 , #navaccess #recherche .h3 
{
	color: #00519E;
	margin-bottom:5px;
	font-weight:bold;
}
#navaccess #recherche #keywords 
{
    width: 120px;
}
#navaccess #recherche legend 
{
	display:none;
}
#navaccess #recherche .submit
{
    margin-right: 12px;
}
#navaccess #recherche .submit input 
{
	background-image: url("../../img/default/btOk2.gif");
	background-position:left top;
	background-repeat:no-repeat;
	background-color: transparent;
	border:none;
	padding:0px 1px 3px 1px;
	margin: 0px;
	height:24px;
	width:24px;
}
#navaccess #recherche #Text1 
{
	width:120px;
}

/* Menu principal */
#navprinc 
{
	width:225px;
	float:left;
}
#navprinc UL 
{
	padding:5px 0px 0px 0px;
	margin-top:0px;
	margin-left:0px;
	border-top:3px dotted #FDC308;
	list-style:none;
}
#navprinc LI 
{
	padding:2px;
}
#navprinc a 
{
	padding-left:12px;
	color:#000000;
}
#navprinc a.selected
{
	background-image:url('../../img/Default/puceVerte1.gif');
	background-repeat:no-repeat;
	background-position:left center;
}
#navprinc a:hover 
{
	color:#000000;
}

/* Contenu */
#content 
{
	float:left;
	margin-left:20px;
	margin-top:15px;
	width:710px;
}

/* Perturabtions */
#content UL.pert LI.pert1 {
	BACKGROUND-IMAGE: url("../../img/default/icoInfo.gif");
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: 0px 0px;
	PADDING-LEFT: 26px;
}
#content UL.pert LI.pert4, #content UL.pert LI.pert2 {
	BACKGROUND-IMAGE: url("../../img/default/icoAttention.gif");
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: 0px 0px;
	PADDING-LEFT: 26px;
}

/* Navigation bas */
#navbas 
{
	text-align:left;
	width:960px;
	margin:0 auto;
	color:#666565;
	font-size:90%;
}
#navbas UL
{
	margin:0px;
	padding:0;
	margin-bottom:5px;
}

#navbas LI
{
	list-style:none;
	display:inline;
}

#navbas LI A 
{
	color:#666565;
}
