/* CSS RESET */
html{color:#000;background:#7FBDF0;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */
html, body,{
margin : 0;
padding : 0;
}

body {
	text-align:center;
	color:#fff;
             background:#7FBDF0;
}

a {  color: #fff; text-decoration: none; font-weight: bold;}
a:hover {color: #FFFF00; text-decoration: none; background-color: transparent; position: relative; top: 1px; left: 1px;}


#wrap {
	width:900px;
	text-align:left;
	margin:0 auto; background:url(images/fond2.jpg) no-repeat;
}
#wrapmarketing {
	width:900px;
	text-align:left;
	margin:0 auto; background:url(images/fondmarket.jpg) no-repeat;
}
#partenaires {
	width:900px;
	text-align:left;
	margin:0 auto; background:url(images/fond55.jpg) no-repeat;

}
#sponsor {
	width:100%;
	text-align:center;
	margin:0 auto;


}

.fl{ float:left;}
.fr{ float:right;}
.clearfix{ clear:both;}



/* header */
#header { position:relative;height:260px;  }
#logo {position:absolute; top:50px; right:50px;}
#logo h1 {
	font-size:34px;
	color:#fff;
}
#logo div {
	padding-left:30px; top:40px;
}
#pub { position:absolute; text-align:center; }
#pub a { color: #FFFF00}
#nav { position:absolute; top:180px; left:425px; background:url(images/nav.jpg); width:435px;height:46px; line-height:46px; padding: 0 0 0 40px; }
#nav li {float:left;  font-weight:700; width:100px; }
#nav a {text-decoration:none; display:block; text-align:center;}
#nav a:hover {background:url(images/nav_hover.jpg) -10px; }

/*debut tag cloud*/
.tagcloud
{
width: 900px; /* couleur de fond du tableau+taille */
height: 500px;
border: 1px solid #BFBFBF; /* bordure+couleur du tableau */
padding: 2px; /* espace entre la bordure et le texte */
text-align: center; /* texte centré */
font-family: Arial, Helvetica, sans-serif; /* style d'écriture */
}
.tagcloud a {
text-decoration:none; /* pas de décoration sur les liens */
}
.tagcloud a:hover { /* changement de couleur au passage de la souris */
text-decoration:none;
background-color:#07ABE9; /* couleur d'arriere plan du lien survolé */
color:#FFCC00; /* couleur du lien survolé */
}
.tag-1 { /* nom de la class*/
color:#FF0000; /* couleur du lien */
font-size: 18px; /* taille d'écriture */
font-weight:bold; /* gras */
}
.tag-2 {
font-size: 14px;
color:#F9F039;
}
.tag-3 {
font-size: 12px;
color:#0FE70A;
font-weight:bold;
}
.tag-4 {
font-size: 10px;
color:#ffffff;
}
/*fin tag cloud*/



/* content */
#content { }
.main {width:570px; padding: 5px 0 0 0; font-family:Verdana, Arial, Helvetica, sans-serif;}
#text {width:530px; }
#text h2 {font-size:30px; padding-bottom:20px;}
#text p img {float:left; padding:0 20px 0 0;}
#text a { color: #FFCC00;}

#col {margin:90px 0 0 0;  background:url(images/col.gif); width: 535px; height:156px ; }

#col div {width: 200px; margin: 20px 0 0 70px; display:inline;}
#col .first  {margin: 20px 0 0 50px; }
#col li{line-height:20px;}
.side {margin:0 0 0 20px; width:250px;display: inline;}
.side h2 {font-size:22px;}
.side li {line-height:20px; list-style:inside disc; color:#FFFFFF; }
.side ul {margin:30px  0 30px 20px;}
/* footer */
#footer { position:relative; bottom:3px; top:10px; text-align:center; width:100%; color:#6DACE1;}
#footer a { color: #3774B3;}
#footer a:hover { color: #FFFF00;}


