/* $Id: login.css,v 1.2 2007/06/27 12:11:23 nico Exp $ */
/*
 * Couleurs :
 *   #61abef : bleu
 *   #7bb524 : vert
 */


/******************Rounded div css def*******************/
#div-rounded {
	position: relative;
	background: none;
	width: 100%;
	/*left:10%;*/
	/*top:50%;*/
	border: 0px solid red;
}

#div-transp {
	position: absolute;
	background: none;
	width: 100%;
	height:100%;
	background-color: #FFFFFF;
	opacity:0.3;
	left:0%;
	/*top:50%;*/
	border: 0px solid red;
}

#div-rounded-content { 
	padding: 5px 10px;  
}
#div-rounded-content, .roundcorner * { background: transparent; border-color: #61abef;}
#div-rounded  .roundcorner * { font-size: 1px; }
#div-rounded-content, .roundcorner2, .roundcorner3, .roundcorner4, .roundcorner5 {
border-width: 0 1px;
border-style: solid;
}
.roundcorner1 { margin: 0 5px; background: #61abef; }
.roundcorner2 { margin: 0 3px; border-width: 0 2px; }
.roundcorner3 { margin: 0 2px; }
.roundcorner4, .roundcorner5 { margin: 0 1px; }

/*Style definitions to get the corners */
.corner { display: block; }
.corner * { display: block; height: 1px; overflow: hidden; font-size: 0; }
.corner1 { padding: 0 1px; margin: 0 3px; }
.corner2 { padding: 0 1px; margin: 0 1px; }
.corner3 { margin: 0 1px; }
.corner1, .corner2, .corner3, .corner4, .corner5 {
border-width: 0 1px;
border-style: solid;
}

