@charset "UTF-8";
/*
-- Feuille de style pour la partie patch et correctif
-----------------------------------------------------
*/

p.explain{
	font-weight:bold;
	font-size:12px;
	margin-bottom: 10px;
	padding-left:0px;
	margin-left:64px;
	/*border: solid 1px #999999;*/
}

/*.choice_os{
	text-align:center;
	width:60%;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}*/
.choice_os{
	text-align:center;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}

.choice_os h2{
	display:inline;
}

form#frm_os{
	display:inline;
}

table.patch button.completebox{
	background-image: url(img/boxcomplete.gif);
	/*width:150px;*/
	width:100px;
	height:35px;
	color:#990000;
	border:none;
}
table.patch button.completebox:hover{
	color:#FFFFFF;
}

table.patch{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	border: solid 1px #115FB2;
}
table.patch td{
	padding: 3px;
}
table.patch th{
	background-color:#115FB2;
	color:#FFFFFF;
	padding: 1px;
	vertical-align:middle;
	text-align:left;
}
table.patch .date{
	text-align:right;
	/*border-right: solid 1px #115FB2;*/
	width:90px;
}
table.patch .icone{
	width:30px;
}
table.patch .code{
	width:70px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	font-size:14px;
}

table.patch .leftside{
}

table.patch th.code{
	/*border-right: solid 1px #115FB2;*/
	background-color:transparent;
	color:#000000;
}

table.patch td.compa{
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	padding: 3px;
	border-bottom: solid 1px #115FB2;
}
table.patch td.description{
	background-color:#E7E7E7;
	/*border-right: solid 1px #115FB2;
	border-bottom: solid 1px #115FB2;*/
	/*background-color:#5e2d1a;*/
}

span.taille{
	float:right;
}

form#frm_dwn{
	line-height:2em;
	/*background-color:#ecdeba;*/
	width: 600px;
	margin-left:auto;
	margin-right:auto;
}
form#frm_dwn label{
	width:130px;
	float:left;
	margin-left:30px;
}
