/* CSS Document */
body {
/text-align: center
}

h1{
	font-size: 16px;
	padding: 5px;
	color:#000099;
}

h1 a{
	font-size: 16px;
	padding: 5px;
	text-decoration:none;
}

a{
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	text-decoration:overline;
}

.accueil
{
   color: white;
   width: 40%;
   background: #99CCFF;
   margin:auto;
   margin-top: 170px;
   padding: 10px 5px;
   border-radius: 15px;
   box-shadow: 6px 6px 0px #000066;
}

.content
{
   width: 80%;
   max-width: 2000px;
   min-width: 700px;
   height: auto;
   overflow: hidden;
   min-height:930px;
   background:url(images/logo-confemen_ptit1.png) #99CCFF no-repeat 99% 99%;
   margin:auto;
   border-radius: 15px;
   /text-align: left;
}

.menu
{
	font-size:14px;
	text-align:center;
	background:#ffffff;
	padding:5px;
	border-radius: 15px;
}

.derniers
{
	font-size:14px;
	background:#ffffff;
	padding:10px;
	width: 50%;
	margin: 10px auto;
	border-radius: 5px;
}

.complete
{
	font-size:14px;
	background:#ffffff;
	padding:10px;
	width: 95%;
	margin: 10px auto 140px auto;
	border-radius: 5px;
}

.derniers a
{
	text-decoration:none;
	font-size:13px;
}

.derniers a:hover
{
	text-decoration:overline underline;
}