/* --------------------------------------
		design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/

/* Corps du site 
--------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}
body{
	background-color:#E3F2FB; 
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#1D4660;
	margin:0;
	padding:0;
	behavior: url(../templates/csshover.htc); }




/* Rollover des boutons de la speed barre
--------------------------------------*/
a.button
{
	display:block;
	float:left;
	color:#edfff0;
	height:26px;
	text-decoration:none;
	background:#AFD2E8;		
	text-align:center;
	padding:0px 20px;
	padding-top:10px;
	border-left:2px solid #295F8D;
}
a:hover.button
{
	background:#83B6D6;
	color:#edfff0;
	text-decoration:none;
}


/* Conteneurs 
--------------------------------------*/
div#header 
{
	background:#D5E9F8 url("images/header.gif") repeat-x;
}
div#header_logo
{
	height: 110px;
	background-color: #69B1DF;
	background: url(images/sawtatlas_head.png) left top no-repeat;
}
div#sub_header{
	height:40px;	
	background:url("images/sub_header.gif") repeat-x;
	margin-top:-2px;
}

div#sub_header_right{
	height:38px;
	float:right;
	padding-top:2px;
}
div#compteur{
	position:absolute;
	top:20px;
	right:0px;
	color:#4C6749;
}
div#left_menu{
	float:left;
	width:156px;
	margin:0;
	margin-right:0px !important;
	margin-right:-3px;
	margin-left:5px;
	padding-top:10px;	
}
div#main{
	margin-top:7px;
	min-width:450px;
	overflow:hidden !important;
	height:auto !important;
	background: #cfe2f0 url(images/mainback.png) repeat-x top;
	overflow:visible;
	height:1%;
	padding-bottom:5%;
	margin-bottom:2%;
	margin-right: 1%; 
	margin-left: 1%; 
	border: solid 1px #69A3CD;	
	border-radius: 0.8em;
    -moz-border-radius: 0.8em;
}
div#right_menu{
	float:right;
	width:156px;
	margin-left:0px !important;
	margin-left:3px;
	margin-right:5px;	
	padding-top:10px;
}
div#links{
	width:96%;
	margin:auto;
	background:#D5E9F7;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:2px;
	padding-bottom:4px;
	border:1px solid #9CC2E2;
	font-weight:bold;
	
}
div#footer{
	background-color:#AFD2E8;
	text-align:center;
	padding:0.75em;
	clear:both;
	border: solid 1px #69A3CD;	
	border-radius: 0.8em;
    -moz-border-radius: 0.8em;
}
div#footer span{
	font-size:11px;
	background:#DEEDF5;
}

