body {
   color : #707070;
	 font-size : 13px;
	 font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	 margin:0px;
	 background:#ffffff url(/images/bg.png) repeat-x 0px -119px;
}
#main {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#topbar {
	color:#fff;
	font-size:11px;
	border:#000 1px solid;
	background-color:#358e8f;
	height:16px
}
#topbar div {
	text-align:center;
	margin:2px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#mainmenu {
	color:#fff;
	width:1000px;
	background:url(/images/bg.png) repeat-x;
	height:65px;
	line-height:65px
}
#menubar {
	height:24px;
	line-height:24px;
	text-align:left;
	width:1000px;
	background:url(/images/bg.png) repeat-x 0px -89px
}
#footerbar {
	width:1000px;
	margin-top:20px;
	height:24px;
	line-height:24px;
	background:url(/images/bg.png) 0px -113px repeat-x;
}
#titreTop1 {
	height:24px;line-height:24px;background:url(/images/bg.png) 0px -65px repeat-x;border-bottom:1px solid #c0c0c0
}
#titreTop2 {
	height:24px;line-height:24px;background:url(/images/bg.png) 0px -113px repeat-x;border-bottom:1px solid #c0c0c0
}
#logo {
	width:272px;
	height:90px;
}
.listeTop {
	background-color: rgb(240, 240, 240);
}
.lastCode {
   float: left; /* Le menu flottera à gauche */
   width: 20%; /* Très important : donner une taille au menu */
   padding:10px;
   border: 1px solid black;
	margin:5px;	
}
.listeCate {
	float: left;
  /* Le menu flottera à gauche */
  width: 60%; /* Très important : donner une taille au menu */
	padding:10px;
  border: 1px solid black;
  margin:5px; 
}
.teteListeCate {
	 text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   padding:3px;
   padding-bottom:15px;
}
.blocCate {
	width:38%;
	height:100px;
	float: left;
  /* Le menu flottera à gauche */
	padding:5%;
	margin-bottom:5px;
	margin-right:5px;
  border: 1px solid black;
}
.teteCate {
  font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
  padding:3px;
  padding-bottom:15px;
}
.categoryicon {
	border:#f0f0f0 0px solid;
	background-color:#f0f0f0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
	behavior: url(border-radius.htc);
	width:64px;
	height:64px;
}
.arrow{
	width:15px;
	height:15px
}
.catdiv {
	width:350px;
	height:90px;
	float:left;
	margin-top:10px
}
.catimg {
	float:left;
	width:64px;
	margin-left:10px
}
.catdesc {
	float:left;
	width:271px;
	margin-left:5px
}
.topcode {
	border-bottom:1px dashed #c0c0c0;
	padding:10px 0px 10px 0px;
	margin-right:5px
}
.triangle {
	float:left;
	width:20px
}
.topbouti {
	width:95px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	overflow:hidden
}
.toptitle {
	float:left;
	width:160px
}

.message {
	border:#e0ecff 0px solid;
	background-color:#e0ecff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}
#error {color:#f00;font-weight:bold}
#success {color:#84c91c;font-weight:bold}

.message p {padding:10px}
.p {padding:10px}

.pied {
	width:1000px;
	float:left;
}

.changePage {	
	margin-top:10px;
	text-align : center;
	font-size:20px;
}
.changePage a {	
	font-size:20px;
	color:#3366CC;
	font-weight:bold;
	text-decoration:none
}
.changePage div.pageLink {
	font-size:20px;
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	background-color:#e0ecff;
	margin:2px;
	color:#000;
	border:1px solid #69c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}
.blocCode {
	float:left;
	text-align:left;
	background-color: rgb(255,165,0);
	width:485px;
  margin:10px 10px 0px 0px;
	border: 2px solid rgb(251,122,36);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
	behavior: url(border-radius.htc);
	cursor:pointer;
}

.disabledCode {
  filter : alpha(opacity=70);
  -moz-opacity : 0.7;
  opacity : 0.7;
	float:left;
	text-align:left;
	background-color: rgb(255,165,0);
	width:485px;
  margin:10px 10px 0px 0px;
	border: 2px solid rgb(251,122,36);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
	behavior: url(border-radius.htc);
	cursor:pointer;
}

.blocCode:hover,.disabledCode:hover {
	background-color: rgb(251,122,36);
}

.code {
 color:#f00;
 cursor:text
}

.novalid {
	color:#f00;
	font-style:italic;
}

.valid {
	font-style:italic;
}

.contentCode {
	margin:0px 5px 5px 5px;
	border-top:1px solid #c0c0c0;
	background-color: rgb(249,226,181);
	border: 2px solid rgb(251,122,36);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
	behavior: url(border-radius.htc);
}
.titreCode {
	width:480px;
	line-height:30px;
}
.titreCode a {
	font-size:20px;
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px 2px #999;
	margin-left:10px;
	display:block;
}
.titreCode a:hover {
	font-size:20px;
	color:#fff;
	text-decoration:underline;
	margin-left:10px;
}
.titreCode a:visited {
	font-size:20px;
	color:#fff;
	text-decoration:none;
	margin-left:10px;
}
.titreCode a:active {
	font-size:20px;
	color:#fff;
	text-decoration:underline;
	margin-left:10px;
}
.premierCellule {
	float:left;
	width:264px;
	height:100px;
	font-size:16px;
}
.premierCellule a {
	font-size: 16px;
	font-weight:bold;
	color:rgb(251,122,36)
}
.premierCellule a:hover {
	font-size: 16px;
	font-weight:bold;
	color:#f00;
}
.dexiemeCellule {
	float:left;
	width:201px;
	height:100px;
	border-left: 1px dashed rgb(251,122,36);
	font-size: 13px;
}
.dexiemeCellule div {
	margin:10px;
	width:195px;
	height:80px;
	overflow:auto;
}
.afficheBouti{
	margin:10px;
}
.blocLettre{
	float:left;
	width:196px;
	font-size:20px;
}
.lettre{
	font-size:30px;
	font-weight:bold;
	color:#000066;
}
.info_nom{
	font-size:25px;	
	color:#3366CC;
}
.info{
	text-align:center;
	font-size:15px;
}
.info_titre{
	font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
}

a {color:#3366cc}
a:hover {color:#000}

#pg1 {text-decoration:none;font-size:10px;color:#666666;font-family:Arial,Helvetica,sans-serif;}
#tagcloud {width:280px;text-align:center;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-family:Arial,Helvetica,sans-serif;line-height:20px;}
#tagcloud a {text-decoration:none;}
#tagcloud a:hover {text-decoration:none;background-color:#B3B3B3;color:#FFFFFF;}
#pg1-1 {color:#69c;font-size:16px;font-weight:bold;}
#pg1-2 {font-size:16px;color:#070089;}
#pg1-3 {font-size:14px;color:#BF2470;}
#pg1-4 {font-size:12px;color:#333333;}
#pg1-5 {font-size:10px;color:#FF3300;}
#pg1-6 {font-size:9px;color:#AA3406;}

#inputString {
	width:200px;
}
.suggestionsBox {
	position: absolute;
	top:-33px;
	left:156px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	border: 2px solid #000;
	color: #fff;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style: none;
}
.suggestionList li:hover {
	background-color: #659CD8;
}
h2.feher {
	display:inline;
	margin:0px;
}
.message h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:center;
	color:#123456;
	font-size : 18px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : normal;
}

.pageTitle {
	background:#ffffff url(/images/bg.png) repeat-x 0px -187px;
}

.pageTitle h1 {
	color:#358e8f;
	font-size:22px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	margin:0px;
	padding-top:10px;
	line-height:70px;
}
h2 {
	padding-top:10px;
	color:#123456;
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : normal;
}
a.menuwhite {
	color: #ffffff; 
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : none;
}
a.menuwhite:link {
	color: #ffffff; 
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : none;
}
a.menuwhite:visited {
	color: #ffffff; 
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : none;
}
a.menuwhite:hover {
	color: #ffffff;
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.menuwite:active {
	color: #ffffff; 
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : none;
}
.feher {
	color: #ffffff; 
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	padding:0px 15px 0px 15px;
}
a.zold {
	color: #699222; 
	font-size : 13px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.zold:link {
	color: #699222; 
	font-size : 13px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.zold:visited {
	color: #699222; 
	font-size : 13px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.zold:hover {
	color: #699222;
	font-size : 13px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.zold:active {
	color: #699222; 
	font-size : 13px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.szurke {
	color: #7f7f7f; 
	font-size : 12px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.szurke:link {
	color: #7f7f7f; 
	font-size : 12px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.szurke:visited {
	color: #7f7f7f; 
	font-size : 12px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.szurke:hover {
	color: #7f7f7f;
	font-size : 12px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.szurke:active {
	color: #7f7f7f; 
	font-size : 12px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.kek {
	color: #3366cc; 
	font-size : 13px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.kek:link {
	color: #3366cc; 
	font-size : 13px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.kek:visited {
	color: #3366cc; 
	font-size : 13px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.kek:hover {
	color: #000;
	font-size : 13px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.kek:active {
	color: #000;
	font-size : 1cpx;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.kategoria {
	color: #3366CC; 
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.kategoria:visited {
	color: #3366CC; 
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.kategoria:hover {
	color: #000;
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
a.kategoria:active {
	color: #000; 
	font-size : 14px;
	font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : underline;
}
form {
	margin-top : 0px;
	margin-bottom : 0px;
}
img {
	border-width:0px;	
}
.flags {padding-left:0px}
.flags li {display:inline}
.flags li a {padding-left:20px;margin-left:10px;background-image:url(/images/flags.png);background-repeat:no-repeat}
.flagFR a {background-position:0px 0px}
.flagES a {background-position:0px -14px}
.flagUK a {background-position:0px -28px}
.flagPT a {background-position:0px -42px}
.flagIT a {background-position:0px -56px}
.flagDE a {background-position:0px -70px}
.flagAT a {background-position:0px -84px}
.flagNL a {background-position:0px -98px}
