body {background-position: center center ;background-repeat: repeat-y;}

/* ######### redéfinitions de tags ######## */
td {
/* Changer ici les couleurs, familles et tailles 
de fontes par défaut pour tout le site */
/* dans zwook tous les textes apparaissent systématiquement
dans des tableaux, c'est donc ici qu'il faut modifier les
couleurs, font, tailles des polices : */
font-family: verdana,sans-serif;
font-size:11px;
color:#3f3f3f;
}

/* style des cellules de titre */
th {
font-family: verdana,arial,sans-serif;
font-size:12px;
color:black;
border-bottom:1px solid #131313;
border-top:0px solid #131313;
/*background:#B3C9E0;*/
}

/* Style des liens */
div#fond_banniere a,div#fond_banniere a:link,div#fond_banniere a:hover,div#fond_banniere a:visited {
   background:#cc6666; /*important!*/   
}
a:link {
text-decoration:none;
color:#C32626;
}

a:visited {
text-decoration:none;
color:#a6a6a6;
}

a:hover {
text-decoration:none;
color:#0099cc;
}
a img{
border:0px #fff none;
}

em {
color:#131313;
}

h4 em, h4 a, h5 a, h4 a:visited, h5 a:visited {
color:#131313;
}

h5 em {
color:black;
}

p {
margin-left:20px;
text-align:justify;
}

/* Style des traits */
hr {
color:#131313;
border-bottom:thin solid black;
}

/* Style des éléments de formulaire */
input, textarea {
border:1px solid #7f9db9;
	background: #fff;
	color: #131313;
}
.fond_block form input.bouton ,input.bouton {
background-color: transparent;
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/bouton_ok.jpg);
cursor:pointer;
background-repeat:no-repeat;
background-color:transparent;
width:34px;
height:17px;
color:#666;
margin:3px;
border:none;	

}

input{
background: #fff;
color:#3e3e3e;
font-weight:bold;
}
.searchtd .champ {
width:150px;
}

.champ{
font-weight:normal;
margin:0px;
border:#b2b2b2 1px solid;
border-right:none;
}

.formulaire
{text-align:right;
padding-right:150px;
}
.bouton_ok{
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/bouton.jpg);
cursor:pointer;
background-repeat:no-repeat;
background-color:transparent;
width:20px;
height:20px;
color:#666;
margin:0px;
float:left;
padding-bottom:2px;
padding-right:10px;
border:none;
}

fieldset { /*** Mise en forme des commentaires ds un formulaire (je le laisse pour qu'on puisse l'agrémenter si on veut, bordures, etc.***/
background: #fff;
padding: 2px;
margin: 3px;
border-width: 2px;
border-color: lightgray;
-moz-border-radius: 12px;
border-radius: 12px;
}

label { /*** Mise en forme des intitulés de champs ***/
float: left; /*** Très important, ne pas suprimer ! ***/
width: 37%; /*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
font-size: 85%;
text-align: right; /*** ... et ils sont alignés à droite... ***/
margin: 0px;
padding: 0px;

}

label:hover, input {
cursor: pointer; /*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}


/* Style des niveaux de titre */
h1, h2, h2 a, h2 a:visited  {
font-family:arial,verdana,sans-serif;
color:#e41915;
font-weight:bold;
}

h1 {
font-family:verdana,sans-serif;
font-size:15px;
color:#BF0000;
font-weight: bold;
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/fleche.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left:30px;
padding-bottom:1px;
height: 19px !important;
height:29px;
padding-top:10px;
}


h2 {
font-family:Times New Roman,arial,verdana,sans-serif;
color:#778899;
font-size:18px;
}

h3 {
font-family:arial,verdana,sans-serif;
font-size:14px;
color:#333;
font-weight:bold;

}

h4 {
color:#546475;
font-variant:small-caps;
background:#CED2D7;
border-bottom:1px solid #131313;
}

h5 {
font-family:verdana,sans-serif;
font-size:11px;
color:#b50000;
margin:0px;
font-weight:normal;
}

strong {
font-family:verdana,sans-serif;
font-size:105%;
color:#8F0000;
}
strong.firstletter {
display:block;
font-weight:normal;
}

strong.firstletter:first-letter,strong:first-letter
{
padding-left: 50px;
text-align: justify;
font-weight:normal;
} 

.fond_block strong:first-letter
{
padding-left: 0px;
} 

/* Style des listes */
li {
list-style-type:square;
}

/* Style des footnotes */
fn, sup {
color:#131313;
}

/* ######### classes génériques ######## */
.error_message {
font-size:large;
color:red;
text-align:center;
}

.alternate_background {
/* utiliser ici une couleur proche mais légèrement différente 
du background de page : voir forum pour tester */
background:#eaf4ff;
}
.alternate_backgroundr {
	/* utiliser ici une couleur proche mais l?g?rement diff?rente 
du background de page : voir forum pour tester */
	background: Green;
}
.alternate_background2 {
/* utiliser ici une couleur proche mais légèrement différente 
du alternate_background : voir calendrier pour tester */
background:#CDD6E0;
}

.alternate_background3 {
/* utiliser ici une couleur proche mais légèrement différente 
du alternate_background2 : voir calendrier pour tester */
background:#f4f9ff;
}

.flashy_background a {
color:white;
}

.flashy_background {
/* utiliser ici une couleur qui tranche sur le background 
de page : voir calendrier pour tester */
background:#88AADD;
}

/* Style alternatif des éléments de formulaire : 
voir speedblog pour test */
.alternate_form {
background:#CCCCCC;
color:black;
border: 1px solid black;
}
.bord_dt{
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/degrade_dte.jpg);
background-repeat: repeat-y;
background-position: top left;
}
.bord_gche{
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/degrade_gche.jpg);
background-repeat: repeat-y;
background-position: top left;
}
.banniere{
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/bann_2_05.jpg);
background-repeat: no-repeat;
background-position: top left;
}
.header a,.header a:link,.header a:visited{

margin-right:20px;
color:#3f3f3f;
font-size:10px;
}
.header a:hover{
background-color:#3f3f3f;
color:#e0e0e0;

}
.fond{
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/fond_14.jpg);
background-repeat: repeat-x;
background-position: top left;
}


.bloc_gche{
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/bloc_gche_bleu.jpg);
background-repeat: no-repeat;
background-position: top left;
}
.bloc_dt{
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/bloc_dt_17.jpg);
background-repeat: no-repeat;
background-position: top left;
}
.ligne_contenu{
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/ligne2.jpg);
background-repeat: no-repeat;
background-position: top left;
}

.liens a:link {
text-align:left;
color:#fff;
font-family:arial,helvetica;
font-size:12px;
font-weight:bold;
border-bottom:3px solid #fff;
line-height: 0.5px;
}

.liens a:visited {
text-align:left;
color:#fff;
font-family:arial,helvetica;
font-size:12px;
font-weight:bold;
border-bottom:3px solid #fff;
line-height: 0.5px;
}

.liens a:hover {
text-align:left;
color:#9e0026;
font-family:arial,helvetica;
font-size:12px;
font-weight:bold;
border-bottom:3px solid #9e0026;
line-height: 0.5px;
}
.footer{
font-size:9px;
}

 	

  	



/*-----------------modules------------*/
.news_history{ 
display:block;
/*width:100%;*/
font-size:4px;
display:block;
}

.news_history a ,.news_history a:link ,.news_history a:visited {
display:block;
clear:both;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#333;
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/carre_bleu.jpg);
background-repeat: no-repeat;
background-position: 17px 8px;
padding-left: 30px;
width:auto;
padding-top:3px;
padding-bottom:3px;
text-align:left;
}

.news_history a:hover{

text-decoration:none;
color:#797F83;
}

.news_history a.ad_mes ,.news_history a.ad_mes:link ,.news_history a.ad_mes:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/carre_bleu.jpg);
}

.news_history a.new_mes ,.news_history a.new_mes:link ,.news_history a.new_mes:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/carre_bleu.jpg);
}

div.download {
	display:block;
	clear:both;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	width:auto;
	padding:5px 1px;
	border-bottom:dashed 1px #aaa;
	background-color:#E8E8E8;
	margin-left:4px;
	margin-right:8px;
}

div.download a ,div.download a:link ,div.download a:visited {
	display:block;
	clear:both;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/fl-bleu.gif );
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 20px;
}
a.download:visited {
	color:#797F83;
}
/* recherche */

#zwo_search {
display:inline;
}

#zwo_search input{
font:10px verdana;
display:inline;width:140px;
border:#ccc inset 1px;
}
.search input{
background-color:#fff;
border: 1px #DF1B1C solid;
border-width: 2px 2px 1px 2px ;

}
.search input.valid{
align:right;
background-color:#ccc;
border:1px #ccc outset !important;
color: #DF1B1C;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
}

/* navigation */
.espace_etudiant {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/espace_etudiant.jpg);
height:72px;
width:182px;
overflow:hidden;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
background-position: center center;
background-repeat:no-repeat;

}
.espace_etudiant a,.espace_etudiant a:link,.espace_etudiant a:visited{
margin-left:20px;
fint-size:10px;
color:#3F3F3F;
text-decoration:underline;
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/fleche_10px.gif);
background-repeat:no-repeat;
background-position :0px 3px;
padding-left:10px;
}

.fond_block{

background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/fond_block.jpg);
height:130px;
width:183px;
overflow:hidden;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
background-position:center center;
background-repeat:no-repeat;
}
.fond_block form{
margin:0px;
}

.fond_block form input{
width:125px;
border:1px solid #8C8C8C
}
.fond_block strong {
font-size:10px;
padding-bottom:3px;
height:16px;
text-align:center;
margin:0px;
}

.footer {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/footer.gif);
height:27px;
overflow:hidden;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
}
.footer a,.footer a:link,.footer a:hover,.footer a:visited{
text-decoration:none;
color:#fff;
}

.fond_nav {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/fond_nav.jpg);
height:42px;
overflow:hidden;
text-align:center;
}

.undernav {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/undernav.jpg);
height:16px;
overflow:hidden;
text-align:center;
}


/**/
#nav_block a,#nav_block a:link,#nav_block a:visited {
display:block !important;
}

a.nornavigation_2,a.nornavigation_2:link,a.nornavigation_2:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/navigation1.gif);
font-family: verdana;
color:#3f3f3f;
font-size:11px;
background-repeat: no-repeat;
background-position:0px 0px;
padding-left:20px;
padding-top:6px;
padding-bottom:2px;
text-transform:uppercase;
margin-top:3px;margin-bottom:3px;
dislay:block;
height:13px !important;
height:21px;
}

a.nornavigation_2:hover {
color:#BF0000;
font-family: verdana;
font-size:11px;
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/navigation1.gif);
background-repeat: no-repeat;
background-position:0px 0px;
padding-left:20px;
padding-top:6px;
padding-bottom:2px;
margin-top:3px;margin-bottom:3px;
}
a.selnavigation_2,a.selnavigation_2:link,a.selnavigation_2:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/navigation1_on.gif);
font-family: verdana;
color:#BF0000;
font-size:11px;
background-repeat: no-repeat;
background-position:0px 0px;
padding-left:20px;
padding-top:6px;
padding-bottom:2px;
text-transform:uppercase;
dislay:block;
height:13px !important;
height:21px;
}

a.selnavigation_2:hover {

color:#BF0000;
font-family: verdana;
font-size:11px;
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/navigation1_on.gif);
background-repeat: no-repeat;
background-position:0px 0px;
padding-left:20px;
padding-top:6px;
padding-bottom:2px;
}




a.nornavigation_3,a.nornavigation_3:link,a.nornavigation_3:visited {
font-family:verdana;
color:#3f3f3f;
font-size:10px;
font-weight:bold;
/*background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/icone_ssnav.gif );*/
background-repeat:no-repeat;
background-position:10px 5px;
padding-left:20px;
padding-bottom:2px;
padding-top:2px;

}
a.nornavigation_3:hover {
color:#414045;
font-family:verdana;
font-size:10px;
font-weight:bold;
/*background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/icone_ssnav.gif );*/
background-repeat:no-repeat;
background-position:10px -5px;
padding-left:20px;
}
a.selnavigation_3,a.selnavigation_3:link,a.selnavigation_3:visited {
color:#BF0000;
font-family:verdana;
font-size:10px;
font-weight:bold;
/*background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/icone_ssnav.gif );*/
background-repeat:no-repeat;
background-position:10px -5px;
padding-left:20px;
padding-bottom:2px;
padding-top:2px;
}
a.selnavigation_3:hover {
color:#666;
font-family:verdana;
font-size:10px;
font-weight:bold;
/*background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/icone_ssnav.gif );*/
background-repeat:no-repeat;
background-position:10px-5px;
padding-left:20px;
}

.blockimg img,.imgbord{
padding:2px;
border:1px solid #C77F7F;
}


/* MENU                       */

div#menu {
display:block;
width:740px;
height:36px;
padding:0px;
margin-top:3px;
margin-left:110px;
}

div#menu div {
padding:0px;
display:block;
float:left;
font-weight:bold;
font-family: arial,verdana,georgia,arial;
font-size:12px;
}
div#menu div span{
padding:0px;
display:none;
}


div#menu div a,div#menu div a:link,div#menu div a:visited{
text-align: center;
display:block;
width:184px;
height:18px;
text-decoration:none;
color:#333333;
}


div#menu div a:hover{
background-color:#FDCC0F;
background-position:0px -18px;
color:#000000;
}

div#menu div.active a, div#menu div.active a:hover, div#menu div.active a:link,div#menu div.active a:visited{
background-position:0px -18px;
}

div#menu div.acceuil a,div#menu div.acceuil a:link,div#menu div.acceuil a:hover,div#menu div.acceuil a:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/accueil.gif);
}

div#menu div.ingenierieetsyntec a,div#menu div.ingenierieetsyntec a:link,div#menu div.ingenierieetsyntec a:hover,div#menu div.ingenierieetsyntec a:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/ingenieriesyntec.gif);
}

div#menu div.actualites a,div#menu div.actualites a:link,div#menu div.actualites a:hover,div#menu div.actualites a:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/actualites.gif);
}

div#menu div.evenements a,div#menu div.evenements a:link,div#menu div.evenements a:hover,div#menu div.evenements a:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/evenements.gif);
}

div#menu div.metiersdelingenierie a,div#menu div.metiersdelingenierie a:link,div#menu div.metiersdelingenierie a:hover,div#menu div.metiersdelingenierie a:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/metieringenirie.gif);
}

div#menu div.formationsetstages a,div#menu div.formationsetstages a:link,div#menu div.formationsetstages a:hover,div#menu div.formationsetstages a:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/formationstages.gif);
}

div#menu div.socialetjuridique a,div#menu div.socialetjuridique a:link,div#menu div.socialetjuridique a:hover,div#menu div.socialetjuridique a:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/socialjuridique.gif);
}

div#menu div.publications a,div#menu div.publications a:link,div#menu div.publications a:hover,div#menu div.publications a:visited {
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/publications.gif);
}
div.menu_mire {
	position:relative;
	top:10px;
	left: 50px;
	padding:0;
	marging:0;
        height:480px;
	width:100%;

}
div.menu_mire  a {
border:0px;
}

div.large{
float:left;
font-size:11px;
font-family:verdana;
}
div.court{
width:45%;
float:left;
font-size:11px;
font-family:verdana;
}
div.spacer{
width:400px;
font-size:8px;
}
div.menu_mire div.large a {
	display: block;
	width:500px;
	height:65px;
	text-align:center;
}
div.menu_mire div.court a {
	display: block;
	width:245px;
	height:65px;
	text-align:center;
} 
a.vert {
	padding-top:0px;
	text-align:center;

	background-position: 0px 0px;
	background-repeat:no-repeat;
}
a.vert:hover {

	background-position: 0px -70px;
	background-repeat:no-repeat;
}
a.bleu_large {
	padding-top:12px;
	text-align:center;

	background-position: 0px 0px;
	background-repeat:no-repeat;
        border-bottom:0px;
}
a.bleu_large:hover {
	padding-top:12px;
	background-position: 0px -70px;
	background-repeat:no-repeat;
}
a.bleu_court {
	padding-top:0px;
	text-align:center;

	background-position: 0px 0px;
	background-repeat:no-repeat;
        border-bottom:0px;
        color:#fff;
}
a.bleu_court:hover {

	background-position: 0px -70px;
	background-repeat:no-repeat;
        color:#600;
}





/*STAGE */



.stag_vip{


height:100%;
}

.stag_vip table { 
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}

.stag_vip div {
	padding:2px 0px 6px;
}

.stag_vip fieldset {
	padding:6px;border:2px solid #C0CBD7;
}

.stag_vip legend {
	font-size:14px;font-weight:bold;
}

div.read_stage ,tr.read_stage {
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:3px;
	padding-top:4px;
	width:100%;
}

div.read_stage {
	border-left: 3px solid #333;
	margin-left:5px ;
}

tr.read_stage td {
	border-bottom:#C1191A solid 1px;
	border-right:#C1191A solid 1px;
	padding:2px 3px;
}
div.read_stage td{
	color:#fff;
}
.line_stage {
	border-bottom:1px solid #fff;
	background-color:#FAFAFD;
}
.line_stage td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-family:verdana,arial;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:2px 3px;
}
.line_stage td a,.line_stage td a:link,.line_stage td a:hover,.line_stage td a:visited {
	font-weight:bold;
}

.seachLink {width:40em ;display:block;overflow:hidden;}

/* module annuaire */
.formation span, .school span {
font-weight:bold;
color:#C32626;
}

/* Navigation category */

/*fin */

.table-navigation input {
background:#fff;
color:#000;
/*border-width:2px;
border:#666 outset 2px;
*/
padding:0px;margin:0px;
}
.table-navigation form{
padding:0px;margin:0px;display:block;
}

.table-navigation  {
height:28px;
margin-top:0px;
text-align:left;
}


.table-navigation  span{
font-weight:bold
}
/* Navigation category */

tr.spelvl2 { 
	background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/arrow4no.gif);
	background-repeat: no-repeat;
	background-position:   0 50%;
}
_.spelvl2 td {
 padding-left:
 expression(  
             (this===this.parentNode.childNodes[0])  
             ?"20px":"0px"  
         );  
}

tr.spelvl2 :first-child {
 padding-left:20px;
}
tr.spelvl2 td input{
 padding-left:0px;
}



.nav_clear {
	background-image:url('http://www.syntec-ingenierie.fr/zwo_info/skins/syntec_ingenierie/css/zwo_info/css/images/fond_menu_boot.jpg');
	background-repeat: no-repeat;
	background-position:   left top;
	display:block;
	clear:both;
	width:auto;
	/*height:25px !important;*/
	height:62px;
	background-color:#efefef;
	border:0px solid #000;
	width:100%;

}
span.spliter {
display:none;
}
div.pacatPageState{
display:block;float:left;
}
div.view_number {
display:block;float:left;
}

div.paginationnumber {
float:right; 

}

.currentpage,.paginationnumber a ,.paginationnumber a:link,.paginationnumber a:visited {
display:block;
float:left;
width:22px; 
height:22px;
font-family: Tahoma, verdana, "Bitstream Vera Sans","Trebuchet MS", sans-serif;
font-size:11px;color:#fff;background-color:#DB0106;
margin-left:2px;
text-align:center;
border:1px solid #DB0106;
}
.currentpage{
color:#111;background-color:#fff;border:1px solid #A5A5A5;
}

.table-navigation div {
padding:3px 3px 3px 8px;
text-align:right;
clear:both;
height:24px;
}

.table-navigation div input{
boder:#333 1px solid ;
padding:3px;
}

/*-------------------*/
.domainFilter {
left:200px;
position:relative;
top:-10px;
width:300px;
}
.domainFilter div {
clear:left;
}

div.name input,.regionFilter {
margin-left:10px;
}
.id_company_filter_form{
margin-bottom:20px;
}

.filterCompanyForm_submit {
margin-left:202px;
margin-top:10px;
margin-bottom:20px;
}

/*company_info*/
div.company_info {

}
div.company_info div {
margin:10px;

}

div.company_info div {
min-height:26px;

}


div.company_info span.type_info {
font-weight:bold;
margin:0px 6px ;
width:180px;
text-align:left;
clear:left;
display:block;
float:left;
}

/* ######### recherche etablissement ###### */
.list  {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 23px !important;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.list li {
height:21px;
border:1px #ccc solid;
height:20px;
display:block;
float:left;
    background-color: #E9EBEC;
    margin: 2px 2px 0 2px;
}
ul.list   li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}


ul.list a {
    float: left;
    display: block;
    color: #a6a6a6;
    text-decoration: none;
    padding: 4px;
}
ul.list a:hover {
    background: #fff;
color:#BF0A0A;
}

.searchtable {
border:2px #solid #ccc;
width:600px;
}
.searchtable thead td {
border:1px #solid #ccc;
background-color:#E9EBEC;
border-bottom:1px #ccc solid;
padding-left:3px;
padding-right:3px;
padding-top:6px;
padding-bottom:3px;
border-top:1px #ccc solid;

}

.searchtable thead td a,.searchtable thead td a:link,.searchtable thead td a:visited{
padding-left:14px;
background-image:url(../../../../../zwo_info/skins/syntec_ingenierie/css/zwo_modules/offres_stage/puce.gif);
background-repeat:no-repeat;
background-position:left;
}

.searchtable tbody tr td{
border:1px #solid #ccc;
background-color:#efefef;
border-bottom:1px #ccc solid;
padding-left:3px;
padding-right:3px;
padding-top:2px;
padding-bottom:2px;
}

.searchtable tbody tr.alter2 td{
background-color:#F9F9F9;
}

#nbrpage , #nbrpage1 {
margin:3px;
padding-bottom: 3px;
margin-top:3px;
display:block;
width:640px;
}

.searchtable tbody tr td ,.searchtable thead tr td {
border-left:1px solid #999;
border-left:expression(  
            (this===this.parentNode.childNodes[0])  
            ?"none":"auto"  
         );  
}

table.searchtable tbody tr td:first-child ,table.searchtable thead tr td:first-child {
border-left:0px solid #000;
}


/***********newsletter******************/


input.champs_mail {
background-color:#e8e8e8;
border:medium none;
height:16px;
width:170px;
}

input.bt_mail{
width:30px;
background-color:#b50000;
color:#fff;
border:none;
font-size:14px;font-weight:bold;
font-family:arial;
height:18px;
margin-left:10px;
margin-top:0px;
padding-bottom:2px;
}
input.bt_mail:hover{
width:30px;
background-color:#900000;
color:#fff;
}


a.news_off{
padding-left:20px;
text-decoration:underline;
float:left;
color:#b50000;
}
a.news_off:hover{
color:#000;
}

a.envoi_mail{
float:left;
padding-left:10px;
color:#b50000;
}
a.envoi_mail:hover{
color:#000;
}
input.champs_newsletter{
background-color:#e8e8e8;
border:medium none;
height:16px;
width:170px;
}
input.bt_newsletter {
width:30px;
background-color:#b50000;
color:#fff;
border:none;
font-size:14px;font-weight:bold;
font-family:arial;
height:18px;
margin-left:10px;
margin-top:0px;
padding-bottom:2px;
}

input.bt_newsletter:hover {
width:30px;
background-color:#900000;
color:#fff;

}