
html,body {
	min-width: 1216px;
	margin:0;
	padding:0
}

body {
	font: 76% arial, helvetica,  sans-serif;
	background: #ffae00 url(../images/background.jpg) left top;
	height:100%;
	min-width: 1216px;
	text-align:center
}

p {
	margin:0 10px 10px
}



a {
    color:#c71414;
	text-decoration:underline;
}
a:hover {
 	color:#f84646;
	text-decoration:none;
}


/* A trick is done to allow display of PNG under IE6 */
.logo {
	display:table;
	position:  relative;
	width:1216px;
	height:331px;
	left:-24px;
	background: transparent url(../images/logo.png) no-repeat left;
	
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/logo.png' method='scale' );
	
}

div#container {
	text-align:left
}

div#header { 
	height:70px;
	color: #ffffff
}

#slogan {
	position: relative;
	height:27px;
	top:8px;
	font-weight: bold;
	line-height:27px;
	text-align:center;
	background: #c71414;
	
}

#top_menu {
	position: relative;
	height:27px;
	top:16px;
	text-align:center;
	
	
}

.menu_infoline {
	float:left;
	height:27px; 
	width:340px;
	background: url(../images/infoline.jpg) no-repeat left;
}

.menu_horaires {
	float:left;
	height:27px; 
	width:155px;
	margin-left:8px;
}

.menu_inscriptions {
	float:left;
	height:27px; 
	width:154px;
	margin-left:8px;
}

.menu_mail {
	float:left;
	height:27px; 
	width:134px;
	margin-left:8px;
}


div#content p {
	line-height:1.4
}

div#footer {
	color: #3f0307;
	font-weight: bold;
	
}

div#footer p {
margin:0;
text-align:right;
padding:15px 10px}

div#footer_line { 
	position: relative;
	width:807px;
	background: #3f0307;
	height:1px; 
}

div#container { 
	width:807px;
	background: #ffffff;
	margin:0 auto
	}
	
div#content {
	float:right;
	color: #696969;
	padding-top: 30px;
	padding-right: 16px;
	width:575px
}

.darkbold {
	font-weight: bold;
	color: #474545;
	
}

.big_border {
	border-color:#c0c0c0;
	border-width:20px;
	border:1;
	border-left-width: 11px;
}

.darkbold img { 
	color:#c0c0c0;
	border-color:#c0c0c0;	
}

div#navigation {
	padding-left: 16px;
	padding-top: 30px;
	float:left;
	width:200px
}

div#extra {
	float:left;
	clear:left;
	width:200px
}

div#footer {
	clear:both;
	width:100%
}

.navigation_grey {
	height:20px;
	width:168px; 
	line-height:20px;
	text-align:left;
	vertical-align: middle;
	background: #c0c0c0;
	margin-bottom: 1px;
}

.navigation_grey a {
   	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	margin-left: 12px;
}
.navigation_grey a:hover {
	color:#696969;
	font-weight: bold;
	text-decoration:none;
}


.navigation_white {
	width:168px; 
	text-align:left;
	vertical-align: bottom;
	margin-top: 20px;
	margin-bottom: 1px;
}

.navigation_white a {
   	color:#c0c0c0;
	font-size:100%;
	font-weight: bold;
	text-decoration:none;
	margin-left: 0px;
}
.navigation_white a:hover {
	color:#c0c0c0;
	font-weight: bold;
	text-decoration:none;
}

.navigation_big_grey {
	height:30px;
	width:168px; 
	line-height:40px;
	text-align:left;
	vertical-align: bottom;
	margin-bottom: 1px;
	background: #c0c0c0;
}

.navigation_big_grey a {
   	color:#9a9999;
	font-size:100%;
	font-weight: bold;
	text-decoration:none;
	margin-left: 12px;
}
.navigation_big_grey a:hover {
	color:#9a9999;
	font-weight: bold;
	text-decoration:none;
}

div.c_rounded {
	position:  relative;
    clear:both;
    max-width:2400px;
    margin:5px auto;
    width:95%;
	top:-0px;
}

div.c_rounded div.c_top {
    background:url(../images/tl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.c_rounded div.c_top div.c_right {
    background:url(../images/tr.png) no-repeat bottom right;
    height:82px;
    margin-left:0px;
}

div.c_rounded div.c_middle {
    background:url(../images/l.png) repeat-y left;
    clear:both;
    width:100%;
}

div.c_rounded div.c_middle div.c_right {
    background:url(../images/r.png) repeat-y right;
    margin-left:5px;
}

div.c_rounded div.c_middle div.c_right div.c_content {
    background:url(../images/bg.png) repeat top left;
    color: #696969;
    font-size:1.0em;
    line-height:1.3em;
    margin-right:5px;
    padding:0px 7px;
    text-align:left;
	padding:0px 20px 0px 35px;
}

div.c_rounded div.c_middle div.c_right div.c_content p {
    margin:0px;
    padding-top:15px;
}

div.c_rounded div.c_middle div.c_right div.c_content h2 {
    color: #696969;
    font-size:1.75em;
    font-weight:bold;
    margin:0px;
    padding:7px 0px;
}

div.c_rounded div.c_bottom {
    background:url(../images/bl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}

div.c_rounded div.c_bottom div.c_right {
    background:url(../images/br.png) no-repeat top right;
    height:25px;
    margin-left:0px;
}


div.c_rounded div.c_middle div.c_right div.c_content hr {
	color:#c71414;
	background-color:#c71414;
	height: 1px;
	border-width:0px; 
}

