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

body  {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666 url(http://www.creation-internet-site-web.com/images/bgcontain.gif) top center repeat fixed;*/
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.bodyclass #total {
  width: 858px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #becd2b;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;

}
.bodyclass #detail {
        display: none;

}
.bodyclass #container { 
	width: 858px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #becd2b;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-position: 0px 0px;
	background: #FFFFFF url(http://www.creation-internet-site-web.com/images/contentbg.gif);
	background-repeat: repeat-y;
  

} 

.bodyclass #container th {
        margin: 0px;
        padding:5px;
        font:  bold 1em  arial;
        border-bottom: 0px !important;
}
.bodyclass #container thead {
        border-bottom: 0px !important;
}
.bodyclass #container tr {
        border-bottom: 0px !important;
}
.bodyclass #container td {
        padding-left:5px;
}
.bodyclass #container td.col {
        padding-left:5px;
        padding-right: 5px;
        vertical-align: top;

}
.bodyclass #header {
	border: 1px solid #becd2b;
	margin: 0px auto;
	height: 88px;
	width: 858px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  background: #fff url(http://www.creation-internet-site-web.com/images/titre.jpg) top left no-repeat;
}
.bodyclass #inter {
  	height: 20px;
	  width: 858px;
}

.bodyclass #header #headerlinks {
	margin: 22px 20px 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: right;
	clear: none;
	width: 45%;
	text-align: right;
}
.bodyclass #header #headerlinks #bump {
	float: left;
	font-size: 10pt;
	margin-top: 10px;
	text-align: right;
}
.bodyclass #header #headerlinks a {
	color: #000;
}
.bodyclass #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
.bodyclass #mainContent { 
	margin: 10px 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 632px;
	} 
.bodyclass #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#084875 url(http://www.creation-internet-site-web.com/images/footerbg.gif) top left repeat-x;
	border-top: 1px solid #becd2b;
	text-align: center;
	color: #fff;
} 
.bodyclass #footer a { 
	color: #fff;
} 
.bodyclass #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#sidebar1 h2
{
display: none;
}


#button {
padding: 0;
margin: 0 0 20px 0;
color: #002f50;
font-size: 85%;
width: 158px;
}

* html #button {
        width: 158px;
	}

html>body #button {
        width: 157px;
	}

#button ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#button li {
	margin: 0 0 0 0;
	list-style: none;
	list-style-type: none;
	display: block;
	float: left;
	border-bottom: 1px solid #d1db68;
	background: url(http://www.creation-internet-site-web.com/images/menu.gif) top left repeat-x #f2f5d3;
	width: 100%;
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 5px;
	color: #002f50;
	text-decoration: none;
	margin: -2px -5px 0px 0px;
	}

#button li a:hover, #button li a.active {
	background: url(http://www.creation-internet-site-web.com/images/menuhover.gif) top left repeat-x #d0db37;
	color: #000;
	}
	
#button li ul {
	list-style: none;
	list-style-type: none;
	background: none;
	}
	
#button li ul li{
	display: block;
	margin: 0 -5px 0px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 0px;
	}
	
#button li ul a{
	background: #efefef;
	display: block;
	color: #002f50;
	text-decoration: none;
	padding: 5px 14px 5px 10px;
	}
	
#button li ul ul a{
	background: #fff;
	display: block;
	text-decoration: none;
	padding: 4px 2px 4px 18px;
	}
	
#button form{
	width: 120px;	
	border: 1px dashed #ccc;
	padding: 5px;
	margin: 20px auto 0 auto;}

#button form input{
	width: 100px;
	}
	

		
.breadcrumb
	{
	margin: 10px 0px 10px 0px;
	}

#mainContent h4
	{
	padding: 8px 8px 8px 15px;
	background: url(http://www.creation-internet-site-web.com/images/h1bg.gif) top left no-repeat;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin: 0px;
	font-size: 160%;
	}
	
#mainContent h2
		{
padding: 0px 8px 4px 15px;
font-weight: normal;
color: #000;
text-decoration: none;
margin: 0px;
font-size: 140%;
}
#mainContent h2 a
{
text-decoration: none;
color: #025590;
border-bottom: 1px solid #ccc;
display: block;
padding-bottom: 5px;
}

#mainContent .content
{
border: 1px solid #ccc;
margin-bottom: 10px;
padding: 5px 15px 5px 15px;
}

#mainContent .content .content
{
border: none;
}


#mainContent #block-views-news .content
{
border: 0px;
float: left;
border: 1px solid #ccc;
width: 610px;
padding: 15px 10px 3px 10px;
_padding: 15px 6px 3px 6px;
margin: 0;
background: url(http://www.creation-internet-site-web.com/images/readmore.gif) bottom left repeat-x;

	}
#mainContent #block-views-news .content .content
{
border: 0px ;
width: auto;
padding: 0px;
min-height: 100px;
_height: 100px;
background: none;
}

#block-views-AdBlock .content
{
margin: 0;
padding: 0;
}

#block-views-AdBlock .content
{
border: 1px solid #ccc;
padding: 3px;
margin-top: 10px;
}

#block-views-AdBlock .content .content
{
border: 0;
margin: 0;
padding: 0;
}

#block-views-AdBlock .content .content p.rtecenter
{
border: 0;
margin: 0;
padding: 0;
}

#block-views-AdBlock .content .content img
{
border: 1px solid #ccc;
margin: 0;
padding: 3px;
}

#mainContent #block-views-news .node
{
width: 184px;
/*_width: 182px;*/
margin-left: 9px;
margin-right: 9px;
float: left;
clear: none;
text-align: justify;
}

#mainContent #block-views-news .node h2
{
text-align: left;
padding: 0px;
margin-bottom: 5px;
background: none;
font-size: 1.2em;
font-weight: normal;
}

#mainContent #block-views-news .node p
{
font-size: 80%;
}

ul .links inline
{
float: left;
clear: left;
margin: 0;
}

.node_read_more
{
float: left;
clear: left;
margin: 5px 0 0 0;
font-size: 12px;
}

.primary-links li
{
border-right: 1px solid #000;
_margin: 0 5px 0 5px;
}

.primary-links li a
{
margin: 0 5px 0 5px;
}

.primary-links .last
{
border-right: 0px;
padding: 0 0 0 0;
}


.submitted {
	display:none;
}
.view-content-news .content
{
}

.view-news ul
{
float: left; clear: left;
display: block;
margin: 0;
}

#node-24 h2 {
	display:none;
}

#node-24 {
	border:none;
}
.content img {
	margin: 8px;
}
#trainingbanner {
	margin:0;
}


#block-block-4, #block-block-4 .content p, #block-block-4 .content p img
{
padding: 0;
margin: 0 0 0 0;
border: 0;
}

#block-block-4 .content
{
padding: 0;
margin: 0 0 5px 0;
border: 0;
}


/* dock - top */
.dock {
	position: relative; 
	margin-left: 520px;
	padding-top: 6px;
	height: 50px;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #99CC00;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 10px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 6px;
}

