@charset "utf-8";
/* CSS Document */

body {
background-color:#2087a3;
margin-top:0px;
}


/* paragraph styles ------------------------------------------------------------------------------------------------------*/

p.presentation { font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; margin-left:50px; margin-top:70px; margin-right:40px; 
text-align:justify; }
p.logos { font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; margin-left:28px; margin-top:71px; margin-right:40px; text-align:justify; }
p.print { font-family:Georgia, "Times New Roman", Times, serif; color:#FFF; font-size:13px; margin-left:45px; margin-top:62px; margin-right:40px;
text-align:justify; }
p.web { font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; margin-left:42px; margin-top:65px; margin-right:40px; text-align:justify;
}
p.multimedia { 	font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; margin-left:35px; margin-top:62px; margin-right:40px; 
text-align:justify; }
/* div styles ------------------------------------------------------------------------------------------------------*/

#site {
margin-left:auto;
margin-right:auto;
padding:0px;	
margin-top:0px;
width:938px;
}

#top {
padding:0px;
margin-bottom:0px;
}

#banner {
padding:0px;
margin-top:-4px;
}

#presentation {
float:left;
width:624px;
height:212px;
background-image:url(images/index_09.gif);
}

#container1 {
padding:0px;
float:left;
width:624px;
height:212px;
background-image:url(images/index_11.gif);
}

#logos {
float:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
padding:0px;
width:314px;
height:212px;
background-image:url(images/index_10.gif);
}

#print {
float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
padding:0px;
width:312px;
height:212px;
}

#web {
float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
padding:0px;
width:312px;
height:212px;
}

#multimedia {
float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
padding:0px;
width:314px;
height:212px;
background-image:url(images/index_12.gif);
}

#footer {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
text-align:center;
color:#FFF;
background-image:url(images/footer_13.gif);
background-repeat:no-repeat;
height:83px;
}

a {
	color:#FFF;
	}
#logos1 {
	margin-top:0px;
	width:918px;
	height:218px;
	background-image:url(images/services_09.jpg)
	}
	
#contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	}
	
img.contact {
	margin-left:220px;}
	
#formulaire {
	background-image:url(images/contact_19.gif);
height:443px;
	font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		color:#FFF;
	}
	
	#formulaire2 {
	padding-left:60px;
	padding-top:10px;

	}
p.contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	}

p.logos2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;

	
	padding-top:55px;

	padding-left:45px;
	width:500px;
	text-align:justify;
	}	
#print1 {
	width:918px;
	height:388px;
	background-image:url(images/services_11.jpg)
	}

p.print1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding-top:60px;
	padding-left:45px;
	width:500px;
	text-align:justify;
	color:#FFF;
	}

p.footer {
	padding-top:18px;
	}

p.ok {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-left:120px;
	color:#FFF;
	
	}

#web1 {
	width:624px;
	height:441px;
	background-image:url(images/services_12.jpg)
	}

p.web1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding-top:60px;
	padding-left:45px;
	width:500px;
	text-align:justify;
	
	}

#multimedia1 {
	width:624px;
	height:285px;
	background-image:url(images/services_14.jpg)
	}
	
	p.multimedia1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding-top:60px;
	padding-left:45px;
	width:500px;
	text-align:justify;
	
	}
	
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 400px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto;

scrollbar-face-color : #000000;
scrollbar-shadow-color : #ff0000;
scrollbar-highlight-color : #ff0000;
scrollbar-3dlight-color : #ff0000;
scrollbar-darkshadow-color : #ff0000;
scrollbar-track-color : #ff0000;
scrollbar-arrow-color : #ff0000;


 }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}