/* @override http://registration.net-resa.com/cgi-bin/WebObjects/gnetresa.woa/file/org/57/SiteAlgo/css/formulaire/styleFormulaire.css */

/* Begin Reset */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
    overflow:hidden;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */

/* CSS */
body {
    font-size: 11px;
    font-family: Tahoma, Verdana, sans-serif;
    color: #000;
     overflow:hidden;

}

input[type="text"] { 
width:250px; 
}

/* Liens */
a, a:link, a:visited {
    color: #7B68EE;
    text-decoration: none;
}

a:hover {
	color: #477c9c;
}

div, td {

}

form table {

}


form p {

}


th {

}

/*  contient toutes le contenu de la page */
#conteneur {
    padding:0;
    overflow:hidden;
}

/* div inclus dans le contenu */
#entete {
    display:none;
}


#pied {
width: 600px;
    height: 69px;
    background: url('bottom2.png') top left no-repeat;
    text-align: center;
    padding: 27px 0 0 0;
  }

#pied address {
  display: none;
}

/* affiche la zone entre l'entete et le corps*/
/* inclu dans contenu */
#corps {
    background-color:transparent;
    margin: 0;
    padding: 0;
    width:600px;
    
  
  
}

#corps_sans_menu {
    width: 570px;
    margin: 0;
    padding: 15px 30px 10px 30px;
    background: white url('main_bg2.png') top left repeat-y;
        overflow:hidden;
  
}


/*
 * MENU affiche  les onglets
 * inclu dans corps
 */
 
/*
 * MENU affiche  les onglets
 * inclu dans corps
 */
 /* nouvelle methode utilisant une classe et pas de div */
 ul.onglets {
    font-size: 12px;
    text-align: center;
    width: 600px;
    margin: 0;
    padding: 10px 0 0 0;
    clear: both;
    background: url('menu_bg2.png') top left no-repeat;
    height:22px;
        overflow:hidden;

 }

 html>body ul.onglets {

 }

 ul.onglets li {
    display: inline;
    padding: 0 20px 0 0;
 }

 ul.onglets li:hover {
   text-decoration: underline;
 }

 ul.onglets a, ul.onglets a:link, ul.onglets a:visited {
    color: #fff;
    text-decoration: none;

 }

 ul.onglets a:hover {

}
 
 ul.onglets li.ongletSelectionne {

    color: #BA2B31;
 }

.champInvalide{
 border: thin dotted #da212c;
 color:#AD1922!important;
}

/* inclus dans le corps */
#ongletCourant {
    width: 570px;
    margin: 0;
    padding: 15px 15px 10px 15px;
    background: white url('main_bg2.png') top left repeat-y;
    overflow:hidden;
	}

#ongletCourant table td {
    padding: 3px;
}



#ongletCourant form {
	border-top: 1px dotted #b8bcbe;
	border-bottom: 1px dotted #b8bcbe;
	/*float: left;*/

	margin: 10px 2% 5px;
	padding: 10px 0 5px;
	background: none;

}


/*impression */
@media print {
	ul.onglets {

	}
	#ongletCourant {

	}
}


/* inclu dans l'onglet courant */
#enteteOnglet {
	display: block;
	margin-left: 20px;
	background: url(http://registration.net-resa.com/cgi-bin/WebObjects/gnetresa.woa/file/org/57/SiteAlgo/css/formulaire/Icone_info.png) no-repeat left;
	font-style: normal;
	padding: 1px 0 4px 21px;
}

#piedOnglet {

}

.spacer {

}

/*  personnalisation de differents element formulaire */
select, textarea {

}

textarea {

}

textarea, select {

}

.bouton {

}

/* TABLEAUX */

.ligneEntete {
}

.ligneEntete td{
}

.lignePaire {
}

.ligneImpaire{
}

/* LES CLASSES */
.libelleChampObligatoire {
    font-weight: bold;
}

.libelleChamp {
    float: left;
	clear: left;
	width: 150px;
	line-height: 10px;
	color: #062645;
	font-size: 12px;
	text-align: right;
}

.valeurChamp {
	width:250px;height:18px;margin-bottom:3px;border:1px solid #6FA7D0;font-size:12px;margin-left:10px;padding:2px 0;

}

.valeurChamp:hover, .valeurChamp:active{
}

.valeurChampObligatoire {

}

.valeurChampObligatoire:hover, .valeurChampObligatoire:active{
}

.hebergementTitreListe {

}

.messageErreur {
    width: 400px;
    text-align:center;
    color: #AD1922;
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0;
}


