/* Général */
body {
	color: #590056;
	background: #590056;
	bottom-margin: 0px;
	paddin: 0px 0px;
}
a {
	color: #590056;
}
a:hover, a:focus {
	color: #d60067;
}
strong {
	font-weight: bold;
	color: #590056;
}

strong2 {
	color: #FFFFFF;
	text-align: left;
}

strong3 {
	font-weight: bold;
	color: #d60067;
}
/* Global */
#global {
	color: #590056;
	background: #FFFFFF;
}

/* Navigation */
#navigation {
	background: #FFFFFF;
}
#navigation a {
	color: #590056;
}
#navigation a:hover, #navigation a:focus {
	background: #d60067;
	color: #FFFFFF;
	text-align: left;
}

/* Contenu principal */
#contenu {
	color: #590056;
	background: #FFFFFF;
}

#contenuphotos {
	color: #590056;
	background: #FFFFFF;
	width: 100%;
	margin: 15px;
}

#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}

/* --- TEXTES --- */
.txtnoir {
	color:#333333;
}
.rose {
	color:#CC0066;
}

.violet {
	color:#590056;
}
.risques {
	color:#EB0217;
}

/* --- POSITIONNEMENT --- */

/* Page */
#global {
	width: 100%;
	overflow: hidden;
}
.float {
	float:left;
}

/* En-tête */
#entete {
	background: #FFFFFF url(../img/header_bg.jpg) top left no-repeat;
	text-align: right;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
	font-size: 1.4em;
}

/* Menu de navigation */
#navigation {
	width: 25%;
	float: left;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

/* Contenu */

#contenu {
	margin-left: 27%;
	padding: 10px 40px 0px 0;
}
#contenuvideo {
	padding: 10px 40px 50px 10px;
	background: #FFFFFF;
}#contenuedito {
	margin-left: 27%;
	padding: 0px 40px 0px 0;
}
#contenujury {
	margin-left: 22%;
	padding: 0 40px 50px 0;
	background: #FFFFFF url(../img/programme_jury_bg.jpg) bottom left no-repeat;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Photos */
#photo {
	float:left;
	padding: 10px;
}
#rubphoto {
	clear:left;
}
/* Pied de page */
#pied {
	background: #FFFFFF url(../img/pied_bg.jpg) top left no-repeat;
	text-align: center;
}

/* Logos */
.logos {
	float:left;
	padding: 10px;
}

/* Logos */
#copyright {
	clear:left;
}
