body{
	background: url("../images/background_body.gif") repeat-x fixed 0 0 #e2dedd;
	height: 100%;
    margin: 0;
    padding: 0;
}


#content {
	background:white;
	box-shadow: 1px 1px 5px #666666;
	margin: 0 auto;
	position:relative;
	display:block;
    padding: 0px;
    top:0px;
    bottom:0px;
	min-height:100%;
}


#content.w1000 {
	width: 1020px;
}

#content.w1200 {
	width: 1220px;
}


#content .page {
	background:white;
	border-width: 3px 0px 0px 0px;
	border-color: #663300;
	border-style: solid;
    position:relative;
	display:block;
    padding: 20px 9px 20px 9px;
	z-index:0;
	bottom:0px;
}

#content .page2 {
	background:white;
	border-width: 0px 0px 0px 0px;
	border-color: #663300;
	border-style: solid;
    position:relative;
	display:block;
    padding: 20px 9px 20px 9px;
	z-index:0;
	bottom:0px;
	top:85px;
}


.main{
	width: 100%;
	margin: 0 auto;
	position:relative;
	display:block;
}

.main2{
	width: 1220px;
	margin: 0 auto;
	position:relative;
	display:block;
}

header{
	width:100%;
	height: 85px;
	text-align:center;
	background: #eee;
	background: -webkit-linear-gradient(#ddd,#bbb);
	background: -moz-linear-gradient(#ddd,#bbb);
	background: -ms-linear-gradient(#ddd,#bbb);
	background: -o-linear-gradient(#ddd,#bbb);
	background: linear-gradient(#ddd,#bbb);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd',endColorstr='#bbbbbb', GradientType=0);
}


header .logo{
	top:2px;
	left:0px;
	z-index:4;
	position:absolute;
}

header .logo img{
	max-width:220px;
	height:100px;
}


sup{
	font-size:60%;
}



/* NAV ****************************************************************/

nav{
	top:43px;
	position:absolute;
	z-index:1;
	left:0px;
	right:0px;
}

nav ul{
    list-style: none outside none;
	height: 40px;
	margin-left:250px;	
}


nav li {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: inline;
    float: left;
	padding: 0px 10px;
	margin: 0px 10px 0px 0px;
	font-size:100%;
	color:#666666;
	cursor: pointer;
	border-width: 2px 2px 0px 2px;
	border-color: white;
	border-style:solid;
	border-collapse:collapse;
	line-height: 40px;
	background: #eee;
	background: -webkit-linear-gradient(#eee,#ddd);
	background: -moz-linear-gradient(#eee,#ddd);
	background: -ms-linear-gradient(#eee,#ddd);
	background: -o-linear-gradient(#eee,#ddd);
	background: linear-gradient(#eee,#ddd);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#dddddd', GradientType=0);
}


nav li:hover {
    border-color: #ff6600;
	background: #FFF;
	color:#ff6600;
	box-shadow : 0px 0px 2px #DDD;
}

nav li:active {
    background: #ff9305;
	color:white;
}


nav li.select {
	border-top-left-radius: 5px;
	border-top-right-radius: 15px;
	border-color: white;
	background: #ff6600;
	background: -webkit-linear-gradient(#ff6600,#cc6600);
	background: -moz-linear-gradient(#ff6600,#cc6600);
	background: -ms-linear-gradient(#ff6600,#cc6600);
	background: -o-linear-gradient(#ff6600,#cc6600);
	background: linear-gradient(#ff6600,#cc6600);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600',endColorstr='#cc6600', GradientType=0);
	color:white;
	box-shadow : 0px 0px 0px #999 ;
}


/* ROUBRIQUE ****************************************************************/

div.rub{
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
}

div.rub ul{
    list-style: none outside none;
	height: 30px;
	padding-top:5px;
	padding-left:250px;
	background: #996600;
	background: -webkit-linear-gradient(#663300,#996600);
	background: -moz-linear-gradient(#663300,#996600);
	background: -ms-linear-gradient(#663300,#996600);
	background: -o-linear-gradient(#663300,#996600);
	background: linear-gradient(#663300,#996600);
	filter:progid:DXImageTransform.Microsoft.gradient(endColorstr='#996600',startColorstr='#663300', GradientType=0);
	color:white;
	border-width: 0px 1px 1px 1px;
	border-color: #04325f;
	border-style:solid;
	
}


div.rub li {
	font-size:80%;
    display: inline;
    float: left;
	padding: 0px 10px;
	margin: 0px 5px 0px 0px;
	color:white;
	cursor: pointer;
	border-collapse:collapse;
	line-height: 30px;
}

div.rub li:hover {
    background: #FFF;
	color:black;
	box-shadow : 0px 0px 1px #DDD;
	border-radius:5px 5px 0px 0px;
}

div.rub li:active {
    background: #ff9305;
	color:white;
}


div.rub li.select {
	line-height: 31px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: white;
	border-radius:10px 10px 0px 0px;
	background: white;
	color:#04325f;
	border-color: #548cc3;
}


/* USER ***************************************************/

#user{
	width:1050px;
	top:0px;
	right:0px;
	z-index:3;
	line-height: 26px;
	position:absolute;
}
#user div{
	position:absolute;
	top:0px;
	left:0px;
	padding: 0px 10px 2px 10px;
	background: #F90;
	color:white;
	font-size:100%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #C40;
	box-shadow: 2px 2px 4px #999 ;
	cursor: pointer;
}


#user ul{
	width:850px;
	list-style: none outside none;
    float: right;
}

#user li {
    display: inline;
    float: right;
	padding: 0px 10px 2px 10px;
	margin: 0px 0px 0px 5px;
	font-size:100%;
	color:#000000;
	font-size:75%;
	border-radius: 0px 0px 10px 10px;
	
}

#user li.cle{
	/*background: #DDD;		*/
	border-radius: 0px 0px 0px 10px;
	margin: 0px px 0px 10px;
}

#user li.value{
	border-width: 0px;
	background: #EEE;		
	margin: 0px 10px 0px 0px;
	border-radius: 0px 0px 10px 0px;
}

#user li.appli {
    display: inline;
    float: left;
	font-size:100%;
	padding: 0px 20px 2px 20px;
}

#user li.appli:hover{
	color:red;
	box-shadow : 0px 0px 5px #999 ;
	cursor: pointer;
}


#user li.appli_select {
	padding: 0px 20px 2px 20px;
    display: inline;
    float: left;
	background: #F90;
	color:white;
	font-size:100%;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #C40;
	box-shadow: 2px 2px 4px #999 ;
	cursor: pointer;
}


#user li.login{
	padding: 0px 10px 2px 40px;
	background: url("../images/secure.png") no-repeat scroll 0 0 #EEE;
	cursor: pointer;
}

#user li.login:hover, #user li.logout:hover{
	color:red;
	box-shadow : 0px 0px 5px #999 ;
	cursor:pointer;
}

#user li.login:active{
	color:white;
	background: url("../images/secure.png") no-repeat scroll 0 0 #ff9305;
}



/* FOOTER ***************************************************/


#footer{
	clear: both;
	width: 100%;
	height:50px;
}

#footer .background{
	width: 1020px;
	margin: 0 auto;
	position:relative;
	display:block;
	height:100%;
	padding: 20px;
	z-index:3;

}


/* GOOGLE ******************************************/


table.google_bulle {
	min-width:200px;
	font-size:11px;
	border:0;
	border-collapse: collapse;
	border-spacing: 0px;
	padding:0px;
}





