BODY {
	BACKGROUND-ATTACHEMENT: fixed;
	BACKGROUND: #ffffff;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
}
TABLE,TR,TD,P,DIV {
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12pt;
}
A:HOVER {
	COLOR: #000000;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
}
A:FOCUS {
	COLOR: #000000;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
}
A:LINK {
	COLOR: #3366CC;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
}
A:VISITED {
	COLOR: #000000;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
}
A {
	COLOR: #3366CC;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
}
.navigation {
	COLOR: #FFFFFF;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
.navigation:HOVER, .navigation:FOCUS {
	COLOR: white ;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
.navigation2 {
	COLOR: gray;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
}
.navigation2:HOVER, .navigation2:FOCUS {
	COLOR: black;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
#contenu_referencement_nouvelle { display:none; }
/*		Resetting Stylesheet		*/

/*		1.	RESET MAIN ELEMENTS		*/
/*		2.	COMMON CLASSES			*/
/*		3.	TYPOGRAPHY				*/
/*		4.	FORMS					*/

												/** 1.	RESET MAIN ELEMENTS **/
												
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
*, .x {												/* .x removes any inherent styling to elements below */
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "Trebuchet MS", Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
	line-height: 1.50em;
	border: 0;
	outline: 0;
	}
	:focus {
		outline: 0;
		}
ul, ol, dd {
	list-style-position: outside;
	list-style: none;
	}
ol {
	list-style-type:disc;
	list-style-position: outside;
	}
	dt { font-weight: bold; }
	dd { padding: 0; }
table { 
	border-collapse: separate;
	border-spacing: 0;
	}
	table th { font-weight: bold; }
hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #FFC480;
	background: #aaa;
	border: none;
	}






												/** 2.	COMMON CLASSES **/
.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}

.lowercase	{ text-transform: lowercase;	}
.uppercase	{ text-transform: uppercase;	}
.capitalize	{ text-transform: capitalize;	}

.navigation		{ list-style: none; }
.navigation li	{ display: inline; 	}

div#uhoh p {
	width: 400px;
	margin: 5em auto;
	padding: 2em;
	color: inherit;
	background: #ffc;
	}






												/** 3.	TYPOGRAPHY **/

code, pre, var, .monospace {
	margin: 0.80em 0;
	font-family: "Palatino Linotype", "Courier New", monospace;
	line-height: 1.50em;
	}
	code strong, pre strong, 
	var strong, .monospace strong {
		color: #c33;
		background: inherit;
		}
del {
	color: #888;
	background-color: inherit;
	text-decoration: line-through;
	}
abbr {
	font-size: 0.90em;
	text-transform: uppercase;
	border-bottom: 1px dashed #ddd;
	cursor: help;
	}
acronym {
	font-size: 0.90em;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	}
strong			{ font-weight: 		bold;		}
em, i, cite		{ font-style: 		italic;		}
u, .u			{ text-decoration: 	underline;	}

h1, h2 { font-weight: bold; }
h1 {  font-size: 1.1em; 	}
h2 {  font-size: 1.1em; 	}
h3 {  font-size: 1.1em; 	}
h4 {  font-size: 0.9em; 	}
h5 {  font-size: 0.8em; 	}
h6 {  font-size: 0.8em; 	}

s, strike 	{ text-decoration: line-through; }
sub 		{ vertical-align: sub; 			 }
sup 		{ vertical-align: sup; 			 }
u 			{ text-decoration: underline; 	 }

p {
	margin: 0.50em 0 1.00em 0;
	line-height: 1.60em;
	}
a {
	color: #3366CC;
	background-color: inherit;
	text-decoration: underline;
	}
	a:visited 	{ color: #99c; background: inherit; }
	a:hover 	{ color: #c33; background: inherit; }
	a:active 	{ color: #333; background: inherit; }

blockquote, q {
	margin: 0.80em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	quotes: "" "";
	}
	blockquote p, q p {
		margin: 0;
		padding: 0.80em;
		color: #666;
		background: inherit;
		}






												/** 4.	FORMS **/

fieldset 	{ border: 0; 	}
.input 		{ clear: left; 	}					/* form control wrapper */
label {
	display: block;
	float: left;
	}

input.default, textarea.default
select.default {
	float: left;
	padding: 3px;
	border: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	.xs { width: 20px; 	}
	.s 	{ width: 50px; 	}
	.m 	{ width: 120px; }
	.l 	{ width: 200px; }
	.xl { width: 300px; }
button {
	color: white;
	background-color: black;
	text-align: center;
	border: 0;
	cursor: pointer;
	}







															/** END **/

/* Default Stylesheet */
															/** BODY ELEMENTS **/
#wrapper
{
width:100%;
	background-color:#000000;
	text-align: center;
	background-image:url(http://www.d4m.com/soluss/linelavoie/templates/agence_01/images/body-background3.jpg);
	background-repeat: repeat-x;
padding-top:25px;
padding-bottom:10px;
}

* html #wrapper
{
padding-top:0px;
}
/** MAIN CONTAINERS **/

div#container 
{
	/*width: 925px;*/
	width: 895px;
	text-align: left;
	margin-bottom:0px;
	margin-top:0px;
	background-color:transparent;
	background-image: url(http://www.d4m.com/soluss/linelavoie/templates/agence_01/images/content_background.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
}

*html div#container 
{
margin-top:25px;
}

div#header 
{
	width: 875px; 
height: 125px; 
margin-left: 10px; 
margin-right: 10px; 
background-repeat: no-repeat; 
border-bottom: 1px solid rgb(0, 64, 128); 
background-image: url("http://www.d4m.com/soluss/linelavoie/templates/agence_01/images/headerAgence-background.jpg");
}

div#header-in 
{
	position:relative;
	width: 874px;
	height:124px;
	z-index:10;
}
div#content-wrap 
{
	background-color:#FFFFFF;
	width:875px;
	margin-left:10px;
	margin-right:10px;
}
div#content 
{
	background-color:#FFFFFF;
}
div#content-in 
{
	margin-left:250px;
	margin-right:20px;
	padding-top: 50px;
	padding-bottom:25px;
}
div#formulaire-accueil
{
	background-color:#FFE6CC;
	border:2px solid #FF9900;
	padding-left:12px;
	padding-right:8px;		/* Modifié par Denis : avec 12px, "content" déborde de quelques pixels */
	padding-top:5px;
	width:325px;
}
div#formulaire-accueil textarea.txtFormulaire
{
	border:1px dotted #004080;
	display:block;
	width:325px;
}
div#formulaire-autre
{
	background-color:#FFE6CC;
	margin-bottom:25px;
	border:2px solid #FF9900;
	padding-left:12px;
	padding-right:12px;
	padding-top:5px;
	width:525px;
}
div#formulaire-autre textarea.txtFormulaire
{
	border:1px dotted #004080;
	display:block;
	width:500px;
}
div.column
{
	width: 250px;
	background-color:#FFFFFF;
}
div.column-in-left
{
	padding: 20px;
	text-align:left;
	
}
div.column-in-left img.photo-line
{
	margin-left:25px;
	padding: 5px;
	border: 1px solid #004080;
}
div.column-in-right
{
	padding-top:50px;
}

div#footer 
{
	width:875px;
	height:200px;
	margin-left:10px;
	margin-right:10px;
	background-image:url(http://www.d4m.com/soluss/linelavoie/templates/agence_01/images/footer-background.jpg);
	background-color:#004080;
	background-repeat: repeat-x;
}
div#footer-in 
{
}
div#footer-in h4
{
	padding-left:25px;
	padding-top:10px;
	color:#FFFFFF;
}
.button
{
	background-color: #FFFF99;
	border: 1px solid #FF9900;
}
input.button:hover
{
	background-color: #FF9900;
	border: 1px solid #FFFF99;
	text-align:center;
}
input.text
{
	border: 1px solid #666666;
}
input.upload
{
	width:450px;
	border: 1px solid #FF9900;
}
/** SUB CONTAINERS **/
* { }
/** LISTS **/
ul#menu-top a:link, ul#menu-top a:visited
{
	float:left;
	text-decoration:none;
	color:#000000;
	
}
ul#menu-top a:hover
{
	float:left;
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	border-bottom:1px solid white;
}
ul#menu-top a.selected
{
	float:left;
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	background-color:#ffffff;
	border-bottom:1px solid white;
}
ul#menu-top
{
	display:block;
	position:absolute;
	bottom:-2px;
	right:150px;
}
ul#menu-top li
{
	display:inline;
}
ul#menu-top a
{
	/*display:inline;*/
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #004080;
	background-color:#8FA7B1;
	color:#FFFFFF;
	margin-left:1px;
}
ul#menu-left a:link, ul#menu-left a:visited, ul#menu-left a:active
{
	text-decoration:none;
	text-align:left;
	color:#6699CC;
}
ul#menu-left a:hover
{
	text-decoration:none;
	text-align:left;
	color:#000000;
}
ul#menu-left a.selected
{
	text-decoration:none;
	text-align:left;
	color:#004080;
	font-weight: bold;
}
ul#menu-left a
{
	vertical-align:middle;
	text-align:left;
}
ul#menu-left li
{
	display:block;
	text-align:left;
	margin-bottom:5px;
	margin-right:25px;
	border-top:1px solid #FFC480;
}
ul#menu-left li.first
{
	display:block;
	text-align:left;
	margin-bottom:5px;
	border-top:none;
}
ul#menu-left li.selected
{
	color: #004080;	
}
ul#menu-left
{
	display:block;
	margin-top:25px;
	text-align:left;
}

* { }
/** TYPOGRAPHY **/
.sous-titre
{
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}
* { }
/** SPECIAL EFFECTS **/

/** FORMS **/
* { }
/** INDEX    ***********************************************************/
div#content-in-services
{
	margin-left:250px;
	margin-right:25px;
	padding-top: 50px;
	padding-bottom:25px;
}
div#content-in-services h1
{
	font-family:"Trebuchet MS",  Times New Roman, Times, serif;
	font-style: normal;
}
div.column-in-right img.diapo
{
	display:block;
	margin-left:50px;
	margin-top:25px;
	margin-bottom:25px;
	padding:5px;
	border: 1px solid #004080;
}

ul#news
{
	display:block;
	border-left:1px solid #004080;
	padding-left:15px;
	padding-right:15px;
}
ul#news li
{
	padding-bottom:25px;
}
/** SERVICES ***************************************************************************/
ol.liste-services
{
	display:block;
	margin-left:25px;
}
/** COLLABORATEURS *********************************************************************/
div#content-in-collaborateurs
{
	margin-left:250px;
	margin-right:50px;
	padding-top: 50px;
	padding-bottom:25px;
}
div#content-in-collaborateurs h4
{
	padding-left:25px;
}
div#contenu_texte .coordonnees
{
	color: #FF9933;
	font-size: 9px;
}
ol.liste-collaborateurs
{
	display:block;
	margin-left:25px;
}
/** FORMATEURS *************************************************************************/
div#content-in-formateurs
{
	margin-left:250px;
	margin-right:50px;
	padding-top: 50px;
	padding-bottom:25px;
}
div#content-in-formateurs .coordonnees
{
	color: #FF9933;
	font-size: 9px;
}
div#content-in-formateurs h3
{
	padding-left:10px;
}
img.formateur
{
	border: 1px solid #004080;
	float:left;
	margin-right:25px;
	margin-bottom:25px;
}
/** AGENCE  ****************************************************************************/
div#content-in-agence
{
	margin-left:250px;
	margin-right:50px;
	padding-top: 50px;
	padding-bottom:25px;
}
/** EVENEMENTS  ************************************************************************/
div#content-in-evenements
{
	margin-left:250px;
	margin-right:50px;
	padding-top: 50px;
	padding-bottom:25px;
}
div#content-in-evenements h4
{
	padding-left:25px;
}
div#contenu_texte .details
{
	color: #FF9933;
	font-size: 9px;
}
ol.liste-evenements
{
	display:block;
	margin-left:25px;
}
/** MANNEQUINS  ************************************************************************/
div#content-in-mannequins
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
ul#menu-mannequins a:link, ul#menu-mannequins a:visited, ul#menu-mannequins a:active
{
	text-decoration:none;
	color:#6699CC;
}
ul#menu-mannequins a:hover
{
	text-decoration:none;
	color:#000000;
}
ul#menu-mannequins a:focus
{
	text-decoration:none;
	color:#004080;
	font-weight: bolder;
}
ul#menu-mannequins a
{
	vertical-align:middle;
}
ul#menu-mannequins a.selected
{
	text-decoration:none;
	color:#004080;
	font-weight: bolder;
}
ul#menu-mannequins li
{
	display:inline;
	padding-right:10px;
	padding-left:10px;
	border-left:1px solid #FFC480;
}
ul#menu-mannequins li.first
{
	display:inline;
	padding-right:10px;
	border-left:none;
}
ul#menu-mannequins
{
	display:block;
	margin-top:25px;
}

/** slideshow *****************************************/
#galleryContainer
{
	height:auto;
}
#galleryContainer table
{
	clear:both;
	border:1px solid #004080;
	padding:10px;
}
#theImages
{
	border-top:1px solid #FFC480;
	border-bottom:1px solid #FFC480;
	float:left;
	height:auto;
	width:575px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF9F5;
	margin-bottom:25px;
}
#theImages ul
{
}
#theImages ul li
{
	display:inline;
}
#theImages a
{
	display:block;
	float:left;
	text-align:center;
	font-size: 9px;
}
#theImages img.gallery:hover
{
	display:block;
	height:120px;
	float:left;
	border:1px solid #004080;
}

#theImages img.gallery
{
	display:block;
	height:120px;
	float:left;
	margin-right:2px;
	margin-left:2px;
	margin-bottom:2px;
	border:1px solid #FFC480;
	cursor:pointer;
	
}

#waitMessage
{
	display:none;
	background-color:#FFF;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:"Trebuchet MS";	
}
#theImages .imageCaption
{
	display:none;
}

#previewPane
{
	border:1px solid red;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
	padding-top:10px;
	width:575px;
	height: auto;
}

ul#autresPhotos
{   
    display:block;
    padding-top:25px;
}
ul#autresPhotos li
{
    display:inline;
	padding-right:10px;
	padding-top:10px;
}
ul#autresPhotos img
{
    /*height:200px;*/
	border:1px solid #004080;
}
div#previewMain img.photoPrincipale
{
	width:300px;
}
div#previewMain h3
{
	padding-left:25px;
	font-weight: bold;
}
div#previewMain td.key
{
	background-color:#FFC480;
	border-bottom:1px solid white;
}
div#previewMain td.value
{
	background-color:#FFC480;
	border-bottom:1px solid white;
}
/** ACCUEIL ÉTIQUETTE  ****************************************************************************/
div#content-in-accueilEtiquette
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
/** CONFÉRENCE  ***********************************************************************************/
div#content-in-conference
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
/** CALENDRIER  ***********************************************************************************/
div#content-in-calendrier
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
/** FORMATION SPECIALISEE  ************************************************************************/
div#content-in-formationSpecialisee
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
/** ADJOINTE  ************************************************************************************/
div#content-in-adjointe
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
/** RECEPTION  ************************************************************************************/
div#content-in-reception
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
/** FORMATION AFFAIRES  ***************************************************************************/
div#content-in-formationAffaires
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
/** ÉTIQUETTE  ***********************************************************************************/
div#content-in-etiquette
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
/** PROTOCOLE  ***********************************************************************************/
div#content-in-protocole
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
/** INSCRIPTION  **********************************************************************************/
div#content-in-inscription
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}

input.txtInscription
{
	width: 300px;
	border:1px solid #FF9900;
}
input.chkInscription
{
	/*border:1px solid #FF9900;*/
}
/** TÉMOIGNAGES  **********************************************************************************/
div#content-in-temoignages
{	
	position:relative;
	margin-left:250px;
	margin-right:50px;
	padding-top: 10px;
	padding-bottom:25px;
}
/** END **/


