/**
----------------------------------------------------------------
	Balises
----------------------------------------------------------------
*/
*{
	padding:0px;
	margin:0px;
	border:0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#010001;
}

body{
	width:100%;
	height:100%;
}
a{
	color:#A28281;

}

input, select, textarea{
	border:1px solid #466798;
	float:left;
	
}
input:focus, select:focus, textarea:focus{
	background-color:#EFEFEF;

}

ul{
	list-style-type:none;
}


/**
----------------------------------------------------------------
	Classes
----------------------------------------------------------------
*/
.visible{
	display:block;
}
.hidden{
	display:none;
}
.clear{
	clear:both;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.align-left{
	text-align:left;
}

.noResults{
	font-size:13px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#A28281;
	font-weight:bold;
	margin:10px;
}




/**
--------------------------------------------------------------------
	Modele de boite
--------------------------------------------------------------------
*/
.box{
	position:relative;

}
.left-corner{
	height:7px;
	width:7px;
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}
.right-corner{
	height:7px;
	width:7px;
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}
.left-border{
	width:7px;
	background-position:top left;
	background-repeat:repeat-y;
	float:left;
}
.right-border{
	width:7px;
	background-position:top left;
	background-repeat:repeat-y;
	float:left;
}
.horizontal-border{
	height:7px;
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
}

.top-line{
	height:7px;
	clear:both;
}
.middle-line{
	margin-top:-7px;
	clear:both;
}
html>body .middle-line{
	margin:0px;
}
.bottom-line{
	height:7px;
	clear:both;
}

.top-line .left-corner{
	background-image:url(../../images/_globals/box/corner-top-left.gif);
}
.top-line .horizontal-border{
	background-image:url(../../images/_globals/box/background-top.gif);
}
.top-line .right-corner{
	background-image:url(../../images/_globals/box/corner-top-right.gif);

}

.middle-line .left-border{
	background-image:url(../../images/_globals/box/background-left.gif);
}
.middle-line .content{
	float:left;
}
.middle-line .right-border{
	background-image:url(../../images/_globals/box/background-right.gif);
}	

.bottom-line .left-corner{
	background-image:url(../../images/_globals/box/corner-bottom-left.gif);
}
.bottom-line .horizontal-border{
	background-image:url(../../images/_globals/box/background-bottom.gif);
}
.bottom-line .right-corner{
	background-image:url(../../images/_globals/box/corner-bottom-right.gif);
}







/**
----------------------------------------------------------------
	
----------------------------------------------------------------
*/
#global-container{
	width:1000px;
	height:	auto;
	position:absolute;
	margin-top:10px;
	left:50%;
	margin-left:-500px;
}


#header{
	height:64px;
}

#header .box{
	height:64px;
	width:1000px;
}
#header .box .top-line .horizontal-border{
	width:986px;
}
#header .box .middle-line{
	height:50px;
	width:1000px;
}
#header .box .middle-line .left-border{
	height:50px;
}
#header .box .middle-line .content{
	width:986px;
	height:50px;
}
#header .box .middle-line .right-border{
	height:50px;
}
#header .box .bottom-line{
	width:1000px;
	height:7px;
}
#header .box .bottom-line .left-corner{

}
#header .box .bottom-line .horizontal-border{
	width:986px;
}
#header .box .bottom-line .right-corner{

}


#header #top-nav{
	position:absolute;
	right:7px;
	bottom:7px;

}
#header ul#top-nav li{
	display:inline;
	color:#A28281;
	border-left:1px solid #A28281;
	padding:0px 5px;
}
#header #top-nav a{
	text-decoration:none;
}





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

}
#center{
	width:530px;
	padding:0px 10px;
	float:left;
}
#right{
	width:250px;
	float:left;

}


#body{
	width:1000px;
	height:auto;
	margin:10px 0px;
	clear:both;
}









#body .box{
	height:auto;
	width:250px;
}
#body .box .top-line .horizontal-border{
	width:236px;
}
#body .box .middle-line{
	min-height:100px;
	width:250px;
}
#body .box .middle-line .left-border{
	height:100px;
}
#body .box .middle-line .content{
	width:244px;
	height:auto;
	border-left:1px solid #8E8EC4;
	border-right:1px solid #8E8EC4;
	padding:2px;
}
#body .box .middle-line .right-border{
	height:100px;
}
#body .box .bottom-line{
	width:250px;
	height:7px;
}
#body .box .bottom-line .left-corner{

}
#body .box .bottom-line .horizontal-border{
	width:236px;
}
#body .box .bottom-line .right-corner{

}

#right #actualite{
	width:250px;
	color:#1B588D;
	margin-bottom:10px;
}
#right #actualite .content p{
	color:#1B588D;
}
#right #actualite .content h3{
	margin-bottom:10px;
}
#right #actualite .content .date{
	font-style:italic;
	margin-bottom:5px;
	margin-top:5px;
}
#right #actualite .content .title{

}
#right #actualite .content .summary{

}







/**
---------------------------------------
	Fil d'ariane
---------------------------------------
*/
#center #nav {
	margin:10px 0px;
}
#center #nav li {
	display:inline;
	font-weight:bold;
	font-size:12px;
	color:#466798;

}
#center #nav a{
	font-weight:bold;
	font-size:12px;
	color:#466798;
}





















#footer{
	clear:both;
	width:1000px;
	height:auto;
}


#footer .box{
	height:74px;
	width:1000px;
}
#footer .box .top-line .horizontal-border{
	width:986px;
}
#footer .box .middle-line{
	height:59px;
	width:1000px;
}
#footer .box .middle-line .left-border{
	height:60px;
}
#footer .box .middle-line .content{
	width:986px;
	height:60px;
}
#footer .box .middle-line .right-border{
	height:60px;
}
#footer .box .bottom-line{
	width:1000px;
	height:7px;
}
#footer .box .bottom-line .left-corner{

}
#footer .box .bottom-line .horizontal-border{
	width:986px;
}
#footer .box .bottom-line .right-corner{

}

#footer .box ul{
	width:100%;
	text-align:center;
}

#footer .box ul li{
	margin:0px 10px;
	display:inline;
}

#footer #bootom-nav{
	width:auto;
	height:auto;
	margin-top:1px;
	float:left;
}

#footer ul#bootom-nav li{
	display:inline;
	padding:0px 5px;
	border-right:1px solid #A28281;
}
#footer #bootom-nav a{
	text-decoration:none;
}

#footer #copyright{
	float:right;
	color:#A28281;
}

