/***** CSS AGENCE-MULTIMEDIA.COM *****/

/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,form,fieldset,
label,legend{
	margin:0;padding:0;border:0;font-weight:normal;
	font-style:normal;font-size:100%;font-family:inherit;
	vertical-align:baseline;}

body{line-height:1;color:black;}

ol,ul{list-style:none;}

caption{text-align:left;font-weight:normal;}

blockquote:before,blockquote:after,q:before,q:after{content:"";}

blockquote,q{quotes:"" "";}

input {font-size:100%;}

/* STRUCTURE */

body {
    font-size: 12px;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../../images/bg.jpg) top left repeat-x #a3a3a3;
}

div#container {
	background: url(../../images/pictos.png) top left no-repeat;
	width: 950px;
    margin: 0 auto;
}

div#header {
    height: 242px;
	width:950px;
	background:url(../../images/bandeau.png) top left no-repeat;
	margin:0;
}

/* MENU HAUT */

div#menu-haut a {
	font-size: 13px; font-weight:bold;
	text-decoration:none; color:#ffffff; display:block;
	padding:5px 5px;
}

div#menu-haut li {
	display:inline;
}

/* ONGLET ROUGE */

/* Normal Rouge */

div.rouge-onglet-gauche {
	background:url(../../images/onglets/rouge-onglet-gauche.png) top right no-repeat;
	float:left; width:13px; height:31px;
}

div.rouge-onglet-milieu {
	background:url(../../images/onglets/rouge-onglet-milieu.png) top repeat-x;
	float:left; height:31px;
}

div.rouge-onglet-droite {
	background:url(../../images/onglets/rouge-onglet-droite.png) top left no-repeat;
	float:left; width:21px; height:31px;
}

/* ONGLET BLEU */

/* Normal bleu */
div.bleu-onglet-gauche {
	background:url(../../images/onglets/bleu-onglet-gauche.png) top right no-repeat;
	float:left; width:13px; height:31px;
}

div.bleu-onglet-milieu {
	background:url(../../images/onglets/bleu-onglet-milieu.png) top repeat-x;
	float:left; height:31px;
}

div.bleu-onglet-droite {
	background:url(../../images/onglets/bleu-onglet-droite.png) top left no-repeat;
	float:left; width:21px; height:31px;
}

/* ONGLET VERT */

/* Normal vert */
div.vert-onglet-gauche {
	background:url(../../images/onglets/vert-onglet-gauche.png) top right no-repeat;
	float:left; width:13px; height:31px;
}

div.vert-onglet-milieu {
	background:url(../../images/onglets/vert-onglet-milieu.png) top repeat-x;
	float:left; height:31px;
}

div.vert-onglet-droite {
	background:url(../../images/onglets/vert-onglet-droite.png) top left no-repeat;
	float:left; width:21px; height:31px;
}

/* ONGLET ORANGE */

/* Normal orange */
div.orange-onglet-gauche {
	background:url(../../images/onglets/orange-onglet-gauche.png) top right no-repeat;
	float:left; width:13px; height:31px;
}

div.orange-onglet-milieu {
	background:url(../../images/onglets/orange-onglet-milieu.png) top repeat-x;
	float:left; height:31px;
}

div.orange-onglet-droite {
	background:url(../../images/onglets/orange-onglet-droite.png) top left no-repeat;
	float:left; width:21px; height:31px;
}

/* MENU PRINCIPAL */

div#menu-principal {
	margin-top:8px;
    clear: left;
}

div.menu-principal-gauche {
	float:left;
	background: url(../../images/menu-horiz-gauche.png) top right no-repeat;
	height:34px;
	width:9px;
}

div.menu-principal-milieu {
	float:left;
	background: url(../../images/menu-horiz-milieu.gif) top repeat-x;
	height:34px;
	width:932px;
}

div.menu-principal-droite {
	float:left;
	background: url(../../images/menu-horiz-droite.png) top left no-repeat;
	height:34px;
	width:9px;
}

/* Normal */
div.menu-principal-milieu ul.menu-horiz {
	width:932px;
}

div.menu-principal-milieu ul.menu-horiz li {
	list-style:none;
	float:left;
	background: url(../../images/separateur-menu.png) top right no-repeat;
	width:155px;
}

div.menu-principal-milieu ul.menu-horiz li.NoSeparateur {
	background: none;
}

div.menu-principal-milieu ul.menu-horiz li a {
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	display:block;
	padding-top:8px;
	height:32px;
}

/* Survol */
div.menu-principal-milieu ul.menu-horiz li:hover {
	background: url(../../images/separateur-menu.png) top right no-repeat;
}

html>body div.menu-principal-milieu ul.menu-horiz li:hover {
	background: url(../../images/menu-horiz-on.gif) top left repeat-x;
}

div.menu-principal-milieu ul.menu-horiz li a:hover {
	background: url(../../images/menu-horiz-on.gif) top left repeat-x;
}

html>body div.menu-principal-milieu ul.menu-horiz li a:hover {
	background: url(../../images/separateur-menu.png) top right no-repeat;
}

div.menu-principal-milieu ul.menu-horiz li.NoSeparateur  a:hover {
	background: url(../../images/menu-horiz-on.gif) top left repeat-x;
}

/* WRAPPER */

div#wrapper {
    float: left;
    width: 942px;
	padding-left:8px;
	background:url(../../images/contenu-haut.png) top left no-repeat #ffffff;
}

html>body div#wrapper {
	margin-top:8px;
	padding-bottom:10px;
}

/* CONTENT */

div.content {
	float: left;
	text-align:justify;
	width:539px;
	margin:10px 13px 0 13px;
}

/* BLOC CONTENT */

div.bloc-content {
	margin:5px 0 10px 0;
	clear:both;
	width:539px;
}

div.bloc-content-haut {
	height:40px;
	background: url(../../images/content-haut.png) bottom left no-repeat;
	padding:0 0 5px 0;
}

div.bloc-content-haut h1 {
	display:block;
}

div.bloc-content-milieu {
	background: url(../../images/content-milieu.png) top left repeat-y;
}

div.bloc-content-bas {
	background: url(../../images/content-bas.png) top left no-repeat;
	height:10px;
}

/* BLOC DEMI */

div.bloc-demi-gauche {
	width:255px;
	float:left;
	margin:0 0 10px 0;
}

div.bloc-demi-droite {
	width:255px;
	float:left;
	margin:0 0 10px 10px;
}

div.bloc-demi-haut {
	height:40px;
	background: url(../../images/bloc-demi-haut.png) bottom left no-repeat;
}

div.bloc-demi-haut h1 {
	padding:8px 10px 0 0;
	display:block;
	line-height:1.2;
}

div.bloc-demi-milieu {
	background: url(../../images/bloc-demi-milieu.png) top left repeat-y;
	padding-top:5px;
}

div.bloc-demi-bas {
	background: url(../../images/bloc-demi-bas.png) top left no-repeat;
	height:9px;
}

/* COLONNES COTES */

div#navigation {
    float: left;
    width: 184px;
	margin:10px 0 0 0;
}

div#extra {
    float: left;
    width: 184px;
	margin:10px 0 0 0;
}

/* COLONNE SOUS-RUBRIQUE */

div.haut-colonne {
	height:40px;
	background: url(../../images/sous-rubrique-haut.png) bottom left no-repeat;
}

div.haut-colonne h1 {
	padding:8px 0 0 0;
	font-weight:bold;
	font-size:14px;
	color:#E3071D;
	text-align:center;
	display:block;
}

div.milieu-colonne-sous-rubrique {
	background: url(../../images/sous-rubrique-milieu.png) top left repeat-y;
}

div.bas-colonne {
	background: url(../../images/sous-rubrique-bas.png) top left no-repeat;
	height:9px;
	margin:0 0 10px 0;
}

div.milieu-colonne-sous-rubrique ul {
	border-top:1px solid #a1a1a1;
	margin:0 0 0 4px;
	padding:0 0 1px 0;
	width:176px;
}

div.milieu-colonne-sous-rubrique li a {
	height:18px;
	width:146px;
	color:#323232;
	text-decoration:none;
	display:block;
	text-align:left;
	padding:5px 10px 0 18px;
	border-bottom:1px solid #a1a1a1;
}

div.milieu-colonne-sous-rubrique li a:hover {
	background:url(../../images/onglet-sous-rubrique-on.png) top left no-repeat;
	color:#309fd4;
}

div.milieu-colonne-sous-rubrique li.onglet-large a {
	line-height:1.2;
	height:33px;
}

div.milieu-colonne-sous-rubrique li.onglet-large a:hover {
	background:url(../../images/onglet-sous-rubrique-large-on.png) top left no-repeat;
}

/* FOOTER */

div#footer {
    color: #ffffff;
	height:119px;
}

div#footer .footer-gauche {
	float:left;
	background:url(../../images/footer-gauche.png) bottom right no-repeat;
	width:21px;
	height:119px;
	background-color:#ffffff;
}

div#footer .footer-milieu {
	float:left;
	background:url(../../images/footer-milieu.png) bottom left repeat-x;
	height:119px;
	width:908px;
}

div#footer .footer-droite {
	float:left;
	background:url(../../images/footer-droite.png) bottom left no-repeat;
	width:21px;
	height:119px;
	background-color:#ffffff;
}

/* Footer Liste */

div.footer-milieu ul {
	float:left;
	margin:8px 10px 0 5px;
}

div.footer-milieu li {
	padding:0;
	line-height:1.4;
}

div.footer-milieu li a, div.footer-milieu li a:visited {
	color:#ffffff;
	text-decoration:none;
}

div.footer-milieu li a:hover {
	color:#319CD6;
	text-decoration:underline;
}

div.footer-milieu .footer-separateur {
	border-right:1px dotted #ffffff;
	padding:0 15px 0 0;
	height:100px;
}

/* Style textes et contenus */

p {
    line-height: 1.4;
    padding: 0 10px 10px 10px;
}

center {
    line-height: 1.4;
    padding: 0 10px 10px 10px;
}

.TexteStandard {
	font-size: 12px;
	color:#323232;
}

.TextePetit {
	font-size: 10px;
	color:#323232;
}

ul.ListeStandard {
	margin: 0 10px 0 10px;
	line-height:1.4;
}

li.ListeStandard {
	background:url(../../images/pictos/puce.png) left no-repeat;
	padding:0 0 0 15px;
	margin:0 0 0 5px;
}

.image-puce {
	padding:0 5px;
}

li.TitreListeStandard {
	margin:0 0 5px 0;
}

li.ListeReferences {
	padding:5px 10px 5px 18px;
	margin:0 0 0 8px;
	background:url(../../images/pictos/puce.png) left no-repeat;
}

.TextBleuCenter {
	color:#319CD6;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

h1 {
	font-size:16px;
	color:#E3071D;
	padding:7px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.picto-float-left {
	float:left;
	margin:2px 5px 0 5px;
}

h1.Sous-titre-petit {
	font-size:14px;
}

div.bloc-fleches {
	margin:0 0 0 100px;
}

h1.TitreCenter {
	text-align:center;
	float:left;
	padding-top:90px;
	font-size:16px;
}

.fleche-gauche {
	float:left;
}

.fleche-droite {
	float:left;
}

h2 {
	color:#319CD6;
	font-weight:bold;
	line-height:1.2;
	padding:5px 10px 10px 10px;
	font-size:13px;
}

h3 {
	color:#319CD6;
	font-weight:bold;
	padding:0 0 8px 0;
	font-size:13px;
}

.image-center {
	margin:10px 0 0 0;
	text-align:center;
}

.image-droite {
	float:right;
	margin:0 15px 10px 20px;
}

.image-gauche {
	float:left;
	margin:0 15px 10px 20px;
}

div.bloc-content-milieu ul {
	line-height:1.4;
	padding:0 0 10px 0;
}

.logo-partenaire {
	margin:5px 10px 5px 10px;
}

a, a:visited {
	color:#319CD6;
}

a:hover {
	color:#E2001A;
	text-decoration:underline;
}

a.LienStandard, a.LienStandard:visited {
	color:#323232;
	text-decoration:none;
}

a.LienStandard:hover {
	color:#319CD6;
	text-decoration:underline;
}

.FormuColonne {
	width:110px;
}

.tableau-references {
	padding:0 8px 0 0;
}

.tableau-references tr {
	height:25px;
}

.tableau-references .ligne-haute {
	height:40px;
	line-height:1.4;
}

a.LienHautdePage, a.LienHautdePage:visited {
	color:#319CD6;
	background:url(../../images/pictos/fleche-hautdepage.png) left no-repeat;
	padding:0 0 0 20px;
	margin-left:200px;
	display:block;
	clear:both;
	height:14px;
}

a.LienHautdePage:hover {
	color:#E2001A;
	text-decoration:underline;
}

a.Lien-telecharger, a.Lien-telecharger:visited {
	color:#319CD6;
	background:url(../../images/pictos/picto-telecharger.png) top left no-repeat;
	padding-left:20px;
	margin:5px 0 5px 0;
}

a.Lien-telecharger:hover {
	color:#E2001A;
	text-decoration:underline;
}

.savoirplus {
	font-size:12px;
	font-weight:bold;
}

/* RECHERCHE */

div.recherche {
	padding:5px 0 25px 10px;
	clear:both;
}

div.recherche .champ-formu {
	width:130px;
	display:block;
	float:left;
}

div.recherche .bouton {
	display:block;
	float:left;
	margin:0 0 0 5px;
}

/* CAROUSEL */

.carousel_container {
	width: 500px;
	height: 200px;
	margin: 0px auto;
	margin:-50px 0 0 20px;
	padding-bottom:10px;
}