/*
EURODEALS

general.css
MISE EN FORME DES ELEMENTS COMMUNS AU SITE
Voir CSS des modeles pour compléments de formatage de la navigation
--------------------------------------------------------------------*/

/*****************************/
/*         HTML              */
/*****************************/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #d7dfe2 url(../medias/image/bg_body.jpg) repeat-x;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #121212;
}

table td {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #121212;
}

a {
	font-weight: bold;
	color: #121212;
	text-decoration: none;
}
a:hover {
	color: #121212;
	text-decoration: underline;
}

h1 {
	padding: 2px 0 10px 0;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}
h2 {
	padding: 2px 0 10px 21px;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
	background: url(../medias/image/tilde.gif) no-repeat 0 9px;
}
#content h2:first-letter {
	color: #CC0000;
}
h3, h4, h5, h6 {
	padding: 2px 0 10px 0;
	margin: 0;
	font-weight: bold;
}
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 11px; }

p {
	padding: 2px 0 10px 0;
	margin: 0;
}

ul {
	padding-top: 2px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

form {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

/*****************************/
/*        TEMPLATE           */
/*****************************/

div#conteneur {
	width: 774px;
	text-align: left;
	margin: 0 auto;
	background: url(../medias/image/bg_conteneur.gif) repeat-y;
}

div#col-gauche {
	float: left;
	width: 537px;
	min-height: 460px;
	_height: 460px;
	background: url(../medias/image/bg_colG.jpg) no-repeat 0 0;
}

div#col-droite {
	float: left;
	width: 237px;
	min-height: 460px;
	_height: 460px;
	background: url(../medias/image/bg_colD.jpg) no-repeat 0 0;
	position: relative;
}

/*****************************/
/*        ZONE XIBUX         */
/*****************************/

/*
banner
-----------------------------------------------*/

#banner {
	width: 510px;
	height: 79px;
	margin: 12px 10px 0 17px;
	text-align: left;
}

/* les 2 images du banner (logo et contact) sont dans des P */
#banner p {
	float: left;
	padding: 0;
	margin: 0;
}

/* le P de l'image contact s'aligne en haut a droite */
#banner p.contact {
	float: right;
}

/*
navigation horizontale generale
--------------------------------------------------*/

#navGenH {
	clear: both;
	width: 537px;
	height: 29px;
}

/*
content
----------------------------------------------------*/

#content {
	width: 530px;
	background-color: #fff;
	margin-left: 7px;
	text-align: left;
}

/*
bloc outils
----------------------------------------------------*/

#outils {
	text-align: left;
}

/*
footer
----------------------------------------------------*/

#footer {
	clear: both;
	width: 774px;
	height: 33px;
	text-align: left;
	margin: 0 auto;
	background: url(../medias/image/bg_footer.gif) no-repeat 0 0;
}
#footer p {
	padding: 0 0 0 17px;
	margin: 0;
	line-height: 26px;
	font-size: 9px;
	color: #fff;
}
#footer a {
	color: #24E3E7;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/********************************************/
/*  TABLEAUX DE MISE EN FORME POUR CONTENT  */
/********************************************/

/*
Tableau pour visuel
----------------------------------*/

#tab-visuel {
	width: 530px;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
#tab-visuel td {
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
}
#tab-visuel td br {
	display: none;
}

/*
Tableau pour texte intro (accueil)
1 colonne / 2 lignes (texte + visuel bas)
-----------------------------------------*/

table#tab-intro {
	width: 100%;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	background: #0482b1 url(../medias/image/tab_intro_haut.gif) no-repeat 0 0;
}
table#tab-intro td {
	padding: 10px 10px 4px 10px;
	margin: 0;
	color: #fff;
	
}
table#tab-intro td h1 {
	padding: 2px 0 8px 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;	
}
table#tab-intro td h2,
table#tab-intro td h3,
table#tab-intro td h4,
table#tab-intro td h5,
table#tab-intro td h6 {
	padding: 2px 0 8px 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;	
}
table#tab-intro td p {
	padding: 2px 0 8px 0;
	margin: 0;
}
/* cellule basse pour visuel de fermeture */
table#tab-intro td.td-bas {
	height: 3px;
	padding: 0;
	line-height: 0;
	background: url(../medias/image/tab_intro_bas.gif) no-repeat center bottom;
}

/*
Tableau pour actus (accueil)
----------------------------------*/

.tab-actu {
	width: 530px;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	background: url(../medias/image/ronds510x6.gif) no-repeat 10px bottom;
}
.tab-actu td {
	padding: 10px 10px 16px 10px;
	margin: 0;
	vertical-align: top;
}
.tab-actu td p {
	padding: 0;
	margin: 0;
}
.tab-actu td img {
	margin-top: 2px;
}

/*
Tableaux temoignages et profils (accueil)
-----------------------------------------------*/

/* tableau englobant + temoignage */

#tab2cols {
	width: 510px;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 10px;
}
#tab2cols td#td-g, #tab2cols td#td-guk {
	width: 190px;/* base 215 */
	vertical-align: top;
	color: #314A4C;
	vertical-align: top;
	padding-top: 55px;
}
#tab2cols td#td-g {
	background: #3ccfdc url(../medias/image/titre_temoignage_obo.jpg) no-repeat 0 0;
}
#tab2cols td#td-guk {
	background: #3ccfdc url(../medias/image/titre_testimonial_obo.jpg) no-repeat 0 0;
}
#tab2cols td#td-g p, #tab2cols td#td-guk p {
	padding: 10px 10px 0 10px;
	margin: 0;
}
#tab2cols td#td-d {
	vertical-align: top;
	padding: 0;
	margin: 0;	
}

/* tableau des 2 fondateurs */

#tab-fondateurs {
	width: 100%;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
#tab-fondateurs th {
	text-align: left;
	padding: 0 0 10px 80px;
}
#tab-fondateurs td#td-JMP {
	padding: 10px 0 14px 80px;
	color: #4D84AC;
	background: url(../medias/image/photo_jmp.jpg) no-repeat 0 0;
}
#tab-fondateurs td#td-AB {
	padding: 10px 0 0 80px;
	color: #4D84AC;
	background: url(../medias/image/photo_ab.jpg) no-repeat 0 0;
}
#tab-fondateurs h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	background: none;
}
#tab-fondateurs h2:first-letter {
	color: #000;
}
#tab-fondateurs h2 span {
	color: #0482B1;
}
/* noms des associes */
#tab-fondateurs h3 {
	padding: 0 0 4px 0;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}
#tab-fondateurs p {
	padding: 0;
	margin: 0;
}
/* liens lire la suite */
#tab-fondateurs a {
	color: #0482B1;
	text-decoration: none;
}
#tab-fondateurs a:hover {
	color: #000;
	text-decoration: underline;
}

/*
Tableau pour texte intro (pages courantes)
1 colonne / 2 lignes (texte + visuel bas)
-----------------------------------------*/

table.tab-intro-courant {
	width: 530px;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	background: #0482b1 url(../medias/image/tab_intro_haut.gif) no-repeat 0 0;
}
table.tab-intro-courant td {
	padding: 10px 10px 4px 10px;
	margin: 0;
	color: #fff;
}
table.tab-intro-courant td h1 {
	padding: 2px 0 8px 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;	
}
table.tab-intro-courant td h2,
table.tab-intro-courant td h3,
table.tab-intro-courant td h4,
table.tab-intro-courant td h5,
table.tab-intro-courant td h6 {
	padding: 2px 0 8px 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;	
}
table.tab-intro-courant td h2 {
	font-size: 15px;
	background: none;
}
#content table.tab-intro-courant td h2:first-letter {
	color: #fff;
}
table.tab-intro-courant td p {
	padding: 2px 0 8px 0;
	margin: 0;
}
/* cellule basse pour visuel de fermeture */
table.tab-intro-courant td.td-bas {
	height: 3px;
	padding: 0;
	line-height: 0;
	background: url(../medias/image/tab_intro_bas.gif) no-repeat center bottom;
}

/*
Tableau pour texte courant (pages courantes)
-------------------------------------------*/

table.tab-courant {
	width: 530px;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
table.tab-courant td {
	padding: 10px;
}

/*
Complement pour tableau lexique
-------------------------------------------*/

table.lexique td p:first-line {
	font-weight: bold;
	color: #0482B1;
}
table.lexique td p:first-letter {
	color: #000;
}

/*
Complement pour tableau references
-------------------------------------------*/

table.references ul {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

table.references ul li {
	padding: 10px 21px;
	border-top: 2px dotted #0482B1;
	margin-top: 3px;
	margin-bottom: 3px;
	background: url(../medias/image/puce5x9.gif) no-repeat 10px 14px;
}

/********************************************/
/*       CLASSES SUPPLEMENTAIRES            */
/********************************************/

/* FORMULAIRE DE CONTACT v2 */

form#formContact {
	padding: 10px 10px 10px 50px;
	margin: 10px 0;
	background-color: #F7F9F8;
	border: 1px solid #D7DFE2;
}
form#formContact label {
	display: block;
	color: #0482B1;
	font-weight: bold;
	margin-top: 5px;
}
form#formContact span.required {
	color: #cc0000;
}
form#formContact span.erreur {
	color: #cc0000;
	display: block;
}
form#formContact input#contact-nom, 
form#formContact input#contact-societe, 
form#formContact input#contact-email {
	width: 200px;
	height: 18px;
	line-height: 16px;
	border-top: 1px solid #003440;
	border-right: 1px solid #d2d6d7;
	border-bottom: 1px solid #d2d6d7;
	border-left: 1px solid #003440;
	padding: 0 0 0 2px;
	margin: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3D3939;
	display: block;
}
form#formContact input#contact-objet {
	width: 400px;
	height: 18px;
	line-height: 16px;
	border-top: 1px solid #003440;
	border-right: 1px solid #d2d6d7;
	border-bottom: 1px solid #d2d6d7;
	border-left: 1px solid #003440;
	padding: 0 0 0 2px;
	margin: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3D3939;
	display: block;
}
form#formContact textarea#contact-message {
	width: 400px;
	height: 100px;
	padding: 0 0 0 2px;
	border-top: 1px solid #003440;
	border-right: 1px solid #d2d6d7;
	border-bottom: 1px solid #d2d6d7;
	border-left: 1px solid #003440;
	margin: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3D3939;
	display: block;
}
form#formContact input#contact-submit {
	float: right;
	margin-right: 45px;
	display: inline;
	width: 24px;
	height: 20px;
	border: none;
	cursor: pointer;
	background: url(../medias/image/bt_ok24x20.gif) no-repeat 0 0;
	font-size: 0;
	letter-spacing: 9999px;
	color: #138AB6;
}

/* LISTE DES NEWSLETTERS A TELECHARGER */

ul.liste-newsletters {
	padding: 0 0 5px 0;
	margin: 20px 0 10px 0;
	list-style: none;
	border-bottom: 1px dotted #0482B1;
}

ul.liste-newsletters li {
	padding: 0 0 25px 65px;
	margin: 0;
	background: url(../medias/image/picto_pdf.gif) no-repeat 21px 2px;
}

ul.liste-newsletters li a {
	color: #0482B1;
	margin-left: -13px;
}

/* PHOTOS PAGE EQUIPE */

img.photo-equipe {
	float: left;
	margin-right: 10px;
}

/* IMG LIENS EN SAVOIR + */

p.savoir-plus {
	padding: 0 0 10px 0;
	text-align: right;
	background: url(../medias/image/ronds510x6.gif) no-repeat 0 bottom;
	margin: 0 0 10px 0;
}

/* ENCADREMENT */

div.encadrement01 {
	padding: 10px;
	background: url(../medias/image/bg_dgd.jpg) repeat-x;
	border: 2px dotted #0482B1;
	margin: 5px 0 10px 0;
}

div.encadrement01 ul li {
	padding: 5px 0 5px 15px;
	background: url(../medias/image/puce5x9.gif) no-repeat 0 7px;
	margin: 0 0 0 10px;
	color: #0482B1;
	font-weight: bold;
	font-style: italic;
}

div.encadrement01 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* PARAGRAPHE TELECHARGER LE PDF */

p.pdf {
	padding: 0;
	margin: 15px 0 10px 0;
	height: 40px;
	text-align: right;
	background: url(../medias/image/bg_pdf.gif) no-repeat 0 0;
}
p.pdf a {
	padding-right: 45px;
	font-size: 9px;
	color: #cc0000;
	text-decoration: none;
}
p.pdf a:hover {
	color: #000;
	text-decoration: underline;
}

/********************************************/
/*         ELEMENTS POUR BLOCS OUTILS       */
/********************************************/

/*
English version
---------------------------------------------*/

div#english-version {
	position: absolute;
	width: 100px;
	height: 71px;
	left: 0;
	top: 14px;
	z-index: 10;
}

/*
Inscription a la newsletter
---------------------------------------------*/

div#inscription-news {
	width: 230px;
	height: 90px;
	padding-top: 69px;
	background: url(../medias/image/bg_newsletter.jpg) no-repeat 0 69px;
}
div#inscription-news p.img1 {
	text-align: right;
	padding: 10px 37px 10px 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
div#inscription-news p.img2 {
	text-align: right;
	padding: 10px 37px 0 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

/* formumlaire d'inscription v.2 */

div#inscription-news {
	text-align: right;
}	
form#formNewsletter input#newsletter-email {
	width: 128px;
	height: 18px;
	line-height: 16px;
	border-top: 1px solid #003440;
	border-right: 1px solid #d2d6d7;
	border-bottom: 1px solid #d2d6d7;
	border-left: 1px solid #003440;
	padding: 0 0 0 2px;
	margin: 0;
	font-size: 9px;
	color: #3D3939;
}
form#formNewsletter input#newsletter-submit {
	width: 24px;
	height: 20px;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0 10px 0 0;
	background: url(../medias/image/bt_ok24x20.gif) no-repeat 0 0;
	vertical-align: middle;
	_vertical-align: inherit;
	font-size: 0;
	letter-spacing: 9999px;
	color: #138AB6;
}
div#inscription-news p {
	padding: 0;
	margin: 0;
}
div#inscription-news br {
	display: none;
}
div#inscription-news p.msg-ok {
	color: #0482B1;
	font-weight: normal;
	font-size: 9px;
	padding: 0 10px;
}
div#inscription-news p.erreur {
	color: #CC0000;
	font-weight: normal;
	font-size: 9px;
	padding: 0 10px;
}
div#inscription-news p span.erreur {
	color: #CC0000;
	font-weight: normal;
	font-size: 9px;
	padding: 0 30px 0 10px
}

/*
Margeur optionnel (bloc outils) a utiliser dans le cas
ou l'inscription n'est pas utilisee
---------------------------------------------*/

div#margeur-opt {
	height: 100px;
}

/*
titre en image
---------------------------------------------*/

p.titre-img {
	padding: 0;
	margin: 0;
	font-size: 0;
}

/*
accroches articles
---------------------------------------------*/

div.accroche-metier {
	padding: 16px 17px 0 10px;
	background: url(../medias/image/pointille210.gif) no-repeat 10px 0;
}
div.accroche-metier h2 {
	padding: 2px 0 10px 0;
	margin: 0;
	font: bold 12px georgia, times, serif;
	color: #000;
	background: none;
}
div#outils div.accroche-metier h2:first-letter {
	color: #000;
}
div.accroche-metier p {
	padding: 2px 0 10px 0;
	margin: 0;
	color: #535353;
	line-height: 15px;
}
div.accroche-metier p.lien-img {
	padding: 0 0 10px 0;
	text-align: right;
}

/* FIN */

