/* -------------------------- Feuille de style pour écran - Style standard CIFGG 2010-------------- */
/* --------------------------------------------- MCI - 2009 -------------------------------------- */


/* ------------------------- 1. Reset CSS ------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*-----------------------------2. Styles généraux-------------------------------------*/

body {
background: #5b9fca url(../img/fond.jpg) fixed repeat-x;
font-family: arial, verdana, sans-serif;
font-size:12px;
color:#333333;
}

#contenu{
margin:0 auto;
padding-top:20px;
min-height:900px;
width:850px;
background: url(../img/fond-site.png) repeat-y;
}

#header {
height:230px;
width:801px;
margin:0 auto;
}

#header img{
float:left;
}

#gauche {
float:left;
width:220px;
padding:10px 20px 10px 35px;
}

#gauche #menu {
float:left;
height:270px;
width:220px;
background: url(../img/fond-menu.jpg) no-repeat;
}

#gauche #menu ul{
font:bold 11px arial, verdana, sans-serif bold;
color: #666;
}

#gauche #menu li{
width:210px;
}

#gauche #menu li a{
display: block;
color: #666;
text-decoration:none;
width:210px;
padding: 5px 0 5px 10px;
}

#gauche #menu li a:hover {
color: #fff;
text-decoration:none;
width:210px;
background: #007ece;
padding: 5px 0 5px 10px;
}


#gauche #news {
float:left;
width:220px;
background: url(../img/fond-newsletter.jpg) no-repeat;
 }
 
#gauche #news p{
font:normal 10px arial, verdana, sans-serif bold;
color: #666;
padding:10px 10px 2px 10px;
text-align:justify;
 }
 
#newletter_submit {
margin:10px;
}

/*-------------------------------------3. Contenu-----------------------*/
#content {
float:left;
width:540px;
text-align:justify;
margin:0 0 50px 0;
}

#content blockquote {
border:solid 1px #5da0ca;
	padding:5px;
}

#content p{
text-align:justify;
margin:0 0 5px 0;
}

#content ul li{
list-style-image:url(../img/puce.gif);
margin-left:10px;
}
#content h1{
font:normal 20px verdana, arial, sans-serif;
color:#00a3df;
margin:10px 0 10px 0;
}

#content h2{
font:normal 18px verdana, arial, sans-serif;
color:#00a3df;
margin:10px 0 10px 0;
}

#content h3{
font:normal 14px verdana, arial, sans-serif;
color:#00a3df;
margin:10px 0 10px 0;
font-weight:bold;
}

#content h4{
font:normal 14px verdana, arial, sans-serif;
color:#00a3df;
margin:10px 0 10px 0;
}

#content strong{
	font-weight:bold;
	text-align: left;
}

#content a{
color:#00a3df;
text-decoration:none;
border-bottom: 1px solid #00a3df;
}

#content a:hover{
color:#00a3df;
text-decoration:none;
border:none;
}

#content a:hover{
color:#00a3df;
text-decoration:none;
border:none;
}

#content table, #content tr, #content td{
	border-collapse:collapse;
	border:solid 1px #5da0ca;
	padding:5px;
	text-align:left;
}

#content th {
	background: #d1e2ed;
	padding:5px;
	color:#00a3df;
	font-weight:bold;
	text-align:center;
}

#content .colonne {
width:240px;
float:left;
margin:0 10px 0 0;
}

#content a.bouton {
background:#09F;
color:#fff;
font-weight:bold;
padding:5px;
}

#content a:hover.bouton {
background:#0CF;
color:#fff;
padding:5px;
}

/*---------------------------------4. footer----------------------*/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 10px 0;
border-top:1px solid #ca0000;
width:780px;
text-align:center;
font-size:10px;
color:#ababab;
}

#footer a{
text-decoration:none;
color:#ababab;
}

#footer a:hover{
text-decoration:underlined;
color:#ababab;
}

/* -------------------- FORM --------------------------*/

#form_exposants_en, #form_exposants_fr {
width: 500px;
}

.form_css label{
color:#00a3df;
font-weight: bold;
float: left;
text-align:right;
margin : 1px;
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form_css input{ /*width of text boxes. IE6 does not understand this attribute*/
width: 200px;
margin : 1px 1px 5px 1px;
background:#e1e1e1;
border:1px solid #00a3df;
border-left: 5px solid #00a3df;
}

.form_css select{
width: 205px;
margin : 1px 1px 5px 1px;
background:#e1e1e1;
border:1px solid #00a3df;
border-left: 5px solid #00a3df;
}

.form_css input.form_css_pres {
width: 20px;
height: 20px;
margin:2px 0 0 50px;
padding:0;
border:0;
background:none;
float:left;
}

.form_css label.form_css_pres {
width: 420px;
height: 20px;
float:right;
text-align:left;
padding:0;
margin:2px 0 0 0;
font-weight:normal;
}

.form_css #button{
background:#00a3df;
border:none;
color:#fff;
font-size:12px;
padding:3px;
margin: 2px 2px 2px 150px;
width:100px;
}

.form_css textarea{
width: 200px;
height: 75px;
margin : 1px 1px 5px 1px;
background:#e1e1e1;
border:1px solid #00a3df;
border-left: 5px solid #00a3df;
}
.cadre {
	border: 1px solid #00a3df;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}