@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.invisible {
	display:none;
}

.ombre {
	float:left;
	clear:left;
	background: url(../img/ombre.png) no-repeat bottom right;
	background-color:#ffffff;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
	
}
 
.boite {
	
	background-color:#ffffff;
	position:relative;
	bottom:6px;
	right: 6px;
}
 .boiteTxt {
	
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	
}

#site {
	width: 99%;
	min-width: 800px;
	max-width: 1280px;
	position: absolute;
	/*left: 50%;
	margin-left: -50%;*/	
	/*border-bottom-color: #333333;
	border-top-color: #DDDDDD;*/
	/*
	border-right: 3px inset #555555;
	border-left: 3px outset #BBBBBB;*/
	
}



/******************************* ENTETE PAGE *************************************/
#header {
	left:0px;
	top:0px;
	height: 115px;
	/*width:1280px;*/
	background: url(../img/general.jpg) left top no-repeat;
	background-color:#005278;
	margin:0px;
	padding:0px;
}
#header a img{
	text-decoration:none;
	border:none;
}
#titre {
	margin:0px;
	padding:0px;
	background-color: #005278;
	color: #ffffff;
	font-size:0.7em;
}

#titre h1{
	margin:0px;
	padding-left:150px;
	padding-right:150px;
}

h1 {
	background-color: #005278;
	font-size: 1.5em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	padding-right:0px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}


#titre a{
	color:#ffffff;
	text-decoration:none;
}
#titre a:hover{
	text-decoration:underline;
}
#titre ul{
	margin:0px;
	padding:0px;
}
#titre li{
	float:right;
	list-style:none;
	/*list-style-type:disc;
	list-style:inside;*/
	padding:0px;
	margin-top:4px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:10px;
}

/* Logo masqué pour l'afficher à l'impression */

#logoMasque {
display:none;
}

#retourAccueil {
	position: absolute;
	top: 118px;
	left: 20px;
	width:60px;
	height:24px;
	color: #ffffff;
	margin:0px;
	padding:0px;
	background: url(../img/acceuil-norm.jpg) left top no-repeat;
}

#retourAccueil:hover {
	background: url(../img/acceuil-pass.jpg) left top no-repeat;
}

#retourUPPA {
	position: absolute;
	top: 118px;
	left: 80px;
	width:60px;
	height:24px;
	margin:0px;
	padding:0px;
	background: url(../img/uppa-norm.jpg) left top no-repeat;
}

#retourUPPA:hover {
	background: url(../img/uppa-pass.jpg) left top no-repeat;
}
/******************************* - FIN - ENTETE PAGE *************************************/

/******************************* BLOC RECHERCHE ******************************************/
#rechercheC {
	color:#005278;
	/*position:absolute;
	text-indent:5px;
	right:35px;
	top: 240px;*/
}

#rechercheC *{
	margin:0px;
	padding:0px;
}

#rechercheC p{
	font-size: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
	
}
#rechercheC input {
	/*margin-bottom: -5px;*/
}

#inputSearchC {
	width: 98px;
	border: 2px solid #f9b700;
}

#submitSearchC {
	/*position:absolute;
	right:-35px;
	top:10px;*/
	margin-top:-6px;
	/*border:#000000 solid;*/
}
/******* OLD **********/
#recherche {
        color:#005278;
        position:absolute;
        text-indent:5px;
        right:35px;
        top: 240px;
}

#recherche *{
        margin:0px;
        padding:0px;
}

#recherche p{
        font-size: 0.6em;
        font-weight: bold;
        text-transform: uppercase;

}
#recherche input {
        /*margin-bottom: -5px;*/
}

#inputSearch {
        width: 98px;
        border: 2px solid #f9b700;
}

#submitSearch {
        position:absolute;
        right:-35px;
        top:10px;
        /*border:#000000 solid;*/
}

/******************************* - FIN - BLOC RECHERCHE ******************************************/
