/* Global */

html, body {
	width: 100%;
}

* {margin: 0px; padding: 0px;}

body {
	background: url(../images/commun/fond-degrade.gif) left top #F9F9F8 repeat-x;
	text-align: center;
	font: 12px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

/* div {border: 1px solid orange} */

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.nodisp {
    display: block;
    height: 1px;
    overflow: hidden;
	visibility: hidden;
}

a:link 		{color: #00758C; font-weight: bold; text-decoration: none;}
a:visited 	{color: #00758C; font-weight: bold; text-decoration: none;}
a:hover 	{color: #FF5200; font-weight: bold; text-decoration: underline;}
a:active 	{color: #FF5200; font-weight: bold; text-decoration: underline;}

#super-container {
	margin: auto;
	width: 772px;
	text-align: left;
}

#container {
	width: 768px;
	border-left: #FFFFFF 2px solid;
	border-right: #FFFFFF 2px solid;
	background-color: #FFFFFF;
}

#header {
	background: url('../images/commun/header-audiovisuel.gif') no-repeat left top;
	height: 243px
}

.menu-top a:link		{color: #FFFFFF; font-weight: bold; text-decoration: none;}
.menu-top a:visited 	{color: #FFFFFF; font-weight: bold; text-decoration: none;}
.menu-top a:hover 	{color: #FFFFFF; font-weight: bold; text-decoration: underline;}
.menu-top a:active 	{color: #FFFFFF; font-weight: bold; text-decoration: underline;}


#menu-top-conteneur {
	background-color: #A4BD01;
	height: 139px;
}

.menu-top {
	margin-top: 6px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#contenu {
	color: #5B5B5B;
	float: left;
	width: 499px;
	padding: 0 0 0 10px;
	line-height: 125%;
}

#contenu h1 {
	color: #A4BD01;
	font-size: 18px;
	margin: 15px 0 0 0;
}

#contenu h2 {
	color: #A4BD01;
	font-size: 16px;
	margin: 15px 0 0 0;
}

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

.contenudl {
	margin: 0 20px;
}

.contenudl dt {
	color: #A4BD01;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.contenudl dd {
	text-align: justify;
}

.imgdrt {
	margin: 0 0 0 10px;
}
.imggche {
	margin: 0 6px 0 0;
}


#sidebar {
	float: left;
	width: 250px;
	padding: 0px;
	margin: 2px 6px 4px 0;
}

.sidebardl {
	padding: 0 0 10px 0;
}

.sidebardl dt {
	background: #A4BD01 url('../images/commun/sidebardt.gif') no-repeat right top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 1px 10px;
}

.sidebardl dd {
	background: #E4EBB2 url('../images/commun/sidebardd.gif') repeat-y right top;
	padding: 5px 10px;
	padding-right: 20px;
	font-size: 10px;
	margin: 0px;
	border-bottom: #FFFFFF 5px solid;
}
.sidebardl img {
	margin-right: 5px;
	margin-left: -5px;
}

.sidebardl dd a:link, .sidebardl dd a:visited, .sidebardl dd a:hover {
	background: url('../images/commun/fleche-lien.gif') left center no-repeat;
	padding: 0 0 0 12px;
}

.boxright {
	background: #A4BD01;
	float: right;
	width: 200px;
	margin: 10px 0 2px 10px;
	padding: 0;
	border: 3px #A4BD01 solid;
}

.boxright h3 {
	background: #000000;
	font-size: 18px;
	text-align: center;
	color: #A4BD01;
	padding: 3px 0 3px 0;
	line-height: 125%;
}

.boxrightdl {
	padding: 0;
	margin: 0;
}

.boxrightdl dt {
	color: #FFFFFF;
	text-align: justify;
	padding: 3px;
}

.boxrightdl dd {
	background: #E4EBB2;
	padding: 2px 10px;
	margin: 0 0 1px 0;
}

.boxrightdl dd:hover {
	background: #C1D253;
	padding: 2px 10px;
	margin: 0 0 1px 0;
}

.boxrightdl dd a:link, .boxrightdl dd a:visited {
	background: url('../images/commun/fleche-lien.gif') left center no-repeat;
	padding: 0 0 0 12px;
}

.tabledl {
	margin: 10px 0;
}

.tabledl dt {
	padding: 0 0 0 19px;
	text-transform: uppercase;
}

.tabledl dd {
}

.tabledl dd a:link, .tabledl dd a:visited {
	background: url('../images/commun/fleche-lien.gif') left center no-repeat;
	padding: 0 0 0 12px;
}

.breadcrumbs {
	border-bottom: 1px dotted silver;
	font-size: 10px;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #A4BD01; font-weight: bold; text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active {
	color: #FF5200; font-weight: bold; text-decoration: none;
}


#pied {
	background-color: #A4BD01;
	text-align: center;
}
.adsence {
	padding: 10px 0 0 0;
}
.copy {
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px 0 10px 0;
}

#header a:link		{color: #FFFFFF; font-weight: normal; line-height: 130%; text-decoration: none;}
#header a:visited	{color: #FFFFFF; font-weight: normal; line-height: 130%; text-decoration: none;}
#header a:hover		{color: #FFFFFF; font-weight: normal; line-height: 130%; text-decoration: underline;}
#header a:active	{color: #FFFFFF; font-weight: normal; line-height: 130%; text-decoration: underline;}