html * { 
    margin: 0; 
    padding: 0; 
    border: 0;
}
 
body {
    margin: 0.5em 0em 2em 0em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.1em;
    text-align: center;
    
    background-color: #A5DDF8;
    background-image: url(images/background.png);
    background-repeat: repeat-x;	
}
 
#page { 
    width: 910px; 
    text-align: left;  
    margin-left: auto; 
    margin-right: auto;  
} 


/* header: */

#header {
    position: relative; 
    width: 910px; 
    height: 14px;
	background-color:#fff;
    vertical-align: middle;
    text-align: center;
	border-top: 0.1em solid #65B6E3;   
    border-left: 0.1em solid #65B6E3;   
    border-right: 0.1em solid #4284B5;
    border-bottom: 0.1em solid #4284B5;
	margin-bottom: 10px;
}


h1 {
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:0px;
}



#headerpub {
	background-color:#006CAA;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}






/* left column: */

#left {
    width: 165px; 
    float: left; 


}


div.left_box {
    background-color: #fff;
    margin-bottom: 1em;
	border-top: 0.1em solid #65B6E3;   
    border-left: 0.1em solid #65B6E3;   
    border-right: 0.1em solid #4284B5;
    border-bottom: 0.1em solid #4284B5;
}

div.left_box #title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 2px;
	text-decoration: underline;
    background-color: #006CAA;
}

div.left_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 6px;
}

div.left_box a:link, div.left_box a:visited  {
    color: #0000FF;
	text-decoration: underline;
}
 
div.left_box a:hover, div.left_box a:active {
    color: #0000FF;
	text-decoration: underline;
}

div.inner_box {
    border-right: 0.1em solid #7BA5C6;
    border-bottom: 0.1em solid #7BA5C6;
	padding-bottom: 3px;
}



/* content column: */

#content {
    float: right; 
    display: inline; 
    position: relative; 
    width: 730px; 
    font-size: 0.75em;
    
    background-color: #fff;

    border-right: 0.2em solid #4284B5;
    border-bottom: 0.2em solid #4284B5;
	border-top: 0.2em solid #65B6E3;   
    border-left: 0.1em solid #65B6E3;   
}

#titre {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0.1em;
    font-size: 16px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #FF6300;
    border-bottom: 0.05em solid #FF9853;
    line-height: 1em;
	font-weight:bold;
}

#content p {
    margin: 0em 0em 0.5em 0em;
    padding: 0.35em;
}

#path {
    font-family: Verdana, Arial, sans-serif;
    margin: 0em 0em 0em 0em;
    padding: 0.4em 0.6em 0.4em 0.6em;
    font-size: 0.9em;
    color: #2F5E80;
    background-color: #D0E7F4;
}



#main {
    padding: 0.5em 1.5em 1.5em 0.7em;

}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 6px;
}

#main a:link, #main a:visited , #main a:hover  {
    color: #0000FF;
	text-decoration: underline;
	font-weight:bold;
}










div.img_left, div.img_right {
    border-bottom: 0.09em solid #4284B5;
    border-right: 0.1em solid #4284B5;
}

div.img_left {
    float: left; 
    margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
    float: right; 
    margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img {
    display: block;
    border: 0.35em solid #7BA5C6;
    margin: 0;
    padding: 0;
}

/* this clears floating (e.g images) */
br.clear {
    clear: both;
    display: none;
}


/* footer: */

#footer { 
    margin: 0em;
    padding: 0em;
    font-size: 0.6em;
    clear: both;
    color: #027BC1;
    text-align: right;
} 

#footer p {
    margin: 0em;
    padding: 0.1em;
}

#footer a:link, #footer a:visited { 
    color: #FFFFFF;
} 

#footer a:hover, #footer a:active { 
    color: #000000;
} 





#bordure{
    border-bottom: 0.2em solid #7BA5C6;
    border-right: 0.2em solid #7BA5C6;
}







ul#menu{
	text-align:center;
	list-style: none;
	line-height:30px;

}

ul#menu li {
	float: left;
	width:33.33%;
	background: #F6F6F6 url(images/menu.gif) repeat-x;

}

ul#menu li a {
	display: block;
	font-size: small;
	color: #626262;
	font-weight: bold;
	text-decoration: none;
	background: #F6F6F6 url(images/menu.gif) repeat-x;
}

ul#menu li a:hover, ul#menu a.selected:link , ul#menu a.selected:visited{ 
	background: #33ADDB url(images/menuhover.gif) repeat-x;
	color: #FFFFFF; 
}


#path a , #path  a:visited{
	color:#0066CC;
	border-bottom:1px solid #0066CC;
	text-decoration:none;
}

#path a:hover { 
	color:#0000FF;
	border-bottom:1px dotted #0066CC;
}









input, select, textarea, button {
background-color:#D8F7F9;
border:1px solid #0097FF;
font-family:Verdana;
font-size:9px;
font-weight:bold;
}

input:focus, select:focus, textarea:focus, button:focus {
background-color:#FFFFFF;
border:1px solid #0097FF;
font-family:Verdana;
font-size:9px;
}




#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:90%; 
	background-color: #fff;	
	border-top: 0.1em solid #65B6E3;   
    border-left: 0.1em solid #65B6E3;   
    border-right: 0.1em solid #4284B5;
    border-bottom: 0.1em solid #4284B5;
}

#loading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 6px;
}