#default-center-container {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.default-center {
    background: transparent url(/images/frontend/background-sous-pages-content.png) repeat-y left bottom;
    color: white;
    padding-left: 10px;
    font-size: 12px;
    text-align: justify;
    min-height: 400px;
}
    .default-center .content_show {
	width: 556px;
    }
    .default-center .content_show_summary {
	display: none;
    }
    .default-center ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 5px;
    }
#top-default-center {
    background: transparent url(/images/frontend/background-sous-page-sous-titre.png) no-repeat top left;
    height: 64px;
    width: 756px;
}
#bottom-default-center {
    background: transparent url(/images/frontend/background-sous-pages-content-footer.png) no-repeat top left;
    height: 30px;
    width: 756px;
}
.content_show_name {
    background: transparent url(/images/frontend/background-sous-page-h1.png) no-repeat bottom left;
    height: 26px;
    font-size: 20px;
    width: 700px;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

h2.content_show_name {
    background: transparent url(/images/frontend/background-sous-page-h1.png) no-repeat bottom left;
    height: 24px;
    font-size: 18px;
    width: 700px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    margin-left: 20px;
}
h3.content_show_name {
    background: transparent url(/images/frontend/background-sous-page-h1.png) no-repeat bottom left;
    height: 20px;
    font-size: 14px;
    width: 700px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    margin-left: 40px;
}

.calendar_content
{
    padding: 10px 20px;
}

.calendar .event_list
{
    margin-left: 50px;
}

.default-center table {
    border: 1px solid #7F7F7F;
    background-color: #1F1F1F;
    /*ne pas mettre de margin bug webkit*/
    padding-bottom: 10px;
    padding-top: 10px;
    border-collapse: collapse;
    text-align: left;
}
    .default-center hr {
	width: 150px;
	margin: 10px auto;
    }
    .default-center table th {
	color: #FF9D4F;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding: 5px 8px;
	border: 1px solid #5F5F5F;
    }
    .default-center table tr {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
    }
    .default-center table td {
	padding:5px 8px;
	border: 1px solid #5F5F5F;
    }
    .default-center .typeCell {
	font-weight: bold;
    }
    .default-center .topLeftCell {
	background-color: #CF5C00;
	color: white;
    }
.download-schedule {
    position: static;
    float:left;
    margin-top: 150px;
    margin-left: 3px;
    width: 145px;
    padding-top: 34px;
    background: transparent url(/images/frontend/background-download-schedules.png) no-repeat top left;
}
#footer {
    position: static;
}
/* Compatibilité IE */
.default-center {
    width: 756px;
}
.download-schedule {
    _margin-top: 0px;
    _margin-left: 0px;
}

.contact {
    background: transparent url(/media/fichier-contenu/background-contenus-administration.png) no-repeat left top;
}

.contact div#complementAdresse {
    float: left;
    width: 300px;
    text-align: center;
    padding-top: 130px;
}

.contact div#contactForm {
    padding-top: 50px;
    width: 440px;
    margin-left: 305px;
}

.contact .lblForm
{
    width: 90px;
    float: left;
    font-weight: bold;
    color: #FF953F;
}

.contact .field
{
    padding: 10px 0;
}

.contact textarea, .contact input
{
    width: 270px;
    background-color: #8F8F8F;
}

.contact select
{
    width: 272px;
    background-color: #8F8F8F;
    #width: 274px;
}

.contact .button
{
    width: 100px;
}

.contact .actions
{
    text-align: center;
    margin-left: 90px;
}

.contact .submit
{
    font-weight: bold;
}