body {
  margin: 0;
  padding: 0;
  font-size: 0.85em; /* 12/14 = 0,85 */
  font-family: "Century Gothic", Arial, sans-serif;
  min-width: 950px;
}

label
{
	text-align: right;
}

a.modifie_link {
	padding-left: 20px;
}

a.modifie_link:hover {
	padding-left: 20px;
	background-image: url(../images/pencil.png);
	background-repeat: no-repeat;
	background-position: top left;
}

a.delete_button {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/add-delete.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

a.delete_button:hover {
	background-position: bottom left;
}

a.delete_button span {
	display:none;
}

a.modifie_button {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/pencil.png);
	background-repeat: no-repeat;
	background-position: top left;
}

a.modifie_button:hover {
	background-position: bottom left;
}

a.modifie_button span {
	display:none;
}

a.add_button {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/add-delete.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

a.add_button:hover {
	background-position: bottom right;
}

a.add_button span {
	display:none;
}

div.page {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

div#logo {
	float: left;
	width: 595px;
	height: 94px;
	background: url(../images/logo.jpg);
}

div#logo span#logo_link {
	display: none;
}

div#logo a {
	
/*	width: 595px;*/
	height: 94px;
	display: block;
}

div#banner {
	float: right;
	width: 355px;
	height: 61px;
	background: red url(../images/banner.jpg) right;
}

div#menu {
	position: relative;
	float: right;
	background-color: black;
	height: 33px;
	width: 355px;
}

	div#menu ul {
	    position: absolute;
	    bottom: 0;
	    right: 0px;
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	}

    div#menu ul li {
      margin: 0;
      padding: 0 0 6px;
      float: left;
    }

    div#menu ul li a {
      font-size: 1.167em; /* 14/12 = 1,16666666667 */
      display: block;
      text-decoration: none;
      padding: 0 20px 0 20px;
      color: white;
	  border-left: 1px solid red;
    }
	
	div#menu ul li a:hover {
		color: red
	}
	
	.presse_media div#menu ul li a.presse_media,
	.contact div#menu ul li a.contact {
		color: red;
	}

	
	div#menu ul li#first_li a { border-left: none; }


div#center {
	clear: both;
	padding-left: 15px;
	padding-top: 15px;
}

	div#center p#flash_notice {
		background: url(../images/green_bullet.gif) left no-repeat;
		margin: 0;
		padding: 0 0 0 20px;
		color: green;
		text-align: left;
		width: 100%;
	}

	div#center p#flash_error {
		background: url(../images/red_bullet.gif) left no-repeat;
		margin: 0;
		padding: 0 0 0 20px;
		color: red;
		text-align: left;
		width: 100%;
	}

	div#center div.section {
		float: left;
		padding: 5px 5px 25px 5px;
	}
	
		div#center div.section div.header_section {
			width: 135px;
			height: 12px;
			background: url(../images/header_section.gif) bottom no-repeat;
		}
	
		div#center div.section div.footer_section {
			width: 135px;
			height: 12px;
			background: url(../images/footer_section.gif) top no-repeat;
		}
		
		div#center div.section div.content_section {
			background: url(../images/fond_section.gif) repeat-y;
			width: 135px;
		    height: 366px;
			color: white;
			text-align: center;	
		}
			
			div#center div.section div.content_section h1{
				font-size: 0.85em;
				font-weight: normal;
				text-align: center;
				margin: 0 8px 10px 0;
				padding: 0;
			}
			
			div#center div.section div.content_section img{
				border: none;
				margin: 0 5px 0 0;
				padding: 0;
				padding-left: auto;
				padding-right: auto;
			}
			
			div#center div.section div.content_section ul {
				font-size: 0.84em;
				text-align: left;
				margin: 0 8px 0 5px;
			    padding: 0;
			    list-style-type: none;
			}
			
			div#center div.section div.content_section li {
				width: 100px;
				margin: 10px 8px 0 10px;
			}
			
			div#center div.section div.content_section li a {
				text-decoration: none;
				color: white;
			}
			
			div#center div.section div.content_section li a.unactive {
				text-decoration: line-through;
			}
	
			div#center div.section div.content_section li a:hover {
				color: red;
			}

	div#center div.section_menu {
		float: left;
		padding: 5px 5px 25px 5px;
	}

		div#center div.section_menu p {
			clear: both;
			margin: 0;
			padding: 0;
			height: 0;
		}

		div#center div.section_menu div.header_menu {
			width: 187px;
			height: 13px;
			background: url(../images/header_menu.gif) bottom no-repeat;
		}

		div#center div.section_menu div.footer_menu {
			clear: both;
			width: 187px;
			height: 8px;
			background: url(../images/footer_menu.gif) top no-repeat;
		}

		div#center div.section_menu div.content_menu {
			background: url(../images/fond_menu.gif) repeat-y;
			width: 187px;
			color: white;
		}

		div#center div.section_menu div.content_menu img{
			vertical-align: middle;
			border: none;
			margin: 0 5px 0 0;
			padding-left: auto;
			padding-right: auto;
		}
		
		div#center div.section_menu a {
			text-decoration: none;
			color: white;
		}

		div#center div.section_menu div.content_menu a.unactive {
			text-decoration: line-through;
		}
		
		div#center div.section_menu a:hover {
			color: red;
		}
		
		div#center div.section_menu a.selected_link {
			color: red;
		}

		div#center div.section_menu div.content_menu ul {
			font-size: 0.84em;
			text-align: left;
			margin: 0;
		    padding: 0;
		    list-style-type: none;
		}

			div#center div.section_menu div.content_menu li {
				clear: both;
				margin: 0px 12px 10px 10px;
				padding: 0 0 5px 5px;
				border-bottom: red solid 1px;
			}

			div#center div.section_menu div.content_menu li#last_li {
				border: none;
			}

			div#center div.section_menu div.content_menu ul ul {
				clear: both;
				list-style-type: square;
			}

			div#center div.section_menu div.content_menu ul ul li {
				margin: 0 0 0 15px;
				border: none;
			}
	
	div.video_welcome
	{
		padding: 7px 0px 25px 0px;
		text-align: right;
	}
	
	div#center div.content_accueil {
		font-size: 0.85em;
		float: left;
		width: 345px;
		padding: 5px 0px 25px 0px;
	}
	
	div#center div.content_program {
		font-size: 0.85em;
		color: #494949;
		float: left;
		width: 737px;
		padding: 5px 0px 25px 0px;
	}
		
		div#center div.content_program input,
		div#center div.content_program textarea {
			width: 100%;
			margin: 0;
			padding: 0;
		}

		div#center div.content_program form#contact_form th {
			text-align: left;
		}

			div#center div.content_program form#contact_form input.submit {
				width: auto;
			}
	
		div#center div.content_program p.title_bold {
			font-weight: bold;
		}
	
		div#center div.content_program div#presse_header {
			width: 394px;
			height: 86px;
			background: url(../images/camsubjpresse.png) no-repeat;
		}

		div#center div.content_program div#media_header {
			width: 314px;
			height: 86px;
			background: url(../images/camsubjmedia.png) no-repeat;
		}
		
		div#center div.content_program div#presse_text {
			padding-left: 15px;
			width: 396px;
			float:left;
		}

		div#center div.content_program div#presse {
			width: 325px;
			height: 356px;
			background: url(../images/presse.png);
			float:left;
		}

		div#center div.content_program div#media_text {
			width: 394px;
			margin-top:10px;
			float:left;
		}
		
		div#center div.content_program div#media {
			clear:left;
			margin-top:10px;
			margin-left: 10px;
			width: 300px;
			height: 278px;
			background: url(../images/media.png) no-repeat top left;
			float:left;
		}
	
		div#center div.content_program ul {
			list-style-type: none;
			margin: 0;
			padding: 0 0 1em 0;
		}
		
		div#center div.content_program ul li {
			margin: 0 0 0 1em;
			padding: 0 0 0 0px;
		}
		
		div#center div.content_program ul a {
			color: #494949;
			text-decoration: none;
		}
		
		div#center div.content_program ul a.issued {
			background-image: url(../images/link_bullet.png);
			background-position: center left;
			background-repeat: no-repeat;
			padding: 0 0 0 20px;
		}
		
		div#center div.content_program ul a.bold {
			font-weight: bold;
		}

		div#center div.content_program div.left_panel {
			float: left;
			width: 380px;
			padding: 0 10px 0 10px;
		}

		div#center div.content_program div.left_panel div#people input {
			width: auto;
		}
			
			div#center div.content_program div.left_panel img {
				float: left;
				padding-right: 10px;
				padding-bottom: 10px;
			}
			
			
			div#center div.content_program div.left_panel h1 {
				color: #d7001a;
				font-size: 1.6em;
				margin-top: 0;
			}
			
			div#center div.content_program div.left_panel h2 {
				font-weight: normal;
				font-size: 1.1em;
			}
			
			div#center div.content_program div.left_panel p#description {
				clear: both;
			}
			
			div#center div.content_program div.left_panel span.title {
				font-weight: bold;
			}
			
			div#center div.content_program div.left_panel a {
				color: #d7001a;
				text-decoration: none;
			}
			
			div#center div.content_program div.left_panel ul li a {
				color: #494949;
			}
			
		div#center div.content_program div.right_panel {
			float: left;
			width: 337px;
			padding: 0;
			margin: 0;
		}
		
		div#center div.content_program div.right_panel form.issues_form {
			text-align: center;
		}
		
		div#center div.content_program div.right_panel table#deletable_issues {
			margin-left: auto;
			margin-right: auto;
		}
		
		div#center div.content_program div.right_panel div.encart_holder {
			margin-top: 10px;
		}
		
		div#center div.content_program div.right_panel div.content_encart {
			border-left: 1px solid #d7001a;	
			margin: 0 9px 0 1px;
			padding: 0 9px 0 9px;
			background: url(../images/encar_right.png) right repeat-y;
		}
		
		div#center div.content_program div.right_panel div.header_encart {
			width: 327px;
			height: 7px;
			background: url(../images/encar_top.png) bottom no-repeat;
		}
		
		div#center div.content_program div.right_panel div.footer_encart {
			margin: 0;
			padding: 0;
			width: 327px;
			height: 7px;
			background: url(../images/encar_bottom.png) no-repeat;
		}
		
		div#center div.content_program div.right_panel div.content_encart table th {
			font-size: 1em;
			text-align: left;
			width: 6.5em;
		}

		div#center div.content_program div.right_panel div.content_encart table td {		
			padding-bottom: 10px;
		}
		

		
		div#center div.content_program div.right_panel a {
			color: #d7001a;
			text-decoration: none;
		}

		div#center div.content_program div.right_panel .first_person_span a {
			
			font-weight: bold;
		}
		
		div#center div.content_program div#admin {
			clear: both;
			padding-left: 10px;
		}
		
			div#center div.content_program div#admin input {
				width: auto;
			}
			
	.contact_right_panel {
		float: left;
		margin-left: 75px;
	}
		.contact_right_panel th.contact_header {
			width: 8em;
		}
		
	 	.contact_right_panel h1 {
			color: #d7001a;
			font-size: 1.6em;
			margin-top: 0;
		}
	
		.contact_right_panel h2 {
			font-weight: normal;
			font-size: 1.1em;
		}
	
	.contact_left_panel {
		float: left;
		margin-top: 0em;
	}
	
	.contact_left_panel h1 {
		font-size: 1.6em;
		margin-top: 0;
		margin-bottom: 0;
	}

	.contact_left_panel h2 {
		margin-top: 0;
		color: #d7001a;
		font-weight: normal;
		font-size: 1.1em;
		text-align: right;
	}
	
	.contact_left_panel p#contact_address {
		text-align: right;
	}
	
	.contact_list
	{
		font-size:	9px;
		text-align: right;
	}
		
div#footer {
	position: relative;
	font-size: 0.8em;
	clear:left;
	border-top: 1px red solid;
	padding-left: 19px;
	color: #494949;
	padding-bottom: 20px;
}

	div#footer p {
		margin-top: 3px;
	}
	
	div#footer span.copyright {
	  float: left;
	}
	
	div#footer span.unlog {
		float: right;
	  	margin-right: 10px;
	}
	
	div#footer span.unlog a {
		color: #494949;
	}
	
	div#footer span.unlog a:hover {
		color: red;
	}
	
	div#footer span.pierlis {
		margin-left: 2em;
		color: #bdbdbd;
	}
	
	div#footer span.pierlis a {
		color: #bdbdbd;
	}
	

	.links a {
		display:block;
	}
	
	