* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
}

.blank {
	width: 100%;
	height: 1px;
	clear: both;
	background-color:  transparent;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #b7b7b7;
	line-height: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	height: 20px;
}

h2 {
    padding: 0px;
	margin: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555656;
	line-height: 14px;
	font-weight: bold;
}

h3 {
    padding: 0px;
	margin: 15px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555656;
	line-height: 12px;
	font-weight: bold;
	font-style: italic
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555656;
	text-align: justify;
	padding: 5px;
}

img {
	margin: 0px;
	border: 0px;
}


#site {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
}

#site {
	position: relative;
	width: 1024px;
	font-size: 0.9em;
	margin: 0 auto -25px;
	text-align: justify;
	background-color: #ffffff;
}

/** Menu **/
#menu {
    padding-top: 7px;
	height: 38px;
	width: 1024px;
	background: url(../img/menu.png);
	background-position: top left;
    background-repeat: no-repeat;
}

/** Logo + bandeau + titre de site **/
#header {
	height: 265px;
	width: 1024px;
	background: url(../img/bandeau.png);
	background-position: left bottom;
    background-repeat: no-repeat;
}

#logo {
    float: left;
    height: 82px;
	width: 169px;
	background-color: transparent;
}

/** section page content **/
#page_content {
    width: 649px;
    float: left;
    margin: 25px 20px 0px 20px;
}

#page_content h1 {
    font-size: 15pt;
    height: 24px;
	width: 100%;
	background: url(../img/fond_titre_page_content.png);
	background-position: top left;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 3px 0px 0px 65px; 
}

#page_content p {
    text-align: justify;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

#page_content ul.level1 li {
    margin: 10px 0px 0px 10px;
    
}
#page_content ul.level1 ul{
    margin-top: 5px;
    color: #555656;
}
#page_content ul.level1 ul li{
    margin: 0px 0px 0px 30px;
    color: #3c3c3c;
}

* html #page_content {
    width: 649px;
    float: left;
    margin: 15px 20px 0px 10px;
}

/** section a noter news box **/
#news_box {
    width: 316px;
    float: left;
    background-color: #eceded;
    margin-top: 25px;
}

#news_box a, #news_box a:hover, #news_box a:visited, #news_box a:link {
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    color: #555656;
}

#news_box #title {
    width: 100%;
    height: 32px;
    background: url(../img/anoter_title.png);
	background-position: top left;
    background-repeat: no-repeat;
}

#news_box .content {
    width : auto;
    padding: 5px;
}

#news_box .content .news_content {
    margin: 10px 0px 0px 0px;
    width : auto;
    padding: 2px;
    background-color: #d0d1d1;
}

#news_box .content .news_content p {
    padding: 0px;
    margin-top: 5px;
    text-align: justify;
}

#news_box .content .news_content h3  {
    font-size: 13px;
    font-style: italic;
	color: #3c3c3c;
}

#end_news {
    width: 100%;
    height:9px;
    background: url(../img/end_news.png);
	background-position: top left;
    background-repeat: no-repeat;
}

/** footer **/

#footer, .push {
	height: 25px;
}

#footer {
	position: relative;
	width: 1024px;
	height: 25px;
	margin: 0 auto;
	background: url(../img/footer.png);
	background-position: center top;
    background-repeat: no-repeat;
}

#footer p {
    margin: 0px;
    padding-top: 3px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #4d4d4d;
	line-height: 11px;
	font-weight: normal;
	
}

#footer a, #footer a:visited, #footer a:hover, #footer a:link {
    text-decoration: underline;
    color: #4d4d4d;
}

/** gestion du contenu **/
#content {
    padding: 0px;
}

/** lien **/
a, a:hover, a:visited, a:link {
    text-decoration: underline;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    color: #555656;
}

/** plan site **/
#plan_site ul,#plan_site li {
    list-style-position: inside;
    list-style:  none;
}

.part_inst {
    float: left;
    margin-right: 20px;
}

.important {

    color: red;
    font-weight: bold;
}

/** tableau inscription **/
.inscription_tarif {
    margin-top: 20px;
}