/*
	Ce fichier sert a fixer toutes les tailles de colonnes
	selon la taille des blocs
*/

/* -- bloc 210px de large -- */
.w210 {
	width:210px;
}

.w210 input.text {
	width:162px;
}

/* -- bloc 300px de large -- */

.w300 {
	width:300px;
}

.w300 .col {
	width:118px;
}

.w300 input.text {
	width:114px;
}

.w300 .lay3c .col {
	width:auto; margin-right:10px;
}

.w300 .lay3c .col.nb3 {
	margin-right:0
}

/* -- bloc 460px de large -- */

.w460 {
	width:460px;
}

.w460 .col {
	width:198px;
}

.w460 .col .col {
	width:90px;
}

.w460 input.text {
	width:194px;
}

.w460 .col .col input.text {
	width:85px;
}

/* bloc 620px de large -- */

.w620 {
	width:620px;
}

.w620 .lay3c .col {
	width:178px;
}

.w620 .lay3c select {	
	width:178px;
}

/*.w620 .lay3c .col {
	background-color:yellow
}

.w620 .lay3c .col .col.nb1 {
	background-color:red
}

.w620 .lay3c .col .col.nb2 {
	background-color:green
}*/

.w620 .lay3c .col .col {
	width:auto;
}

.w620 .lay3c .col .col.nb1 {
	margin-right:20px
}

.w620 .lay3c .col .col.nb2 {
	margin-right:0
}

.w620 .lay3c .col.nb23 {
	margin-right:0;
	width:376px
}

.w620 .lay4c .col {
	width:128px;
}

.w620 .lay4c .col.nb1.span2 {
	width:296px;
}

.w620 .lay4c .col.nb2.span2 {
	width:256px;
}

/* label radio/checkbox */
.w620 .lay3c .col label.radio {
	width:140px
}


/* input text */
.w620 .lay3c input.text {
	width:174px;
}

.w620 .lay3c .col .col input.text {
	width:56px;
}

