@CHARSET "UTF-8";

.contenttitle
{
	font-size: 14px;
    color: #281487;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 5px;
    margin-left: 50px;
    margin-bottom: 20px;
    font-weight: bold;

}

.contenttext
{
	text-indent: 10px;
	color: #555;
	font-size: 11px;
}

.newsdiv
{
	min-width: 40px;
	min-height: 310px;
	overflow: hidden;
}

.newsimg
{
	float : left;
	width: 285px;
	text-align: center;
}

.newsimg img
{
	border : 2px solid red;
	max-width : 280px;
	max-height: 280px;
}

.newscontent
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 285px;
	margin-left: 10px;
	padding: 2px;	
}

.newstitle
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 3px;
}

.newsbody a
{
	text-decoration: underline;
	color: red;
}

.newsbody a:HOVER
{
    color: navy;
}

.newsbody a:visited
{
	color: red;
}

.newssubtitle
{
	margin-top: 0px;
	font-size: 10px;
	font-style: italic;
}

.newsbody
{
	min-width: 290px;
	margin-top: 20px;
	font-size: 12px;
	text-indent: 20px; 
}

.newsdate
{
	text-align: right;
	font-size: 10px;
}

/********
** APP **
*********/

.app
{
    width: 150px;
    height: 150px;
    border: 1px solid #999;
    
        /** BORD ARRONDI **/ 
    border-radius: 5px;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    
    float: left;
    margin: 10px;
}


.appname
{
	font-size: 9px;
    color: #281487;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-top : 2px;
    margin-bottom: 2px;
    font-weight: bold;
    text-align: center;
}

.appimg
{
	text-align: center;
	margin-top : 5px;
	margin-bottom: 0px;
}

.appimg img
{
    border:none;
    max-width: 64px;
    max-height: 64px;
    padding: 10px;
}

.appdesc
{
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 9px;
	color: #444;
	/*font-style: italic;*/
	height: 22px;
}

.appDL
{
	margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
    
    bottom : 0px;
}

.appDL .formbutton
{
	height: 24px;
	font-size: 10px;
	width: 100px;
	margin: 0px;
	background-position: bottom;    
    bottom : 0px;
}

.publipassapp
{
	width: 300px;
    height: 250px;
    border: 1px solid #D99;
    
        /** BORD ARRONDI **/ 
    border-radius: 5px;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    
     /** OMBRAGE **/
    -moz-box-shadow: 1px 1px 6px #844;
    -webkit-box-shadow: 1px 1px 6px #844;
    
    margin: auto;
}

.publipassname
{
    font-size: 11px;
    color: #b6051f;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-top : 2px;
    margin-bottom: 2px;
    font-weight: bold;
    text-align: center;
}

.publipassimg
{
    text-align: center;
    margin-top : 5px;
    margin-bottom: 0px;
}

.publipassimg img
{
    border:none;
    /*max-width: 128px;*/
    max-height: 128px;
}

.publipassdesc
{
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
    font-size: 10px;
    color: #444;
    /*font-style: italic;*/
    margin-top: 5px;
    height: 32px;
}

.publipassDL
{
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
    
    bottom : 0px;
}

.publipassDL .formbutton
{
    width: 200px;
    margin: 0px;
        
}



.app:hover, .publipassapp:hover
{
    background-color: #d6e3f2;  
    border-color: #281487;
}

/**********
 * LICENCE
 ************/
 
.licencetable
{
    width: 90%;
    min-width: 500px;
    margin-left: 50px;
    
    background-color: transparent;
    border-collapse: collapse;
    
     font-size: 14px;
    font-weight: normal;

}

.licencetable th
{
    border-top: 1px solid #afadae;
    border-bottom: 1px solid #afadae;
    background-image: url("../img/cartheader.gif");
    background-position: top;
    background-repeat: repeat-x;
    
    font-size: 14px;
    font-weight: normal;
    
    color: #b6051f;
    
}

.licencetable tr
{
     border-left: 1px solid #afadae;
     border-right: 1px solid #afadae;
}


.licencetable td
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

.licence
{
	  font-weight: bold;
}
 