/* $Id:  sbanzet $ */
/* Couleurs : 
	* #FFCC00 = orange;
    * #7CB625 = vert;
	* #084F8F = bleu;
*/

* {
    padding:0px;
}
 
body { 
 	background: #FFFFFF url(../images/bg_blue_grad.png) repeat-x 0 0; 
}
a.categ { 
    color: #084F8F; 
    text-decoration:none;
}
a.categ:hover {
    color: #7CB625; 
    text-decoration: none; 
}

a.categ_select {
    color: #7CB625; 
    text-decoration: none;
    font-weight: bold; 
}

#account {
    text-align: center; 
    vertical-align: middle;
}
#account_label {
    text-align: right; 
    vertical-align: middle;
}
#account_inputtext {
    text-align: left; 
    vertical-align: middle;
}
#image {  
    text-align: center ; 
    vertical-align: middle;
}		   
#installer { 
    text-align: right; 
    font-size: 13px;
}
p.center {
	text-align : center;
}
.repo_titre_desc {
	color :	#084F8F;
	font-weight : bold;
	font-size:14px;
}
.repo_titre {	
	/*color: #7CB625;*/
    font-weight: bold;
    font-size:14px;
}
a .repo_titre{
    text-decoration:underline;
}
a:hover .repo_titre{
    text-decoration:underline;
    color:#7CB625;
}

h1 {
	font-family : arial;
	color :#084F8F;
	font-weight : bold;
	font-size: 20px;
}

h2 {
	font-family : arial;
	color :#084F8F;
	/*font-weight : bold;*/
}
.load {
	color: #BF5500;
} 
.categ_head{
    color: #666666;
    font-size:1.3em;
    font-weight: bold;    
}

.paging{
	margin-bottom:5px;
	font-weight:bold;
}

.paging .sep{
 	/*background-image:url(../images/default/grid/grid-blue-split.gif);
	background-position:center;
	background-repeat:no-repeat;
	border:0pt none;
	cursor:default;
	display:block;
	font-size:1px;
	height:16px;
	margin:0pt 2px;
	overflow:hidden;
	width:4px;*/
}

.paging a{
	/*text-decoration:none;*/
	color: #084F8F;
}

.paging a:hover {
text-decoration:none;
}

.paging span{
	font-weight:normal;
}

#paging div {
	background:transparent url(/desktop/images/logo_paging.png) no-repeat scroll 0%;
	height:26px;
	overflow:hidden;
}

#paging #nc {
background-position:-20px 0pt;
width:8px;
}

#paging #nr {
background-position:-28px -0pt;
width:10px;
}

#paging #np {
background-position:20px -1pt;
width:40px;
}

#paging #nn {
	background-position:-37px -0pt;
	width:23px;
}

#paging .i {
	background-position:0px 0pt;
	width:44px;
}

#paging .n .i {
	font-weight:bold;

}
#paging .i, .i:link {
	color:#A90A08;
	font-weight:bold;
}

.thumbnail:hover{
    background-color: #B5CFE7;
    border:1px solid #779FBF;
}
.thumbnail{
   border: 1px solid #BBBBBB;
}

hr{
    border: 0;
    color: #BBBBBB;
    background-color: #BBBBBB;
    height: 1px;
}

/******************Rounded div css def*******************/
#div-rounded {
	background: none;
	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 #BBBBBB;
}

#div-rounded-content { 
	padding: 5px 10px;  
	width:810px;
}
#div-rounded-content, .roundcorner * { background: transparent; border-color: #084F8F;}
#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: #084F8F; }
.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;
}