@import url("reset.css");

html {
	font-size: 76%;
}
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: .92em;
	line-height: 1.4;
	color: #471000;
	text-align: center;
	background: #596d00 url("../img/bg-body.jpg") repeat-x;
}
body#accueil {
	background-image: url("../img/bg-body-acc.jpg");
}
#fond {
	background: url("../img/bg-entete.jpg") 50% 36px no-repeat;
}
#accueil #fond {
	background: url("../img/bg-entete-acc.jpg") 50% 36px no-repeat;
}
#page{
	width: 910px;
	position: relative;
	margin: auto;
	text-align: left;
} 

/* Styles texte de base ----- */

p, ul, ol { margin-bottom: 1em; }
ul { margin-left: 22px; }
a { text-decoration: underline; cursor: pointer; color: #0082bb; }
a:visited { color: #66b4d6; }
a:hover, a:focus { color: #e16b00; text-decoration: underline; }
a *, button * { cursor: pointer; }
small { font-size: .9em; }
input, select, button, textarea, option { font-family: Verdana, Arial sans-serif; font-size: 1em; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */
.clearboth { clear: both; border: 1px solid red; width: 100%; height: 1%; }
sup { font-size: .8em; line-height: 1; vertical-align: super; }



/* Entete ------------------------------------------------------------------------- */


#entete {
	height: 250px;
	background: url("../img/bg-corps-haut.png") left bottom no-repeat;
}
#accueil #entete {
	height: 347px;
}
#entete h1 a {
	display: block;
	position: absolute;
	top: 68px;
	left: 0;
	width: 323px;
	height: 116px;
	text-indent: -9999px;
	outline: none;
}

#nav {
	position: absolute;
	top: 73px;
	right: -5px;
}
#accueil #nav {
	top: 68px;
}
#nav li {
	float: left;
	margin-left: 19px;
}
#nav li a {
	text-indent: -9999px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#nav a { height: 34px; }
#nav a:hover, #nav li.actif a { background-position: 0 -34px; }
#nav #b1 a { width: 106px; background-image: url("../img/b-nav-aeaq.gif"); }
#nav #b2 a { width: 152px; background-image: url("../img/b-nav-expos.gif"); }
#nav #b3 a { width: 176px; background-image: url("../img/b-nav-calendrier.gif"); }
#nav #b4 a { width: 121px; background-image: url("../img/b-nav-accueil.gif"); }

#accueil #nav li { margin-left: 30px; }
#accueil #nav a { height: 41px; }
#accueil #nav a:hover { background-position: 0 -41px; }
#accueil #nav #b1 a { width: 124px; background-image: url("../img/b-nav-acc-aeaq.gif"); }
#accueil #nav #b2 a { width: 182px; background-image: url("../img/b-nav-acc-expos.gif"); }
#accueil #nav #b3 a { width: 214px; background-image: url("../img/b-nav-acc-calendrier.gif"); }

#utilitaires {
	position: absolute;
	top: 7px;
	right: 0;
	margin: 0;
}
#utilitaires li {
	float: left;
	margin-left: 7px;
}
#utilitaires a {
	display: block;
	padding: 3px;
	font-size: 1.1em;
	color: #fff6a8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#utilitaires a.langue {
	color: #f2ae00;
}
#utilitaires a:hover, #utilitaires li.actif a {
	color: #e16b00;
}



/* Corps -------------------------------------------------------------------------- */


#corps {
	background: url("../img/bg-corps-milieu.gif") left top repeat-y;
	margin-top: -20px;
	position:  relative;
}
#corps .interieur-corps {
	padding: 0 31px 30px 30px;
	height: 1%; /* Pour IE6 */
	background: url("../img/bg-corps-bas.gif") left bottom no-repeat;
}

div.section {
	text-indent: -9999px;
	height: 114px;
	margin-bottom: 28px;
	background-repeat: no-repeat;	
}
div#section-aeaq { background-image: url("../img/t-section-aeaq.jpg") }
div#section-expos { background-image: url("../img/t-section-expos.jpg") }
div#section-bete { background-image: url("../img/t-section-bete_scene.jpg") }
div#section-bulletins { background-image: url("../img/t-section-bulletins.jpg") }
div#section-calendrier{ background-image: url("../img/t-section-calendrier.jpg") }
div#section-carte { background-image: url("../img/t-section-carte.jpg") }
div#section-expostar { background-image: url("../img/t-section-expostar.jpg") }
div#section-liens { background-image: url("../img/t-section-liens.jpg") }
div#section-contact { background-image: url("../img/t-section-nous_joindre.jpg") }


/* Sous-navigation de section ----- */

#sous-nav {
	float: left;
	width: 228px;
	display: inline; /* Pour IE6 */
}

#sous-nav h5 {
	margin: 0 0 ;
	font-size: 1.2em;
	color: #e16b00;
}

#sous-nav ul {
	margin: 0 0 1em;
}
#sous-nav li {
	margin: 0 0 .6em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3;
}
#sous-nav li a {
	color: #0082bb;
	text-decoration: none;
}
#sous-nav li.actif a, #sous-nav li a:hover {
	color: #e16b00;
}

#sous-nav .sous-menu {
	float: left;
	width: 228px;
	display: inline; /* Pour IE6 */
}

#sous-nav .sous-menu ul {
	margin: 0 10px .5em;
}
#sous-nav .sous-menu li {
	margin: 0 0 .6em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
}
#sous-nav .sous-menu li a {
	color: #0082bb;
	text-decoration: none;
}
#sous-nav .sous-menu li.actif a, #sous-nav .sous-menu li a:hover {
	color: #e16b00;
}


/* Zone de contenu principal avec sous-nav ----- */

#contenu {
	float: right;
	width: 591px;
	background: url("../img/bg-contenu-milieu.gif") 0 0 repeat-y;
}
#contenu .interieur {
	background: url("../img/bg-contenu-haut.gif") left top no-repeat;
}
#contenu .interieur .interieur { 
	background:  url("../img/bg-contenu-bas.gif") left bottom no-repeat;
	padding: 24px 27px 5px 27px;
	height: 1%;
}

#contenu h2 {
	margin-bottom: .9em;
	font-family: "Rockwell Extra Bold", Verdana, Arial, sans-serif;
	font-size: 2em;
	line-height: 1.1;
	color: #e16b00;
	text-transform: uppercase;
}
#contenu h3 {
	margin: 1.2em 0 1em;
	font-size: 1.2em;
	color: #e16b00;
}

#contenu h4 {
	margin: 0 0 1em;
	font-size: 1.2em;
	color: #e16b00;
}

#contenu h5 {
	margin: 0 0 ;
	font-size: 1.2em;
	color: #e16b00;
}


.separateur {
	margin: .4em 0;
	height: 25px;
	background: url("../img/bg-separateur.gif") 0 0 no-repeat;
}
.plusgros {
	font-size: 1.1em;
}

.download{
	margin: .4em 0;
	padding-left: 30px;
	padding-top:5px;
	height: 25px;
	background: url("../img/icon_pdf.png") 0 0 no-repeat;
}

.downloadWord{
	margin: .4em 0;
	padding-left: 30px;
	padding-top:5px;
	height: 25px;
	background: url("../img/icon_word.gif") 0 0 no-repeat;
}

#contenu ul {
	margin-left: 8px;
}
#contenu ul li {
	margin: .4em 0;
	padding-left: 12px;
	background: url("../img/bg-liste.gif") 0 .7em no-repeat;
}
#contenu ol {
	margin-left: 28px;
}
#contenu ol li {
	margin: .4em 0;
	list-style: decimal;
}
#contenu ul ul, #contenu ol ol {
	margin-bottom: 0;
}

#contenu .colonne1 {
	float: left;
	display: inline; /* Pour IE6 */
	width: 47%;
	margin-right: 4%;
}
#contenu .colonne2 {
	float: left;
	width: 47%;
}
#contenu ul.photos {
	margin-left: 0;
}
#contenu ul.photos li {
	float: left;
	width: 90px;
	height: 90px;
	margin: 0 15px 15px 0;
	padding: 0;
	background: none;
}
#contenu ul.photos li img {
	display: block;
}

#contenu ul.commanditaires {
	margin-left: 0;
}
#contenu ul.commanditaires li {
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
	background: none;
}
#contenu ul.commanditaires li img {
	display: block;
}



/* Zone de contenu principal sans sous-nav ----- */

#contenu2 {
	float: left;
	width:849px;
	display: inline;
	background: url("../img/bg-contenu2-milieu.gif") 0 0 repeat-y;
}
#contenu2 .interieur {
	background: url("../img/bg-contenu2-haut.gif") left top no-repeat;
}
#contenu2 .interieur .interieur { 
	background:  url("../img/bg-contenu2-bas.gif") left bottom no-repeat;
	padding: 24px 27px 5px 27px;
	height: 1%;
}

#contenu2 h2 {
	margin-bottom: .9em;
	font-family: "Rockwell Extra Bold", Verdana, Arial, sans-serif;
	font-size: 2em;
	line-height: 1.1;
	color: #e16b00;
	text-transform: uppercase;
}
#contenu2 h3 {
	margin: 1.2em 0 1em;
	font-size: 1.2em;
	color: #e16b00;
}

#contenu2 h4 {
	margin: 0 0 1em;
	font-size: 1.2em;
	color: #e16b00;
}

#contenu2 ul {
	margin-left: 8px;
}
#contenu2 ul li {
	margin: .4em 0;
	padding-left: 12px;
	background: url("../img/bg-liste.gif") 0 .7em no-repeat;
}
#contenu2 ol {
	margin-left: 28px;
}
#contenu2 ol li {
	margin: .4em 0;
	list-style: decimal;
}
#contenu2 ul ul, #contenu ol ol {
	margin-bottom: 0;
}

#contenu2 .colonne1 {
	float: left;
	display: inline; /* Pour IE6 */
	width: 47%;
	margin-right: 4%;
}
#contenu2 .colonne2 {
	float: left;
	width: 47%;
}
#contenu2 ul.photos {
	margin-left: 0;
}
#contenu2 ul.photos li {
	float: left;
	width: 90px;
	height: 90px;
	margin: 0 15px 15px 0;
	padding: 0;
	background: none;
}
#contenu2 ul.photos li img {
	display: block;
}

.separateurLarge {
	margin: .4em 0;
	height: 25px;
	background: url("../img/bg-separateur_large.gif") 0 0 no-repeat;
}

.separateurPetit {
	margin: .4em 0 .6em 0;
	height: 25px;
	background: url("../img/bg-separateurPetit.gif") 0 0 no-repeat;
}


/* Liens intéressants ----- */



.tdLogo {
	width: 200px;
	vertical-align: middle;
	
}

.tdDesc {
	vertical-align: top;
	
}


/* ----- Jeunes Talent - Table gagnant ----- */



.tdPhoto {
	
	vertical-align: middle;
	
}

.tdDesc {
	vertical-align: top;
	padding-left:10px;
	
}

/* -----  Table Résultats Recherche ----- */


#tableResultat .tdInfo {
	
	vertical-align: middle;
	
}

#tableResultat .tdNav {
	vertical-align: bottom;
	text-align:right;

}



/*----------- Form Recherche ---------- */


#recherche {
	
}


#recherche input.champ-texte {
	
	width: 160px;
	padding: 3px 5px;
}



/* Accueil ------------------------------------------------------------------------ */


#flash {
	margin: 0 0 25px;
}
#accueil #corps a {
	font-size: 1.1em;
	font-weight: bold;
}

#accueil .colonne1 {
	float: left;
	display: inline; /* Pour IE6 */
	width: 239px;
}
#accueil .colonne2 {
	float: left;
	width: 324px;
	margin-left: 24px;
}
#accueil .colonne3 {
	float: right;
	width: 239px;
}
#accueil #corps ul {
	margin-left: 0;
}


/* Boîte Expos ----- */


#expos {

margin-bottom: 25px;
}

#expos h2 {
	text-indent: -9999px;
	height: 33px;
	background: url("../img/t-expos-acc.gif") 0 0 no-repeat;
}
#expos, #calendrier {
	background: url("../img/bg-colonne1-milieu.gif") 0 0 repeat-y;
}
#expos .interieur {
	padding: 16px 16px 6px;
	background: url("../img/bg-colonne1-bas.gif") left bottom no-repeat;
}
#expos li {
	margin-bottom: 1em;
}
#expos li a {
	color: #cb6c00;
}
#expos li a:hover {
	color: #9d5300;
}


/* Boîte Liste d'envoi ----- */

#liste-envoi {
	/*margin-top: 20px;*/
	padding: 8px 16px;
	background: url("../img/bg-liste-envoi.jpg") 0 0 no-repeat;
}

#liste-envoi form {
	min-height: 189px;
	height: 189px;
	height: auto !important;
	font-family: Rockwell, Verdana, Arial, sans-serif;
}
#liste-envoi h2 {
	margin-bottom: 7px;
	font-size: 1.6em;
	line-height: 1.2;
	color: #ffe263;
}
#liste-envoi p {
	margin: 0 0 7px;
}
#liste-envoi label {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
}
#liste-envoi input.champ-texte {
	border: none;
	width: 190px;
	padding: 3px 5px;
}
#liste-envoi input.bouton {
	width: 99px;
	height: 26px;
	background: url("../img/b-envoyer.gif") 0 0 no-repeat;
}
#liste-envoi p.envoyer {
	margin: 0;
	text-align: center;
}
#liste-envoi p.envoyer input {
	font-family: Rockwell, Verdana, Arial, sans-serif;
	font-size: 1.3em;
	color: #ffe263;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	padding: 6px;
	background: #873c00;
}

/* -------Page Nouvelle --------*/


.tdNouvelles {
	vertical-align: top;
	padding-top:5px;
}

.tdNouvelles img {
	float: left;
	margin: 0 15px 5px 0;
}


/* Boîte Nouvelles ----- */

#nouvelles h2 {
	text-indent: -9999px;
	height: 33px;
	background: url("../img/t-nouvelles-acc.gif") 0 0 no-repeat;
}
#nouvelles {
	background: url("../img/bg-colonne2-milieu.gif") 0 0 repeat-y;
}
#nouvelles .interieur {
	padding: 16px 16px 6px;
	background: url("../img/bg-colonne2-bas.gif") left bottom no-repeat;
}

#nouvelles .tabAccNouvelles {
	width:291px;
}

#nouvelles .separateur {
	padding-bottom: 10px;
	margin-bottom: 5px;
	background: url("../img/bg-separateur-acc.gif") left bottom no-repeat;
}

#nouvelles .date {
	font-size: .9em;
	font-weight:bold;
	padding-bottom: 5px;
}

#nouvelles .txt  {
	text-align:left;
}

#nouvelles .txt img {
	float: left;
	margin: 0 10px 5px 0;
}

#nouvelles .txt a {
	color: #b41500;
}
#nouvelles .txt a:hover {
	color: #8d1000;
}

/*#nouvelles li {
	padding-bottom: 35px;
	margin-bottom: 5px;
	background: url("../img/bg-separateur-acc.gif") left bottom no-repeat;
}
#nouvelles li img {
	float: left;
	margin: 0 15px 5px 0;
}
#nouvelles li strong {
	font-size: .9em;
}
#nouvelles li a {
	color: #b41500;
}
#nouvelles li a:hover {
	color: #8d1000;
}*/


/* Boîte Calendrier ----- */

#calendrier h2 {
	text-indent: -9999px;
	height: 33px;
	background: url("../img/t-calendrier-acc.gif") 0 0 no-repeat;
}
#calendrier .interieur {
	padding: 16px 16px 6px;
	background: url("../img/bg-colonne1-bas.gif") left bottom no-repeat;
}


/* Boîte Accès membres ----- */

#membres {

margin-top: 20px;
}

#membres h2 {
	text-indent: -9999px;
	height: 33px;
	background: url("../img/t-membres-acc.gif") 0 0 no-repeat;
}
#membres, #calendrier {
	background: url("../img/bg-colonne1-milieu.gif") 0 0 repeat-y;
}
#membres .interieur {
	padding: 16px 16px 6px;
	background: url("../img/bg-colonne1-bas.gif") left bottom no-repeat;
}

#membres input.champ-texte {

	width: 190px;
	padding: 3px 5px;
}

#membres li {
	margin-bottom: 1em;
}
#membres li a {
	color: #cb6c00;
}
#membres li a:hover {
	color: #9d5300;
}




/* Pied de page ------------------------------------------------------------------- */

#pied {
	padding: 25px 0;
	text-align: center;
}
#pied p {
	margin: 0;
	font-size: .9em;
	color: #fff6a8;
}

#pied a, #pied a:visited {
	margin: 0;
	font-size: .9em;
	color: #fff6a8;
	text-decoration: underline; 

}

#pied a:hover {
	margin: 0;
	font-size: .9em;
	color: #e16b00;
	text-decoration: underline; 

}


