*{
	margin: 0;
	padding: 0;
}

body{
	font-family: verdana;
	text-align:center;
}

/* Colonne bleue ? droite du site, sur toute la longueur */
#colright{
	width: 1001px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("../images/bg.png") repeat;
	padding:0;
}

/* Ensemble du site sans la colonne bleue*/
#global{
	padding:0;
	margin-right: 52px;
	background: white;
}

/* Menu haut et bas */
#menutop, #menubottom {
	height: 27px;
	background: url("../images/bgdark.jpg") repeat;
	margin: 0;
	padding: 0;
}

#menutop ul, #menubottom ul{
	padding-left: 20px;
}

#menutop li, #menubottom li{
	display: inline;
	padding-right: 10px;
}

#menutop a, #menubottom a{
	font-size:10px;
	text-decoration: none;
	color: white;
	border-bottom: 1px dotted white;
	vertical-align: middle;
	height: 27px;
	line-height: 27px;
}

#menutop a:hover, #menubottom a:hover{
	border: none;
}

/* Main Menu */
#mainmenu span{
	display: none;
}

#mainmenu li {
	width: 139px;
	height: 139px;
	float: left;
	list-style-type:none;
}

#mainmenu li a {
	background-image: url("../images/menu.png");
	background-repeat: no-repeat;
	width: 139px;
	height: 139px;
	display:block;
	background-position: 0px 0px;
}

#mainmenu ul .menu1 a { background-position: 0px 0px; }
#mainmenu ul .menu1 a:hover { background-position: 0px -139px; }
#mainmenu ul .menu1 .active { background-position: 0px -139px; }
#mainmenu ul .menu1 a #current{ background-position: 0px -139px; }

#mainmenu ul .menu2 a { background-position: -139px 0px; }
#mainmenu ul .menu2 a:hover { background-position: -139px -139px; }
#mainmenu ul .menu2 .active { background-position: -139px -139px; }
#mainmenu ul .menu2 a #current{ background-position: -139px -139px; }

#mainmenu ul .menu3 a { background-position: -278px 0px; }
#mainmenu ul .menu3 a:hover { background-position: -278px -139px; }
#mainmenu ul .menu3 .active { background-position: -278px -139px; }

#mainmenu ul .menu4 a { background-position: -417px 0px; }
#mainmenu ul .menu4 a:hover { background-position: -417px -139px; }
#mainmenu ul .menu4 .active { background-position: -417px -139px; }

#mainmenu ul .menu5 a { background-position: -556px 0px; }
#mainmenu ul .menu5 a:hover { background-position: -556px -139px; }
#mainmenu ul .menu5 .active { background-position: -556px -139px; }

/* Header */
#header{
	height: 139px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header h1{
  display: none;
}

/* Logo */
#logo{
	height: 139px;
	width: 254px;
	float: right;
	background: url(../images/logoaccueil.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#logo a{
	height: 139px;
	width: 254px;
	display:block;
	border:0;
	margin:0;
	padding:0;
	text-decoration:none;
}

#logo span{
	display:none;
}

#logoprint{     /* image en bg non imprimée -> passer par le code html*/
  display:none;
}

#center{
	margin: 0;
	padding: 0;
}

/* Colonne de droite avec la grande photo */
#right{
	width: 671px;
	float: right;
	margin: 0;
	padding: 0;
}

#illu{
	border: 0;
	width: 671px;
	height: 430px;
	background: url(../images/illuacc.png) right top no-repeat;
	margin: 0;
	padding: 0;
}

/* Contenu et articles*/
#contenu{
	margin: 0;
	padding: 0;
	border: 0;
	height: 430px; /* taille de l'image*/
	margin-right: 671px;
	font-size: 12px;
	background-color: #dfdfdf;
}

/* IE6 fix */
* html #right { overflow: hidden; width: 668px }
* html #illu { overflow: hidden; width: 668px }
* html #contenu { margin-right: 668px }
* html #blue { overflow: hidden; width: 278px }
* html #gray { overflow: hidden; width: 218px }

#blue {
	margin: 0;
	padding: 0;
	background: url("../images/bg.png") repeat;
	color: white;
}

#blue h2{
	background: url("../images/bg.png") repeat;
	font-size: 22px;
	padding: 30px 30px 0 30px;
	font-family: Times;
}

#blue p{
	background: url("../images/bg.png") repeat;
	font-style: italic;
	font-weight: bold;
	padding: 15px 30px;
	line-height: 18px;
}

#gray{
	margin: 0;
	padding: 10px 30px 10px 30px;
	background-color: #dfdfdf;
	font-size: 12px;
	color: #2d4492;
}

#gray h2{
	font-size: 17px;
	padding: 5px 0;
	font-family: Times;
}

#gray p{
	padding: 3px 0;
}

#adresse{
	font-size: 11px;
	line-height: 16px;
}
/*
.article{
	margin-left: 10px;
	border-bottom: 1px dotted #748fbc;
	margin-bottom: 5px;
	margin-right: 10px;
}

.article h2{
	font-size: 18px;
	padding-top: 10px;
	color: #748fbc;
}

.article p {
	font-size: 12px;
	padding: 10px 0 10px 0;
}
*/
.clear{
	clear:both;
	height:1px;
	margin:0;
	padding: 0;
}