body {
	background: #fff url(../images/bkg_page.png) repeat-x;
	padding: 0px; margin: 0px;
	font-family: 'Verdana';
	font-size: 12px;
	color: #7f8991;
}

/* Liens Generaux */
a:link {
	text-decoration: none;
	color: #3399cc;
	border: 0px;
} 
a:active {
	text-decoration: underline;
	color: #3399cc;	
} 
a:visited {
	text-decoration: none;
	color: #3399cc;	
} 
a:hover 	{
	text-decoration: underline;
	color : #FF9900;
} 

input {
	background: #ebf7ff;
	font-size: 11px;
	color: #00557b;
}
select {
	background: #ebf7ff;
	font-size: 11px;
	color: #00557b;
}
textarea {
	background: #ebf7ff;
	font-size: 11px;
	color: #3a5c73;
	padding: 6px;
}
form {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}

/* Bulle info */
a.info {
    position:relative;
    z-index:10;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
}
a.info:hover {
    z-index:20;
}
a.info span {
    display:none;
}
a.info:hover span { /*la tag SPAN apparaitra avec l’effet hover*/
	display:block;
	position:absolute;
	top:18px;
	left:10px;

	/* Éléments pour positionner le texte dans la bulle */
	padding-left:25px;
	padding-top:24px;
	padding-bottom:5px;
	padding-right:8px;
	width:205px;
	height:45px;

	/* Style du character dans la bulle */
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	/*font-style:italic;*/
	font-size:10px;
	color:#999999;
	text-decoration:none;
	text-align:justify;
}
a.info:hover>span { background: url(../images/bgInfo.png);}
/*a.info:hover span { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bgInfo.png", sizingMethod="crop");}*/


div.clear {
	clear: both;
	margin-top: 10px
}

#bgcontain {
width: 700px;
margin: 0 auto;
text-align: left;
clear: both;
} 
#top {
	width: 700px;
	margin-top: 0;
	height: 22px;
	background: url(../images/top.jpg) no-repeat;
}
#logo {
	width: 700px;
	margin-top: -19px;
	margin-left: -45px;
	height: 66px;
	background: url(../images/logo.png) no-repeat;
}
div#logo h1 {
	visibility: hidden;
	padding: 0;
	margin: 0;
}

/* Header */
#header {
width: 700px;
margin-top: 3px;
height: 142px;
}

/* Menu  */
#header em { display: none}
#header ul { width: 100%; float: left; padding: 0px; margin: 0px; list-style-type: none;}
#header li { float: left; padding: 0px; margin: 0px; display: inline}
#header li a { display: block; height: 46px }
#header li a.home { background: url(../images/menu_01.png) no-repeat left top; width: 52px }
#header li a.homeActive { background: url(../images/menu_01.png) no-repeat left bottom; width: 52px }
#header li a.gallery { background: url(../images/menu_02.png) no-repeat left top; WIDTH: 85px}
#header li a.galleryActive { background: url(../images/menu_02.png) no-repeat left bottom; width: 60px}
#header li a.resources { background: url(../images/menu_03.png) no-repeat left top; width: 37px; margin: 0px; padding: 0px;}
#header li a.resourcesActive { background: url(../images/menu_03.png) no-repeat left bottom; width: 76px}
#header li a.submit { background: url(../images/menu_04.png) no-repeat left top; width: 95px}
#header li a.submitActive { background: url(../images/menu_04.png) no-repeat left bottom; width: 97px}
#header li a:hover { background-position: left bottom }

#container { float: left; width: 720px; clear:both; padding: 0; margin-top: -80px; }

.content { float: left; width: 700px; padding: 0; margin: 0 0 30px 0; }
.content h2 { text-transform: uppercase; font-size: 18px; letter-spacing: -1px; padding: 5px 0px; margin: 0px 0px 15px 0px; border-bottom: solid 1px #eee; font-weight: normal; }
.content h3 { font-size: 20px; letter-spacing: -1px; padding: 5px 0px 0px 0px; margin: 0px; font-weight: normal;  }
.content p { font-size: 12px; padding: 5px 0px; margin: 0px; }

/* Portfolio */
.list {position: relative;}
.list h2 { font-size: 14px; line-height: 14px; padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; color:#3399cc; background: url(../images/dotted.gif) repeat-x bottom; }
.list h2 strong { font-size: 18px; line-height: 18px; padding: 0px; margin: 0px; color:#003366; display: block; font-weight: normal;}
.list ul { padding: 0px 0px 0px 0px; margin: 0px; width: 100%; float: left;} 
.list li { margin: 0px; padding: 0px; list-style-type: none; display: inline;}
.list li a { margin: 0px 8px 3px 0px; padding: 0px; float: left;}
.list a img {  background:url(../images/listbkg.gif) no-repeat left top; padding: 2px 2px 12px 2px; margin: 0px; }
.list a:hover img {  background:url(../images/listbkg.gif) no-repeat left bottom;  padding:  2px 2px 12px 2px; margin: 0px; }
.list em { display: none;}

.gallery { width: 300px; float: left; padding: 0; margin: 0px; position:relative;}
.gallery h2 { font-size: 14px; font-weight: bold; line-height: 14px; padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; color:#3399cc; background: url(../images/dotted.gif) repeat-x bottom; }
.gallery ul { padding: 0px; margin: 0px;}
.gallery ul li { float: left; MARGIN: 10px 0px; padding-right: 13px; list-style-type: none; display: inline;  }
.gallery ul li ul {}
.gallery ul li ul li {padding: 0px; margin: 0px; }
.gallery span { background: url(../images/text_rating.png); height: 191px; float: left; }
.gallery span img { border: none; margin: 3px; padding: 1px;}

.gallery .normal { background: #FFE2BF url(../images/bkg_normal.png) no-repeat bottom; float: left; padding: 3px; width: 259px;}
.gallery .normal big a { color: #EA2121; text-decoration: none;}
.gallery .normal small a { color: #acb97f;}
.gallery .normal img { background: #fff; border: none; margin: 2px; padding: 2px;}
.gallery .normal big p { font-family: 'Verdana'; margin: 0px; padding: 0px; font-size: 9px; font-weight: bold; letter-spacing: 0px;}

.gallery .active { background: #c0e8ff url(../images/bkg_active.png) no-repeat bottom; float: left; padding: 3px;  width: 259px;  }
.gallery .active big a { text-decoration: underline;}
.gallery .active small a { color: #4b8cb4; text-decoration: none;}
.gallery .active img { border: none; margin: 2px; padding: 2px;}
.gallery .active big p { font-family: 'Verdana'; margin: 0px; padding: 0px; font-size: 9px; font-weight: bold; letter-spacing: 0px;}

.gallery span big, small { float: left; font-family: 'Verdana'; font-weight: bold;  }
.gallery span big { width: 200px; font-size: 12px; letter-spacing: -1px; padding: 25px 0px 0px 6px;  line-height: 14px;  }
.gallery span small { font-family: 'Verdana'; width: 45px; font-size: 28px; line-height: 28px; letter-spacing: -3px; padding-top: 16px; text-align: center;  }

.gallery .headLinks { position: absolute; margin: -30px 0px 0px 200px; width: 90px; color: #000; font-size: 9px; line-height: 9px; }
.gallery .headLinks li { padding: 1px; margin: 0px; list-style-type: none; font-weight: bold; display: block; }
.gallery .headLinks li a { color: #7ec2f2;}
.gallery .headLinks li a:hover { color: #005a5a; text-decoration: underline;}

.portfolio { width: 450px; float: left; padding: 0; margin: 0px; position:relative;}
.portfolio h2 { font-size: 14px; font-weight: bold; line-height: 14px; padding: 0; margin: 10px 0 0 0; border-bottom: none; color:#3399cc; }

.portfolio ul { padding: 0px; margin: 0px;}
.portfolio ul li { FLOAT: left; margin: 10px 0px; padding-right: 13px; list-style-type: none; display: inline;  }
.portfolio ul li ul {}
.portfolio ul li ul li {padding: 0px; margin: 0px; }

.portfolio span { background: url(../images/text_rating.png); height: 144px; float: left; }
.portfolio span img { border: none; margin: 3px; padding: 1px;}

.portfolio .normal { background: #FFE2BF url(../images/bkg_normal.png) no-repeat bottom; float: left; padding: 3px; width: 259px;}
.portfolio .normal big a { color: #EA2121; text-decoration: none;}
.portfolio .normal small a { color: #acb97f;}
.portfolio .normal img { background: #fff; border: none; margin: 2px; padding: 2px;}
.portfolio .normal big p { font-family: 'Verdana'; margin: 0px; padding: 0px; font-size: 9px; font-weight: bold; letter-spacing: 0px;}

.portfolio .active { background: #c0e8ff url(../images/bkg_active.png) no-repeat bottom; float: left; padding: 3px;  width: 259px;  }
.portfolio .active big a { text-decoration: underline;}
.portfolio .active small a { color: #4b8cb4; text-decoration: none;}
.portfolio .active img { border: none; margin: 2px; padding: 2px;}
.portfolio .active big p { font-family: 'Verdana'; margin: 0px; padding: 0px; font-size: 9px; font-weight: bold; letter-spacing: 0px;}

.portfolio .norm2 { background: #FFE2BF; float: left; padding: 3px; width: 452px;}
.portfolio .norm2 big a { color: #EA2121; text-decoration: none;}
.portfolio .norm2 small a { color: #acb97f;}
.portfolio .norm2 img { background: #fff; border: none; margin: 2px; padding: 2px;}
.portfolio .norm2 big p { font-family: 'Verdana'; margin: 0px; padding: 0px; font-size: 9px; font-weight: bold; letter-spacing: 0px;}

.portfolio .act2 { background: #c0e8ff; float: left; padding: 3px;  width: 452px;  }
.portfolio .act2 big a { text-decoration: underline;}
.portfolio .act2 small a { color: #4b8cb4; text-decoration: none;}
.portfolio .act2 img { border: none; margin: 2px; padding: 2px;}
.portfolio .act2 big p { font-family: 'Verdana'; margin: 0px; padding: 0px; font-size: 9px; font-weight: bold; letter-spacing: 0px;}

/* News */
.news { width: 199px; background: url(../images/news_normal.png) no-repeat bottom; float: right; padding: 0; margin: 0px; position:relative;}
.news .top { width: 199px; height: 25px; background: url(../images/news_top.png); }
.news .titre { font-size: 11px; font-weight: bold; margin-left: 10px; background: url(../images/news_top.png)}
.news .normal { float: left; padding: 3px; width: 199px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin-left: 10px;}

/* Icones */
#icones { float: left; width: 700px; text-align: center; padding: 0; margin: 0;}
.icones { float: left; width: 700px; text-align: center; padding: 0; margin: 0;}

#rightbar { float: right; width: 200px; padding: 0; margin: 0px; min-height: 300px;}
#rightbar   h2 { text-transform: uppercase; font-size: 14px; letter-spacing: -1px; padding: 5px 0px; margin: 10px 0px 15px 0px; border-bottom: solid 1px #eee; font-weight: bold; }
#rightbar ul.side_menu { padding: 0px; margin: 0px;}
#rightbar ul.side_menu li { padding: 0px; margin: 5px 13px 5px 0px; list-style-type: none; display: block;}
#rightbar ul.side_menu li em { color: #9b9b9b;}
#rightbar ul.side_menu small {font-weight:normal;}
#rightbar small {}
#rightbar small a {text-align:center;}

#footer { padding: 0px 0px 10px 0px; clear: both; font-size: 9px; border-top: solid 1px #ccc;}
#footer UL { padding: 10px 0px; margin: 0px; }
#footer LI { display:inline; padding: 0px; margin: 0px; list-style-type: none; }
#footer LI A { padding: 0px 4px 0px 6px; margin: 0px; border-left: solid 1px #CCC; }

#footer .adHeader { font-size: 10px; position: absolute; top: 20px; width: 280px; margin: 25px 0px 0px 305px;}
#footer .adHeader strong { font-size: 9px;}