#nav-accueil #content {
 float: right;
 display:inline;
 position: relative;
 width:777px;
 background: transparent url(../img/accueil/content-top-bg.jpg) no-repeat top;
}

#nav-accueil #header, #nav-accueil #header span{
 width:970px;
 height:104px;
 background-image: url(../img/accueil/header.jpg);
}

#nav-accueil #content p, #nav-accueil #content h2 {
 font-size: 2.3em;
}

#nav-accueil #content p span {
  font-weight: bold;
}

#nav-accueil ol {
 list-style-type:none;
 width: 450px;
}

#nav-accueil ol li {
 padding-top:8px;
 padding-left: 51px;
 padding-bottom:10px; /* FD il s'agit du padding sous le texte => qd tout petit voie pas puce complemetement */
 position:relative; /* bug ie background non visible */
 font-size: 2em;
 font-weight: normal;
}
/* pourquoi pas list-style-image ? */
li#etape1 {
 background: url(../../common/img/pictos/etape1.gif) no-repeat;
 background-position:0px 8px;
}

li#etape2 {
 background: url(../../common/img/pictos/etape2.gif) no-repeat;
 background-position:4px 8px;
}

li#etape3 {
 background: url(../../common/img/pictos/etape3.gif) no-repeat;
 background-position:0px 8px;
}

#nav-accueil li em {
  font-style: normal;
  font-weight: bold;
  font-size: 0.8em;
  color: rgb(205,28,18);
}

#nav-accueil #inscrivezVous img {
  display:block;
  margin: 0 auto 0px auto;
}

#flash {
  margin-left:223px;
  margin-right:40px;
}

#news {
 float: right;
 display:inline;
 position: relative;
 width:530px;
 background-color:#144200;
 color:white;
  padding: 5px 5px 5px 5px;
}

#nbInscrits {
 width:150px;
 float:left;
 position:relative;
 background-color:#78D200;
  padding: 5px 5px 5px 5px;
  text-align:center;
}

#nbInscrits span {
 font-weight: bold;
}

/* news ticker */

#tic
{
	/* enter any styles for the ticker below */
	font-size:0.85em;
	width: 100%;
	line-height:20px;
	margin-bottom: -2px;
	padding-left: 5px;
	color: white;
}
#tic * /*this will hide all children tags */
{
	font-size: 1em;
	margin:0px;
	padding:0px;
	display:none;
}
#tic a /* add more tags to this list if you wish to display them inside the children */
{
	display:inline;
}

#map {
	float: right;
	width: 320px;
}

#map a img {
	margin-top: 20px;
	text-align: center;
}

.left-column form, .right-column form {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.left-column {
	width: 370px;
	float: left;
	padding: 5px;
}

.right-column {
	width: 385px;
	float: right;
	padding: 5px;
}

.right-column div.box {
	margin-right: 15px;
}

#content .left-column p, #content .right-column p, #content .left-column ul, #content .right-column ul {
	font-size: 12px;
	margin: 0;
}

/* new boxes */
#content .newbox-top {
	background: transparent url('../img/accueil/newbox/top-cadre.jpg') no-repeat scroll 100% 0;
	height: 55px;
	width: 365px;
}
#content .newbox-content {
	background: transparent url('../img/accueil/newbox/middle-cadre.jpg') repeat-y scroll 0 0;
	width: 307px;
	padding: 0 30px;
	/*heighdt: 430px;*/
}
#content .newbox-bottom {
    background: url("../img/accueil/newbox/bottom-cadre.jpg") no-repeat scroll 0 -35px transparent;
    height: 35px;
    width: 365px;
}

#content .newbox-top-simple {
	background: transparent url('../img/accueil/newbox/top-cadre-simple.jpg') no-repeat scroll 100% 0;
	height: 16px;
	width: 365px;
}
#content .newbox-content-simple {
	background: transparent url('../img/accueil/newbox/middle-cadre-simple.jpg') repeat-y scroll 0 0;
	width: 307px;
	padding: 10px 30px;
}
#content .newbox-bottom-simple {
	background: transparent url('../img/accueil/newbox/bottom-cadre-simple.jpg') no-repeat scroll 100% 0;
	height: 26px;
	width: 365px;
	margin-bottom: 10px; 
}

#content .newbox-content img {
	margin: auto;
	padding-top: 40px;
}

#nav-accueil #content .newbox-content p, 
#nav-accueil #content .newbox-content ul, 
#nav-accueil #content .newbox-bottom p {
	font-size: 12px;
}
#nav-accueil #content .newbox-content h2 {
	border:medium none;
	display:block;
	/*font-weight:bold;*/
	margin:0 -5px 5px;
	padding:2px;
	text-align:center;
	font-size: 17px;
	
}
#nav-accueil #content .newbox-content h2 a {
	color:red;
    border: medium none;
    display: block;
    font-size: 17px;
    margin: 0 -5px 5px;
    padding: 2px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
    font-family: "Trebuchet MS",Verdana,Tahoma,"Lucida 
}
#nav-accueil #content h2 {
 font-size: 2.3em;
 /*color: rgb(205,28,18);*/
 color:red;
 margin-bottom:0px;
 font-weight:normal;
}
#nav-accueil #content .newbox-content label {
	display:block;
	float:left;
	margin:5px 0 0;
	text-align:right;
	width:100px;
}

#nav-accueil #content form input {
	margin: 5px 0 0 10px;
	width:115px;
}

#nav-accueil #content form .form-actions {
	text-align: center;
}

#nav-accueil #content form .form-actions .submit {
	width: 50px;
	background: rgb(20,135,53);
	color: white;
	font-size: 14px;
	margin-top: 15px;
}

#nav-accueil #content form .input {
	margin: 0px;
}

#nav-accueil #content form .input label {
	display:block;
	float:left;
	margin:5px 0 0;
	text-align:right;
	width:150px;
}

#nav-accueil #content form {
	/*background-color:#F9F9F9;*/
	/*border:1px solid #691E4E;*/
	margin-left:0px;
	margin-right:0;
	padding:10px;
	width:283px;
}

#nav-accueil #content li {
	list-style-position:inside;
	list-style-type:disc;
	margin-left:10px;
}

#nav-accueil #content a {
	color:rgb(20,135,53);
	font-size:13px;
	text-decoration:none;
}

li.actu-list-item {
	margin-top: 10px;
}
